diff -uNr dmd-0.116/dmd/html/d/attribute.html dmd-0.117/dmd/html/d/attribute.html --- dmd-0.116/dmd/html/d/attribute.html 2004-09-01 10:08:28.000000000 +0200 +++ dmd-0.117/dmd/html/d/attribute.html 2005-03-09 12:20:26.000000000 +0100 @@ -1,7 +1,7 @@ +

+ What's New for + D 0.117 +

+ +Mar 10, 2005 +

+ +

New/Changed Features

+ + +

Bugs Fixed

+ + +

What's New for D 0.116 @@ -124,7 +165,7 @@
  • Added warnings on a trial basis.
  • If a module statement name is used with a package prefix, as in:
    -	import foo.bar;
    + module foo.bar; then bar is not in scope, one must use foo.bar. diff -uNr dmd-0.116/dmd/html/d/dll.html dmd-0.117/dmd/html/d/dll.html --- dmd-0.116/dmd/html/d/dll.html 2005-01-26 23:10:24.000000000 +0100 +++ dmd-0.117/dmd/html/d/dll.html 2005-03-10 16:15:18.000000000 +0100 @@ -276,7 +276,7 @@ The idea explored here is to pick one gc and have the DLLs redirect their gc's to use that one. The one gc used here will be the one in the EXE file, although it's also possible to make a - seperate DLL just for the gc. + separate DLL just for the gc.

    The example will show both how to statically load a DLL, and diff -uNr dmd-0.116/dmd/html/d/pragma.html dmd-0.117/dmd/html/d/pragma.html --- dmd-0.116/dmd/html/d/pragma.html 2004-09-01 10:07:10.000000000 +0200 +++ dmd-0.117/dmd/html/d/pragma.html 2005-03-08 11:30:16.000000000 +0100 @@ -1,7 +1,7 @@