diff -uNr dmd-0.112/dmd/html/d/changelog.html dmd-0.113/dmd/html/d/changelog.html
--- dmd-0.112/dmd/html/d/changelog.html 2005-01-27 01:03:32.000000000 +0100
+++ dmd-0.113/dmd/html/d/changelog.html 2005-02-13 10:34:24.000000000 +0100
@@ -24,6 +24,7 @@
+
+
+Feb 12, 2005
+
+
+
New/Changed Features
+
+ - internal/qsort2.d is now a freely redistributable version of
+ internal/qsort.d.
+
- Added std.file.copy()
+
- Asserts enabled in release builds if -unittest is given.
+
+
+Bugs Fixed
+
+ - Fixed cgcs 353 error
+
- Fixed dmd crash on class C{this(){super();}}
+
- Fixed dmd crash on cast(int)(.0>>0)
+
- Fixed dmd crash on enum e;
+
- Fixed dmd crash on 0==Exception;
+
- Fixed dmd crash on varargs in initializer
+
- Fixed dmd crash on labeled {} statements
+
- Fixed dmd crash on mishandled forward reference
+
- Fixed Internal error: e2ir.c 229
+
- Fixed Internal error: ..\ztc\cgcod.c 1640
+
- Fixed Internal error: e2ir.c 141
+
- Fixed Internal error: ../ztc/elfobj.c 1251
+
- Fixed Assertion failure: '!needThis()' on line 139 in file 'tocsym.c'
+
- Fixed Assertion failure: 'fdx->vresult' on line 1450 in file 'statement.c'
+
- Fixed Assertion failure: '!deferred.dim' on line 470 in file 'module.c'
+
- Fixed Assertion failure: 'sym->memtype' on line 3020 in file 'mtype.c'
+
- Fixed infamous std.string.toStringz() bug.
+
+
+
What's New for
D 0.112
diff -uNr dmd-0.112/dmd/html/d/comparison.html dmd-0.113/dmd/html/d/comparison.html
--- dmd-0.112/dmd/html/d/comparison.html 2004-11-08 00:58:00.000000000 +0100
+++ dmd-0.113/dmd/html/d/comparison.html 2005-02-08 12:19:06.000000000 +0100
@@ -1,7 +1,7 @@
-Copyright (c) 1999-2004 by Digital Mars, All Rights Reserved
+Copyright (c) 1999-2005 by Digital Mars, All Rights Reserved