software/druntime.git
2009-03-09 sean* Copied stdc and posix changes to D_1.0 branch. d1
2009-01-05 seanAdded Posix test-dmd scripts to match the Win32 scripts.
2009-01-05 seanThe "test-dmd" build script now works in a similar...
2008-12-18 sean* Converted tabs to spaces from prior commit.
2008-12-05 sean* Replaced "rt" package name for DMD runtime modules...
2008-11-25 seanAdded core.vararg for variadic argument handling. ...
2008-11-25 sean* Small fix to a typo in trunk/cover.d
2008-11-21 sean* Removed "-debug" from the list of debug build flags...
2008-11-20 sean* Auto type determination was broken in some unit tests...
2008-11-06 seanFixed the static data area range calculation. Previous...
2008-11-05 sean* Fixed the documentation for sleep().
2008-10-31 sean* Reclassified most runtime-generated errors as Errors...
2008-10-31 seanChanged the package name for bitmanip.
2008-10-29 seanFixed 64-bit prototype for dirent_r routine.
2008-10-29 seanAdded static data segment support to the new Runtime...
2008-10-27 seanFirst attempt at support for dynamic library loading...
2008-10-25 sean* Moved sys into core.sys
2008-10-21 seanChanged pthread_cleanup to properly account for platfor...
2008-10-17 seanFixed a few build script issues on posix, including...
2008-10-16 seanChanged Thread.sleep() to accept a long with a tick...
2008-10-16 seanNo longer default-initializing a buffer which is immedi...
2008-10-15 sean* Changed top-level exception class name from 'Exceptio...
2008-10-13 seanFixed import path override for library build on posix.
2008-10-13 seanFixed a potential issue with building druntime. src...
2008-10-13 seanFixed a build error on Linux.
2008-10-10 seanAdded Error alias for Exception as a placeholder until...
2008-10-10 seanMerged in changes from Phobos SVN.
2008-10-08 seanFixed eol-style for all source files. This closes #1
2008-10-06 seanFixed a few mistakes regarding invariance, etc, between...
2008-09-30 seanAdded "invariant" module to fix link issues because...
2008-09-23 seanPropagated a D2 support change I missed.
2008-09-23 seanMoved the D1 runtime into a branch, with D2 runtime...