root/branches/D1.0/src/dmd.conf

Revision 29, 75 bytes (checked in by sean, 4 years ago)

* Changed top-level exception class name from 'Exception' to 'Throwable'.
* Created a new class 'Exception' which derives from 'Throwable'.
* Created a new class 'Error' which derives from 'Throwable'.
* Moved core modules from the top level into a package named 'core'.
* Added onHiddenFuncError() routine to pass hidden function error handling from the runtime to core.exception.
* Renamed _d_getErrno to getErrno and moved it to src/common/stdc. The idea is that druntime may eventually generate a lib for the stdc modules, and this definition is necessary. The comparable function will have to be removed from Phobos as well.
* Moved the GC code into a package named 'gc', which is in accordance with the spec defined for druntime library integration (as yet unpublished).

  • Property svn:eol-style set to native
Line 
1 [Environment]
2 DFLAGS=-version=Posix "-I%HOME%/common" "-I%HOME%/../import"
Note: See TracBrowser for help on using the browser.