log

age author description
Sat, 02 Mar 2013 01:25:52 -0800 korDen updated to compile with dmd2.062 default tip
Sun, 25 Mar 2012 03:11:12 +0400 korDen Fixed deprecated features, now compiles with DMD2.058
Sun, 25 Mar 2012 01:39:46 +0400 korDen Fixed deprecated function call
Wed, 08 Jun 2011 02:21:32 -0400 Abscissa Now compileable with dmd2.053
Tue, 07 Jun 2011 23:51:08 -0400 Abscissa Missed one in last commit.
Tue, 07 Jun 2011 23:37:34 -0400 Abscissa Added expandability scheme outlined in http://www.dsource.org/forums/viewtopic.php?t=5659&sid=6f2150ff5b0bffcd47512a6a7608d218
Tue, 07 Jun 2011 21:01:03 -0400 Abscissa Fixed: Build script's initial setup fails if "{ddmd}/bin" doesn't already exist.
Tue, 02 Nov 2010 08:49:51 +0100 Jacob Carlborg Merge.
Tue, 02 Nov 2010 08:46:11 +0100 Jacob Carlborg One step closer to building on posix.
Mon, 25 Oct 2010 15:36:13 +0200 Jacob Carlborg Several changes to make it build on posix systems.
Sat, 30 Oct 2010 05:05:32 +0400 korDen Now compileable with dmd2.050
Mon, 18 Oct 2010 00:36:44 +0400 korDen ArrayExp.toCBuffer and TypeReturn.toCBuffer2
Sun, 17 Oct 2010 23:23:28 +0400 korDen Fixed a few memory allocation related issues
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
Sun, 10 Oct 2010 10:38:55 +0400 korDen bug fixes
Sun, 10 Oct 2010 05:22:45 +0400 korDen Moved all the mutable globals to Global
Sun, 10 Oct 2010 03:48:06 +0400 korDen get rid of globals
Sun, 10 Oct 2010 03:47:23 +0400 korDen lot os toCBuffer methods implemented
Sun, 10 Oct 2010 01:55:35 +0400 korDen Small changes
Fri, 08 Oct 2010 20:23:30 +0400 korDen BuildHelper updated to use src and lib from dmd2/, not copies
Sun, 03 Oct 2010 17:55:10 -0400 Abscissa Enhanced buildscript to simplify compiling for new users
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 12:57:13 +0400 korDen stringtable, stringbuffer and freelist moved to Global
Thu, 30 Sep 2010 12:13:49 +0400 korDen rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup
Thu, 30 Sep 2010 10:30:15 +0400 korDen Moved object and classinfo from ClassDeclaration to Global (as part of getting rid of the global state)
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
Thu, 23 Sep 2010 13:55:20 +0400 korDen *.interpret functions implemenation
Tue, 21 Sep 2010 14:59:56 +0400 korDen updated build script to use dmd2.039
Mon, 20 Sep 2010 01:19:36 +0400 korDen type fixed
Mon, 20 Sep 2010 01:18:05 +0400 korDen RTLSYM update
Sun, 19 Sep 2010 07:16:57 +0400 korDen overloadApply bug fixed (visitor is a struct and thus should be passed by reference)
Sun, 19 Sep 2010 06:54:31 +0400 korDen overloadApply fixes
Thu, 16 Sep 2010 01:34:10 +0200 trass3r * added all missing default cases in switch statements
Wed, 15 Sep 2010 18:24:39 +0200 trass3r + ArrayInitializer.toAssocArrayLiteral()
Wed, 15 Sep 2010 17:31:22 +0200 trass3r + Statement.interpret()
Wed, 15 Sep 2010 15:32:31 +0200 trass3r * changed the build system to build a release version if the debug one compiles
Wed, 15 Sep 2010 04:18:46 +0200 trass3r added lots of ddoc code, still needs much care
Wed, 15 Sep 2010 03:00:30 +0200 Trass3r moved Escape and Macro to ddoc folder
Wed, 15 Sep 2010 02:47:24 +0200 Trass3r + Escape.escapeChar()
Tue, 14 Sep 2010 15:49:40 +0200 Trass3r removed unneeded files
Tue, 14 Sep 2010 15:46:50 +0200 Trass3r merge
Wed, 15 Sep 2010 03:58:55 +0200 Trass3r phobos compiles now:
Tue, 14 Sep 2010 23:49:12 +0100 Eldar Insafutdinov fix test runnable\structlit.d
Tue, 14 Sep 2010 23:34:50 +0100 Eldar Insafutdinov redundant extern(C)
Tue, 14 Sep 2010 23:28:52 +0100 Eldar Insafutdinov Fix inline asm problem
Tue, 14 Sep 2010 22:39:29 +0100 Eldar Insafutdinov + RealExp.toCBuffer
Tue, 14 Sep 2010 15:25:44 +0200 Trass3r fixed phobos compilation bug
Tue, 14 Sep 2010 03:20:52 +0200 Trass3r + Bool()
Tue, 14 Sep 2010 02:38:37 +0200 Trass3r + Expression.toElem
Tue, 14 Sep 2010 01:54:48 +0200 Trass3r dmd.lib now only contains the backend
Tue, 14 Sep 2010 01:13:58 +0200 Trass3r made StorageClass type-safe
Tue, 14 Sep 2010 00:00:24 +0200 Trass3r 2.039
Mon, 13 Sep 2010 23:29:00 +0200 Trass3r merge
Mon, 13 Sep 2010 23:27:38 +0200 Trass3r fixed a few null reference bugs, thx sagitario
Mon, 13 Sep 2010 22:19:42 +0100 Eldar Insafutdinov dmd 2.038 dmd2037
Sat, 11 Sep 2010 13:03:39 +0100 Eldar Insafutdinov Fix of the hopefully last regression with dmd2.037 dmd2037
Sat, 11 Sep 2010 01:02:18 +0100 Eldar Insafutdinov Fix update bugs dmd2037