D.gnu - GDC release 0.8
- David Friedman (18/18) Oct 24 2004 Fixes
- Ben Hinkle (1/2) Oct 24 2004 nice. I'll check that out.
- Nick Sabalausky (4/22) Oct 24 2004 Coolness.
- David Friedman (3/34) Oct 25 2004 Yes, that will be in the next release.
Fixes
* std.loader module is now enabled
* Proper casting from complex and imaginary types
* Diagnostics are now GCC-style
* Exceptions don't leak memory anymore
* The gdc command processes ".html" as D source files.
* ICE for classes declared in a function
* ICE on empty "if" statement
* Test for existence of "execvpe", "fwide", and "fputwc" before
using them
* Corrected floating point "min_10_exp" properties
* std.date.getLocalTZA returns a correct values
Improvements
* Debugging information is vastly improved
* DLLs can be built on Cygwin
Notes
* "DigitalMars" is not longer defined as a version symbol
Also fixed release numbering :)
Oct 24 2004
* DLLs can be built on Cygwin
nice. I'll check that out.
Oct 24 2004
Coolness.
Are you still planning to "Replace boehm-gc with simple library"?
"David Friedman" <d3rdclsmail_a_ _t_earthlink_d_._t_net> wrote in message
news:clhesr$fjp$2 digitaldaemon.com...
Fixes
* std.loader module is now enabled
* Proper casting from complex and imaginary types
* Diagnostics are now GCC-style
* Exceptions don't leak memory anymore
* The gdc command processes ".html" as D source files.
* ICE for classes declared in a function
* ICE on empty "if" statement
* Test for existence of "execvpe", "fwide", and "fputwc" before using
them
* Corrected floating point "min_10_exp" properties
* std.date.getLocalTZA returns a correct values
Improvements
* Debugging information is vastly improved
* DLLs can be built on Cygwin
Notes
* "DigitalMars" is not longer defined as a version symbol
Also fixed release numbering :)
Oct 24 2004
Yes, that will be in the next release. David Nick Sabalausky wrote:Coolness. Are you still planning to "Replace boehm-gc with simple library"? "David Friedman" <d3rdclsmail_a_ _t_earthlink_d_._t_net> wrote in message news:clhesr$fjp$2 digitaldaemon.com...Fixes * std.loader module is now enabled * Proper casting from complex and imaginary types * Diagnostics are now GCC-style * Exceptions don't leak memory anymore * The gdc command processes ".html" as D source files. * ICE for classes declared in a function * ICE on empty "if" statement * Test for existence of "execvpe", "fwide", and "fputwc" before using them * Corrected floating point "min_10_exp" properties * std.date.getLocalTZA returns a correct values Improvements * Debugging information is vastly improved * DLLs can be built on Cygwin Notes * "DigitalMars" is not longer defined as a version symbol Also fixed release numbering :)
Oct 25 2004









Ben Hinkle <bhinkle4 juno.com> 