diff -uNr dmd-0.121/dmd/html/d/changelog.html dmd-0.122/dmd/html/d/changelog.html
--- dmd-0.121/dmd/html/d/changelog.html 2005-04-15 14:23:02.000000000 +0200
+++ dmd-0.122/dmd/html/d/changelog.html 2005-05-04 12:24:38.000000000 +0200
@@ -24,6 +24,7 @@
+
+
+May 3, 2005
+
+
+
New/Changed Features
+
+ - Added Ben Hinkle's fixes for std.stream:
+
+ - fixes the seekable bugs on reading stdin and pipes
+
- adds isOpen and eof to InputStream
+
- adds isOpen, flush and close to OutputStream
+
+ - Added std.conv.toFloat, toDouble, toReal from David L. Davis.
+
+
+Bugs Fixed
+
+ - Improved line numbers in error messages.
+
- Fixed problems detecting array overflows at compile time.
+
- Improved handling of compiler out-of-memory errors.
+
- Fixed DMDScript build break.
+
- Fixed memory corruption problem with array[length..length].
+
- Fixed compiler seg fault on uplevel invariant.
+
- Fixed problem detecting circular interface heirarchies.
+
- Fixed cat of static arrays.
+
- Fixed Internal error cg87 1240.
+
- Fixed D.bugs/3710
+
- Fixed D.bugs/3747
+
- Fixed D.bugs/3752
+
- Fixed D.bugs/3753
+
+
+
What's New for
D 0.121
diff -uNr dmd-0.121/dmd/html/d/comparison.html dmd-0.122/dmd/html/d/comparison.html
--- dmd-0.121/dmd/html/d/comparison.html 2005-04-15 14:13:42.000000000 +0200
+++ dmd-0.122/dmd/html/d/comparison.html 2005-05-01 00:46:22.000000000 +0200
@@ -12,13 +12,14 @@
+
[Home]
[Search]
[D]
-
Last modified Feb 8, 2005.
+
Last modified May 1, 2005.
D vs Other Languages
@@ -28,6 +29,7 @@
with other languages it is frequently compared with.
While many capabilities are available with standard libraries, this
table is for features built in to the core language itself.
+ Rationale.
Only official standardized features are considered, not proposed
features, betas, or extensions. And, like all language comparisons,
it is biased in terms of what features are mentioned, omitted, and
@@ -765,8 +767,9 @@
to Digital Mars.
-
Copyright (c) 2003-2005 by Digital Mars, All Rights Reserved
+
Copyright © 2003-2005 by Digital Mars, All Rights Reserved
+