www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

D.gnu - GDC release 0.8

↑ ↓ ← 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
→ Ben Hinkle <bhinkle4 juno.com> writes:
      * DLLs can be built on Cygwin

nice. I'll check that out.
Oct 24 2004
"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
↑ ↓ → 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