|
Archives
D Programming
DD.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.9
This is a bug-fix release.
* Fixes
o Detect use of non-static methods in a static context
o Enumerated types are signed by default
o Anders Björklund's patch for HTML infinite looping
o va_start is now a template.
o Delegate expressions for struct methods now work
o bswap uses unsigned right shift
o Fixed several problems with the dmd script
o Fixed crash when compiling with debug information
o Handle referenes to instance variables without "this"
o Fixed ICE for interfaces with multiple inheritence
o Fix id.h dependcy so concurrent make will work
* Improvements
o Updated to DMD 0.109
* Notes
o The (undocumented) BitsPerXxx version identifiers are now
prefixed with "GNU_"
o Private declarations are now exported from object files
The next release will contain Thomas' HTML and dump-source patches.
David
Dec 19 2004
David Friedman wrote: Dec 19 2004
|