diff -uNr dmd-1.00/dmd/html/d/abi.html dmd-1.001/dmd/html/d/abi.html --- dmd-1.00/dmd/html/d/abi.html 2006-12-30 18:17:40.000000000 +0100 +++ dmd-1.001/dmd/html/d/abi.html 2007-01-19 22:40:46.000000000 +0100 @@ -3,7 +3,7 @@ @@ -425,23 +427,27 @@

Documentation

Bugs Fixed


@@ -1042,14 +1143,22 @@
  • Fixed constant fold divide by 0.
  • Fixed "Win32 Exception" in std.regexp.
  • Fixed bogus "switch statement already has a default" bug. -
  • Fixed D.bugs/2991 -
  • Fixed D.bugs/3002 -
  • Fixed D.bugs/3034 -
  • Fixed D.bugs/3091 -
  • Fixed D.bugs/3129 -
  • Fixed D.bugs/3551 -
  • Fixed D.bugs/3597 -
  • Fixed D.bugs/3646 +
  • Fixed D.learn/2991 +
  • Fixed D.learn/3002 +
  • Fixed D.learn/3034 +
  • Fixed D.learn/3091 +
  • Fixed D.learn/3129 +
  • Fixed D.learn/3551 +
  • Fixed D.learn/3597 +
  • Fixed D.learn/3646
  • Implemented typeinfo's for arrays, static arrays, associative arrays, function pointers, delegates, and enums.
  • Fixed typeinfo for typedef's. @@ -1069,7 +1178,8 @@
  • Fixed dstress new_09.
  • Incorporated Ben Hinkle's fixes for std.stream. Fixed a bug introduced in dmd-120: - D.bugs/3563 + D.learn/3563 about seekable stdin and Stream.toString(). Fixed a bug in the Windows version of seek() with files larger than uint.sizeof. @@ -1151,10 +1261,14 @@
  • Fixed Assertion failure 622 glue.c
  • Fixed compiler crash on circular typedef declarations.
  • Fixed compiler crash on empty catch handlers.
  • -
  • Fixed D.bugs/2606
  • -
  • Fixed D.bugs/2618
  • -
  • Fixed D.bugs/3234
  • -
  • Fixed D.bugs/3369
  • +
  • Fixed D.learn/2606
  • +
  • Fixed D.learn/2618
  • +
  • Fixed D.learn/3234
  • +
  • Fixed D.learn/3369

  • @@ -1180,18 +1294,30 @@
  • Fixed parsing entities with digits.
  • Class invariant calls no longer attached to private, protected, or package member functions. -
  • Fixed D.bugs/32 -
  • Fixed D.bugs/1148 -
  • Fixed D.bugs/1815 -
  • Fixed D.bugs/1865 -
  • Fixed D.bugs/1953 -
  • Fixed D.bugs/2042 -
  • Fixed D.bugs/2140 -
  • Fixed D.bugs/2240 -
  • Fixed D.bugs/2262 -
  • Fixed D.bugs/2429 -
  • Fixed D.bugs/2546 -
  • Fixed D.bugs/2934 +
  • Fixed D.learn/32 +
  • Fixed D.learn/1148 +
  • Fixed D.learn/1815 +
  • Fixed D.learn/1865 +
  • Fixed D.learn/1953 +
  • Fixed D.learn/2042 +
  • Fixed D.learn/2140 +
  • Fixed D.learn/2240 +
  • Fixed D.learn/2262 +
  • Fixed D.learn/2429 +
  • Fixed D.learn/2546 +
  • Fixed D.learn/2934
  • Changed documentation on struct/union grammar to allow invariants, unit tests, and allocator/deallocators.
  • The file names printed out by runtime assert failures now matches @@ -1254,14 +1380,22 @@
  • Fixed problem with goto into if(0) block.
  • Incorporated Stewart Gordon's fix for std.file.copy().
  • Fixed Assertion failure: '0' on line 720 in file 'statement.c'
  • -
  • Fixed D.bugs/1795
  • -
  • Fixed D.bugs/2737
  • -
  • Fixed D.bugs/752
  • -
  • Fixed D.bugs/1326
  • -
  • Fixed D.bugs/2238
  • -
  • Fixed D.bugs/2275
  • -
  • Fixed D.bugs/2315
  • -
  • Fixed D.bugs/2316
  • +
  • Fixed D.learn/1795
  • +
  • Fixed D.learn/2737
  • +
  • Fixed D.learn/752
  • +
  • Fixed D.learn/1326
  • +
  • Fixed D.learn/2238
  • +
  • Fixed D.learn/2275
  • +
  • Fixed D.learn/2315
  • +
  • Fixed D.learn/2316

  • @@ -1303,8 +1437,10 @@
  • Fixed several errors in HTML preprocessing - entities, line numbers, spaces, casing.
  • Fixed mac line termination.
  • -
  • Fixed D.gnu/983
  • -
  • Fixed D.bugs/1849
  • +
  • Fixed D.gnu/983
  • +
  • Fixed D.learn/1849
  • Added missing typeid's for arrays of floating point types.
  • .sort property now works on arrays of bits and NaNs.
  • Can now return an expression from a function returning void.
  • @@ -2268,7 +2404,8 @@
  • Added utf decoding capability to foreach statement.
  • Added Christopher Miller's std.base64. -
  • Fixed gc per D/21217 +
  • Fixed gc per D/21217

    Bugs Fixed

    @@ -2946,7 +3083,7 @@ -
    Last update Tue Jan 2 18:00:48 2007 +
    Last update Tue Jan 23 16:07:56 2007
    @@ -141,14 +141,14 @@