dmd 1.050 and 2.035 release

digited digited at yandex.ru
Fri Oct 23 04:23:41 PDT 2009


Walter Bright Wrote:

> The main purpose of this is to correct a couple of regressions that were 
> blocking QtD and Tango.
> 
> http://www.digitalmars.com/d/1.0/changelog.html
> http://ftp.digitalmars.com/dmd.1.050.zip
> 
> 
> http://www.digitalmars.com/d/2.0/changelog.html
> http://ftp.digitalmars.com/dmd.2.035.zip
> 
> Many thanks to the numerous people who contributed to this update.

Thanks again for small commits to svn!

Today i've built DMD1 on Mac 10.5 (Intel) just like this:

svn co http://svn.dsource.org/projects/dmd/branches/dmd-1.x/src dmd
cd dmd
make -f osx.mak

and it's a godsand - no more downloading 8 MB of unusable stuff (and obsolete because some patches are already in trunk).

btw, i had to change #include "../mars/mars.h" to #include "../mars.h" in backend/dwarf.c and backend/machobj.c to compile it.


More information about the Digitalmars-d-announce mailing list