www.digitalmars.com         C & C++   DMDScript  

D.gnu - GDC release 0.8

reply David Friedman <d3rdclsmail_a_ _t_earthlink_d_._t_net> writes:
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
next sibling parent Ben Hinkle <bhinkle4 juno.com> writes:
      * DLLs can be built on Cygwin
nice. I'll check that out.
Oct 24 2004
prev sibling parent reply "Nick Sabalausky" <z a.a> writes:
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
parent David Friedman <d3rdclsmail_a t_earthlink_d.t_net> writes:
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