log

age author description
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.
Sun, 09 Mar 2008 16:39:46 +0100 Aziz K?ksal Refactored the importgraph command.
Sun, 09 Mar 2008 16:10:25 +0100 Aziz K?ksal Renamed generate command to highlight and refactored it.
Sun, 09 Mar 2008 15:28:24 +0100 Aziz K?ksal Refactored ddoc command.
Sun, 09 Mar 2008 00:12:19 +0100 Aziz K?ksal Moved out files in the trunk folder to the root.
Sat, 08 Mar 2008 22:09:59 +0100 Aziz K?ksal Updated wiki pages.
Sat, 08 Mar 2008 22:02:20 +0100 Aziz K?ksal Implemented visit methods for some type nodes.
Fri, 07 Mar 2008 11:46:56 +0100 Aziz K?ksal Reporting error for invalid octal escape sequences.