diff -uNr dmd-0.130/dmd/html/d/arrays.html dmd-0.131/dmd/html/d/arrays.html
--- dmd-0.130/dmd/html/d/arrays.html 2005-08-26 11:54:10.000000000 +0200
+++ dmd-0.131/dmd/html/d/arrays.html 2005-09-09 00:37:34.000000000 +0200
@@ -45,7 +45,7 @@
target="_top" title="Read/write comments and feedback">Comments
-Last update Fri Aug 26 2005
+Last update Fri Sep 09 2005
@@ -745,7 +745,7 @@
enum Color { red, blue, green };
- int value[Color.max] = [ blue:6, green:2, red:5 ];
+ int value[Color.max + 1] = [ blue:6, green:2, red:5 ];
If any members of an array are initialized, they all must be.
diff -uNr dmd-0.130/dmd/html/d/changelog.html dmd-0.131/dmd/html/d/changelog.html
--- dmd-0.130/dmd/html/d/changelog.html 2005-09-06 16:53:26.000000000 +0200
+++ dmd-0.131/dmd/html/d/changelog.html 2005-09-09 00:37:34.000000000 +0200
@@ -45,7 +45,7 @@
target="_top" title="Read/write comments and feedback">Comments
-Last update Tue Sep 06 2005
+Last update Fri Sep 09 2005
@@ -115,6 +115,7 @@
+
+
+Sep 8, 2005
+
+
+
New/Changed Features
+
+
+Bugs Fixed
+
+
+
new FilterStream superclass of BufferedStream, EndianStream and SliceStream
added File.available overload
- digitalmars.D/27384
+ digitalmars.D/27684
Fixed D.bugs/4711
updated html doc with more details about filtering
digitalmars.D.announce/1102
diff -uNr dmd-0.130/dmd/html/d/phobos/phobos.html dmd-0.131/dmd/html/d/phobos/phobos.html
--- dmd-0.130/dmd/html/d/phobos/phobos.html 2005-08-22 22:42:58.000000000 +0200
+++ dmd-0.131/dmd/html/d/phobos/phobos.html 2005-09-07 11:41:32.000000000 +0200
@@ -36,7 +36,7 @@
-
+
Home
@@ -46,7 +46,7 @@
target="_top" title="Read / write comments and feedback">Comments
-Last update Mon Aug 22 2005
+Last update Wed Sep 07 2005
@@ -182,7 +182,7 @@
Use Exceptions for Error Handling
- See Error Handling in D.
+ See Error Handling in D.
@@ -422,7 +422,6 @@
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
-