|
Revision 29, 153 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 |
[Version] |
|---|
| 2 |
version=7.51 Build 020 |
|---|
| 3 |
|
|---|
| 4 |
[Environment] |
|---|
| 5 |
LIB=%@P%\..\lib;\dm\lib |
|---|
| 6 |
DFLAGS="-I%HOME%\common" "-I%HOME%\..\import" |
|---|
| 7 |
LINKCMD=%@P%\..\..\dm\bin\link.exe |
|---|