Thread overview
GDC release 0.8
Oct 24, 2004
David Friedman
Oct 25, 2004
Ben Hinkle
Oct 25, 2004
Nick Sabalausky
Oct 25, 2004
David Friedman
October 24, 2004
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 :)
October 25, 2004
>      * DLLs can be built on Cygwin

nice. I'll check that out.
October 25, 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 :)


October 25, 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 :) 
> 
> 
>