log

age author description
Thu, 21 Aug 2008 17:51:04 +0200 Aziz K?ksal Refactored the config file and how it is loaded. default tip
Wed, 20 Aug 2008 20:39:16 +0200 Aziz K?ksal Changed build configuration.
Thu, 14 Aug 2008 03:14:43 +0200 Aziz K?ksal Consolidated type rules table generation code into one file.
Tue, 12 Aug 2008 21:25:14 +0200 Aziz K?ksal Improved ExpressionType template.
Tue, 12 Aug 2008 02:59:11 +0200 Aziz K?ksal Applied minor fixes and tidied some code up a bit.
Mon, 11 Aug 2008 19:14:28 +0200 Aziz K?ksal Fix: corrected dil subcommand in release.sh.
Mon, 11 Aug 2008 18:58:59 +0200 Aziz K?ksal Fixed paths in release.sh.
Fri, 25 Jul 2008 15:17:07 +0200 Aziz K?ksal Updated to Tango 0.99.7.
Sun, 20 Jul 2008 01:23:43 +0200 Aziz K?ksal Fixed code that got broken by changes in dmd.1.033.
Sun, 20 Jul 2008 00:40:00 +0200 Aziz K?ksal Fixed string mixin of static array. (Diagnosed by Jarrett.)
Tue, 01 Jul 2008 22:52:54 +0200 Aziz K?ksal Fixed variable argument parameter issue.
Sat, 07 Jun 2008 14:57:14 +0200 Aziz K?ksal Updated Tango version in README.
Sat, 07 Jun 2008 14:51:56 +0200 Aziz K?ksal Updated README and AUTHORS files.
Sat, 07 Jun 2008 14:05:28 +0200 Aziz K?ksal Fixed Lexer unittest.
Thu, 27 Mar 2008 16:56:55 +0200 Jari-Matti M?kel? Removed the old implementation of docgen.
Mon, 24 Mar 2008 19:00:58 +0100 Aziz K?ksal Adding 'unittest' to version Ids if the flag -unittest is active.
Mon, 24 Mar 2008 18:53:15 +0100 Aziz K?ksal Added support for version(unittest).
Fri, 14 Mar 2008 11:03:11 -0400 Jarrett Billingsley Merging changes from Aziz.
Fri, 14 Mar 2008 11:01:05 -0400 Jarrett Billingsley Started the interpreter. Made a couple changes in other parts -- CharExpression now has an IntExpression of a character type as its value member and its type is set accordingly.
Fri, 14 Mar 2008 15:42:08 +0100 Aziz K?ksal Revised code in the first pass.
Thu, 13 Mar 2008 18:59:54 +0100 Aziz K?ksal Added option -d to the compile command.
Thu, 13 Mar 2008 02:21:26 +0100 Aziz K?ksal Added error messages and applied fixes.
Wed, 12 Mar 2008 23:33:14 +0100 Aziz K?ksal Added error message MSG.ConflictingModuleAndPackage.
Wed, 12 Mar 2008 22:41:45 +0100 Aziz K?ksal The ModuleManager handles packages as well now.
Wed, 12 Mar 2008 19:11:30 +0100 Aziz K?ksal Added code to class Package.
Wed, 12 Mar 2008 17:01:27 +0100 Aziz K?ksal Added isValidUnreservedIdentifier() to Lexer.
Wed, 12 Mar 2008 00:49:17 +0100 Aziz K?ksal Revised the ModuleManager class.
Tue, 11 Mar 2008 17:23:30 +0100 Aziz K?ksal Forgot to really add dil.ModuleManager.
Tue, 11 Mar 2008 13:31:28 +0100 Aziz K?ksal Refactored statistics command.
Tue, 11 Mar 2008 02:48:01 +0100 Aziz K?ksal Added modules cmd.Compile and dil.ModuleManager.