| |
 | Posted by Anders F Björklund in reply to Walter | Permalink Reply |
|
Anders F Björklund 
Posted in reply to Walter
| 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
|