root/branches/D1.0/readme.txt

Revision 36, 411 bytes (checked in by sean, 3 years ago)

* Moved sys into core.sys
* Moved stdc.posix into core.sys.posix
* Moved stdc into core.stdc
* Added initial support for Runtime.loadLibrary() and Runtime.unloadLibrary() in D2. The same functions are exposed in D1, but they are stubbed out for the moment. The basic library loading and unloading should theoretically work, but the GC handle swapping code still needs a look, etc. I left the D1 version stubbed out to make finding GC diffs easier for when I look at the handle swapping code (which is in D2 but not D1). Still not sure about the function naming either... may just switch to load() and unload().

  • Property svn:eol-style set to native
Line 
1     Druntime
2
3 The source code repository for druntime is: http://dsource.org/projects/druntime
4
5 Druntime is the minimum library required to support the D programming
6 language. It includes the system code required to support the garbage collector,
7 associative arrays, exception handling, array vector operations,
8 startup/shutdown, etc.
9
10 Druntime forms a common layer underlying the Phobos and Tango user libraries.
Note: See TracBrowser for help on using the browser.