Thread overview
DMD 0.113 release
Feb 12, 2005
Walter
Feb 13, 2005
Thomas Kühne
Feb 13, 2005
Walter
February 12, 2005
Focussed on fixing compiler bugs.

http://www.digitalmars.com/d/changelog.html



February 13, 2005
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



February 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


February 21, 2005
Walter wrote:

> Focussed on fixing compiler bugs.
> 
> http://www.digitalmars.com/d/changelog.html

ftp://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