log main.d @ 191:52188e7e3fb5

age author description
Sun, 25 Mar 2012 03:11:12 +0400 korDen Fixed deprecated features, now compiles with DMD2.058
Mon, 25 Oct 2010 15:36:13 +0200 Jacob Carlborg Several changes to make it build on posix systems.
Sun, 17 Oct 2010 20:56:07 +0400 korDen Updated to dmd2.040
Sun, 17 Oct 2010 07:42:00 +0400 korDen Many small bugs fixed
Thu, 30 Sep 2010 14:09:50 +0400 korDen more global state cleanup
Thu, 30 Sep 2010 13:29:54 +0400 korDen Moves static variables from Module to Global
Thu, 30 Sep 2010 10:04:32 +0400 korDen Temporarily disabled GC (again) because phobos fails to compile with it (looks like some ObjSymbols are being falsely collected, see Library.d:666)
Thu, 30 Sep 2010 07:53:23 +0400 korDen GC is working now
Wed, 15 Sep 2010 03:00:30 +0200 Trass3r moved Escape and Macro to ddoc folder
Thu, 09 Sep 2010 22:51:44 +0100 Eldar Insafutdinov dmdfe 2.037 first main iteration
Wed, 01 Sep 2010 18:21:58 +0200 Trass3r added a module dmd.common for commonly used stuff
Tue, 31 Aug 2010 04:04:33 +0200 Trass3r Id and Macro are quite experimental currently
Mon, 30 Aug 2010 03:57:51 +0200 Trass3r updated to 2.035
Sun, 29 Aug 2010 09:43:40 +0100 Eldar Insafutdinov Switch Arrays of Dsymbols to the new templated Vector type
Sat, 28 Aug 2010 10:51:32 +0400 korDen Get rid of win32 bindings
Sat, 21 Aug 2010 05:46:08 +0400 korDen update to work with dmd 2.048
Tue, 13 Apr 2010 00:38:04 +0400 korDen FWindows linking issues fixed
Thu, 08 Apr 2010 04:21:03 +0100 Robert Clipsham Implemented object file output and linking on linux.
Sun, 04 Apr 2010 02:06:32 +0100 Robert Clipsham Implemented Linux support for ddmd. Some parts are a bit hacky to just "get it working", that said, druntime and phobos compile, and unittests pass.
Mon, 26 Oct 2009 16:28:19 +0300 korDen Step 2 of restoring GC functionality.
Sat, 24 Oct 2009 08:42:06 +0400 korDen Initial commit