Commit graph

5569 commits

Author SHA1 Message Date
Walter Bright
354beab065 please stop reverting the change 2007-10-16 06:06:12 +00:00
Andrei Alexandrescu
b1085b13f9 Added fix and test case for printing void[] arrays 2007-10-16 05:37:19 +00:00
Walter Bright
c179c7cd4e added casts to eliminate warnings 2007-10-16 05:32:22 +00:00
Walter Bright
267a37446f fixed typos and win32 compile errors 2007-10-16 05:27:07 +00:00
Andrei Alexandrescu
16e03d7c54 Fix for write(void[]) 2007-10-16 04:15:17 +00:00
Andrei Alexandrescu
ca26afec10 Few more bugfixes 2007-10-16 03:29:06 +00:00
Andrei Alexandrescu
ad73ee84d5 Bunch o' bugfixes 2007-10-15 21:14:09 +00:00
Walter Bright
0dfd92c96a added new modules to win32.mak, corrected Wiki page macros 2007-10-15 08:41:18 +00:00
Walter Bright
6fa6a04ff4 stdio => stdout 2007-10-15 06:54:36 +00:00
Walter Bright
b3e542b19b stdio should be stdout 2007-10-15 06:13:02 +00:00
Brad Roberts
26c6571ff5 merge r404:415 from candidate to trunk 2007-10-15 05:57:34 +00:00
Brad Roberts
b29739013d Add a default state to silence the compiler warning. A candidate for an enum since the set of legal values is very constrained. 2007-10-15 05:27:23 +00:00
Brad Roberts
280b92b636 Remove unreachable break statements 2007-10-15 05:19:20 +00:00
Brad Roberts
c397f27986 More override warning fixes 2007-10-15 05:16:57 +00:00
Brad Roberts
ed161bcc17 Add proper overrides to fix warnings 2007-10-15 05:13:27 +00:00
Andrei Alexandrescu
2a7e8936e3 Fixed warning 2007-10-15 03:37:34 +00:00
Brad Roberts
b261c557f0 merge r397:404 from candidate to trunk
-- add static assert to writef[ln] to clean up the error message
  -- clean up null object reporting
2007-10-15 03:12:14 +00:00
Walter Bright
460c31812e fix to compile with warnings on 2007-10-15 03:02:47 +00:00
Walter Bright
5046982cb3 fixed numerous compilation errors 2007-10-15 01:42:59 +00:00
Brad Roberts
a9bc53273c merge r387:397 from candidate to trunk
-- new module std.contracts
  -- migrate callers to it where appropriate
2007-10-14 23:04:19 +00:00
Brad Roberts
9fa812d984 Merge r392 from branches/phobos-1.x to trunk.
-- std/socket.d -- synchronization needs to be global and not per class instance
2007-10-14 21:34:32 +00:00
Brad Roberts
eec6be69ed Merge r297:387 from candidate to trunk.
-- add std.getopt
  -- add std.variant
  -- switch strings over to be invariant rather than const
  -- hopefully the last big linux makefile overhaul
  -- fix for bug 1579: write[ln] fails for obj.toString()
  -- fix negative precision handling in std.format
  -- add some file and directory iterator helpers
  -- among other little changes here and there...
2007-10-14 09:22:50 +00:00
Brad Roberts
e665d910ca Merge r355:385 from branches/phobos-1.x to trunk
-- fix for bug 1491 -- sigpipe suppression
  -- fix for bug 1478 -- libc network api threadsafety
  -- add std.socket to the standard unittest set
2007-10-14 05:10:52 +00:00
Brad Roberts
7b5380e64f Merge r355 from branches/phobos-1.x to trunk
-- win32 gc consolidation typo fix
2007-10-13 22:51:11 +00:00
Brad Roberts
42f9ce4ad0 Merge Tango/Phobos GC consolidation revisions 312-352 from branches/phobos-2.x to trunk 2007-10-13 22:31:10 +00:00
Walter Bright
b4998d4370 add references to email regex 2007-10-09 02:08:42 +00:00
Walter Bright
a0531c5904 add explanatory comments 2007-10-07 08:49:13 +00:00
Walter Bright
8074dada29 add credit 2007-10-05 07:27:47 +00:00
Brad Roberts
235c8f016e Fix linux.mak to work with gnu make versions 3.79.1 and higher. 2007-10-05 07:24:13 +00:00
Brad Roberts
8e03e06a7c Fix two more unittest compilation errors (add .ptr to get the pointer out of a d array) 2007-10-05 04:45:44 +00:00
Brad Roberts
0bb659bfb2 Merge candidate branch r280:297 to trunk 2007-10-05 01:13:14 +00:00
Brad Roberts
8d868ceed2 Merge r311 and 312 from phobos-1.x to trunk
Comment out two std/boxer.d tests that fail due to differences between string and invariant string
2007-10-05 00:56:34 +00:00
Walter Bright
7be3be74fc fix stupid mistakes 2007-10-03 06:00:32 +00:00
Walter Bright
50322c3bde added struct dirent 2007-10-02 20:43:03 +00:00
Walter Bright
29767139f9 removed forward references to resolve bug 217 2007-10-02 19:57:58 +00:00
Walter Bright
e9e92f862d add version number to html output 2007-10-02 06:45:38 +00:00
Walter Bright
355bff6d65 remove obsolete bit support 2007-10-02 06:34:40 +00:00
Walter Bright
4217587591 remove obsolete bit support 2007-10-02 06:31:41 +00:00
Walter Bright
58e8b59b8d remove html from std.math 2007-10-02 06:15:10 +00:00
Brad Roberts
e8f1af3923 Partial fixes for building phobos with -unittest. 2007-10-01 14:32:31 +00:00
Brad Roberts
c31f87641e phobos 2.004 2007-09-10 07:36:51 +00:00
Brad Roberts
d90858f401 merge branches/phobos-1.x@263 through branches/phobos-1.x@266 2007-09-10 07:35:41 +00:00
Brad Roberts
8f79f3ec35 phobos 2.003 2007-09-10 07:28:23 +00:00
Brad Roberts
39927abf9e merge branches/phobos-1.x@261 through branches/phobos-1.x@263 2007-09-10 07:27:04 +00:00
Brad Roberts
35ef260fcd phobos 2.002 2007-09-10 07:19:10 +00:00
Brad Roberts
15839eb802 merge branches/phobos-1.x@259 through branches/phobos-1.x@261 2007-09-10 07:18:32 +00:00
Brad Roberts
52f3c4c4dd phobos 2.001 2007-09-10 07:14:17 +00:00
Brad Roberts
9d8828a349 merge branches/phobos-1.x@256 through branches/phobos-1.x@259 2007-09-10 07:13:30 +00:00
Brad Roberts
de971890b0 phobos 2.000 2007-09-10 06:45:08 +00:00
Brad Roberts
9da00b5d10 phobos 1.015 2007-09-10 06:06:07 +00:00