]> git.llucax.com Git - software/druntime.git/shortlog
software/druntime.git
2008-12-08 Leandro LucarellaAdd .gitignore files master
2008-12-06 Leandro LucarellaRemove unused import core.stdc.stdio
2008-11-27 Leandro LucarellaAllow building directly using 'make'
2008-11-27 Leandro LucarellaDon't use dmd directly in the makefiles, use $(DC)
2008-11-27 Leandro LucarellaUse unix EOL style for makefiles
2008-11-26 Leandro LucarellaMake build-dmd.sh use DC environment variable
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-24 sean* Removed -version=Posix from dmd.conf. This flag...
2008-11-24 waltercover.d does not produce output
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-06 walterfix scope
2008-11-05 seanChanged D 2.0 runtime to account for 'this' being chang...
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-27 seanRemoved stdc directory. This was moved to core/stdc.
2008-10-25 sean* Moved sys into core.sys
2008-10-21 seanChanged pthread_cleanup to properly account for platfor...
2008-10-20 walterenable generation of gcstub.obj
2008-10-20 walterrestored support for setting gc handle
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 walterfix support for file/line
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-13 walteradd hidden function error support
2008-10-13 walterupdate readme.txt
2008-10-12 walterrestored Object.factory()
2008-10-12 walterrenamed output library
2008-10-12 walterfix it so it compiles
2008-10-10 seanAdded _d_delarray_t and _d_allocmemory.
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-10-06 seanFixed a few mistakes regarding invariance, etc, between...
2008-10-04 seanApplied freebsd stdc changes from Tango.
2008-09-30 seanAdded "invariant" module to fix link issues because...
2008-09-23 seanRemoved an errant lib file.
2008-09-23 seanApplied all D2 changes to trunk. It should now be...
2008-09-23 seanFinished flattening D1/D2 differences. Except for...
2008-09-20 seanThe next batch of updates towards D2 support. The...
2008-09-19 seanFirst commit of the D Runtime Project. This includes...
2008-09-10 rootinitial repository setup