digitalmars.D - DMD 0.113 release
- Walter (2/2) Feb 12 2005 Focussed on fixing compiler bugs.
- =?UTF-8?B?VGhvbWFzIEvDvGhuZQ==?= (19/19) Feb 13 2005 -----BEGIN PGP SIGNED MESSAGE-----
- Walter (3/7) Feb 13 2005 Updated. Thanks. -Walter
- =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= (29/32) Feb 21 2005 ftp://ftp.digitalmars.com/dmd.113.zip
Focussed on fixing compiler bugs. http://www.digitalmars.com/d/changelog.html
Feb 12 2005
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Walter wrote: | Focussed on fixing compiler bugs. | | http://www.digitalmars.com/d/changelog.html | New/Changed Features internal/qsort2.d is now a freely | redistributable version of internal/qsort.d. qsort2 seems to be missing. Phobos' makefiles mention the non-existent "phoboslicense.txt" file. Additional change: Asserts are enabled in release builds if unittests are enabled. Thomas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (MingW32) iD8DBQFCDycx3w+/yD4P9tIRAui6AJ4pIGWRhk24bXPkquWPgh47xZYxVwCffiIm JbSkDtGTi6UF9hyqgCSFGiQ= =szIn -----END PGP SIGNATURE-----
Feb 13 2005
"Thomas Kühne" <thomas-dloop kuehne.THISISSPAM.cn> wrote in message news:cun8u8$qbm$1 digitaldaemon.com...qsort2 seems to be missing. Phobos' makefiles mention the non-existent "phoboslicense.txt" file. Additional change: Asserts are enabled in release builds if unittests are enabled.Updated. Thanks. -Walter
Feb 13 2005
Walter wrote:Focussed on fixing compiler bugs. http://www.digitalmars.com/d/changelog.htmlftp://ftp.digitalmars.com/dmd.113.zip :-) : - zlib license applied to Phobos library - asserts enabled, if -unittest is given - lots of bugs fixed, including toStringz :-( : - internal/qsort2.d file missing from zip - unittest still fails on the format issue - no "make install", no manpages, no RPMS... Get your fixed Linux package here: http://www.algonet.se/~afb/d/dmd.spec http://www.algonet.se/~afb/d/d-manpages/ http://www.algonet.se/~afb/d/dmd-0.113-6.nosrc.rpm Use --with unittest to run the Phobos unittest, and --without debug if the "libphobos-debug.a" build fails on your system for some reason... (It builds a Phobos library, without -release) With the patches, it %checks and %builds OK. (tested on Fedora Core 1, running GCC 3.3.2) "libphobos.a" is still the one from the zip, meaning it has broken float/double std.format. --anders PS. Some D samples still seem to be broken, too: * d2html - Error: file 'd2html.kwd' not found * hello2.html - Does not compile (works as .d) * windows samples could have version(Windows)? Most of these have been reported on d.D.bugs
Feb 21 2005