log

age author description
Mon, 14 Jan 2008 01:45:44 +0100 Aziz K?ksal Added two error messages.
Mon, 14 Jan 2008 01:12:28 +0100 Aziz K?ksal Renamed parseAggregateDeclaration() to parseStructOrUnionDeclaration().
Mon, 14 Jan 2008 01:06:17 +0100 Aziz K?ksal Reporting error if module declaration is not first.
Mon, 14 Jan 2008 00:21:13 +0100 Aziz K?ksal Added more visit() methods to dil.semantic.SemanticPass1.
Sun, 13 Jan 2008 21:53:01 +0100 Aziz K?ksal Added class Visitor.
Sun, 13 Jan 2008 19:26:12 +0100 Aziz K?ksal Fixed parsing of TemplateInstanceExpressions.
Sat, 12 Jan 2008 11:45:40 +0100 Aziz K?ksal Replaced a case statement with an if statement in ImportParser.
Sat, 12 Jan 2008 02:55:17 +0100 Aziz K?ksal Fixed parsing of AsmPostBracketExpression.
Sat, 12 Jan 2008 01:56:04 +0100 Aziz K?ksal Added dil.parser.ExpressionParser and dil.parser.Factory.
Fri, 11 Jan 2008 21:01:07 +0100 Aziz K?ksal Added README file.
Fri, 11 Jan 2008 20:03:46 +0100 Aziz K?ksal Moved files in src/std/ to src/util/.
Fri, 11 Jan 2008 15:23:38 +0100 Aziz K?ksal Added test case forward04.d.
Fri, 11 Jan 2008 15:09:58 +0100 Aziz K?ksal Added a test case to forward02.d.
Fri, 11 Jan 2008 15:06:53 +0100 Aziz K?ksal Added test case forward03.d.
Fri, 11 Jan 2008 14:42:00 +0100 Aziz K?ksal Added test case forward02.d.
Fri, 11 Jan 2008 14:37:45 +0100 Aziz K?ksal Added test folder for compiler tests. Added forward01.d.
Fri, 11 Jan 2008 01:45:24 +0100 Aziz K?ksal Added dil.semantic.Template.
Fri, 11 Jan 2008 01:43:31 +0100 Aziz K?ksal Added semantics.wiki.
Fri, 11 Jan 2008 01:11:12 +0100 Aziz K?ksal Moved class dil.ast.Expression to its own module.
Fri, 11 Jan 2008 00:54:53 +0100 Aziz K?ksal Renamed Scope.push/pop to Scope.enter/exit.
Fri, 11 Jan 2008 00:49:05 +0100 Aziz K?ksal Renamed Parser.lx to Parser.lexer.
Fri, 11 Jan 2008 00:42:35 +0100 Aziz K?ksal Refactored the way dot expressions are parsed.
Thu, 10 Jan 2008 19:47:34 +0100 Aziz K?ksal Added member 'EnumType type' to class Enum.
Wed, 09 Jan 2008 17:41:22 +0100 Aziz K?ksal Fixed some error messages.
Tue, 08 Jan 2008 22:15:59 +0100 Aziz K?ksal Added member ident to class Symbol.
Tue, 08 Jan 2008 21:28:53 +0100 Aziz K?ksal Added symbol Enum.
Mon, 07 Jan 2008 20:43:39 +0100 Aziz K?ksal Fixed Node.getDocComments().
Mon, 07 Jan 2008 20:36:08 +0100 Aziz K?ksal Added getDocComments() to class Node.
Sun, 06 Jan 2008 22:58:49 +0100 Aziz K?ksal Added semantic code to insert symbols into the scope.
Sun, 06 Jan 2008 21:07:37 +0100 Aziz K?ksal Changed 9 to 11 in hashing function for identifiers.
Sun, 06 Jan 2008 21:06:20 +0100 Aziz K?ksal Wrote custom look-up tables for HTML entities.
Sun, 06 Jan 2008 15:26:03 +0100 Aziz K?ksal Moved dil.ast.Parameter to dil.ast.Parameters.
Sun, 06 Jan 2008 15:23:40 +0100 Aziz K?ksal Making use of struct NewlineData.
Sun, 06 Jan 2008 01:19:29 +0100 Aziz K?ksal Moved class BaseClass to module dil.ast.BaseClass.
Sun, 06 Jan 2008 01:09:54 +0100 Aziz K?ksal Moved template parameter classes to dil.ast.Parameter.
Sun, 06 Jan 2008 01:06:36 +0100 Aziz K?ksal Moved class Parameter/s to module dil.ast.Parameter.
Sun, 06 Jan 2008 01:00:43 +0100 Aziz K?ksal Moved dil.IdentsGenerator to dil.lexer.IdentsGenerator.
Sun, 06 Jan 2008 00:58:27 +0100 Aziz K?ksal Moved dil.IdentsEnum to dil.lexer.IdentsEnum.
Sun, 06 Jan 2008 00:55:37 +0100 Aziz K?ksal Moved dil.IdTable to dil.lexer.IdTable.
Sun, 06 Jan 2008 00:52:20 +0100 Aziz K?ksal Moved dil.Identifier to dil.lexer.Identifier.
Sun, 06 Jan 2008 00:45:53 +0100 Aziz K?ksal Moved dil.Keywords to dil.lexer.Keywords.
Sun, 06 Jan 2008 00:39:15 +0100 Aziz K?ksal Renamed dil_html.css/dil_xml.css to html.css/xml.css.
Sun, 06 Jan 2008 00:28:26 +0100 Aziz K?ksal Moved dil.TokensEnum to dil.lexer.TokensEnum.
Sun, 06 Jan 2008 00:25:29 +0100 Aziz K?ksal Moved dil.Token to dil.lexer.Token.
Sun, 06 Jan 2008 00:04:40 +0100 Aziz K?ksal Moved dil.TypesEnum to dil.semantic.TypesEnum.
Sun, 06 Jan 2008 00:00:16 +0100 Aziz K?ksal Moved dil.Package to dil.semantic.Package.
Sat, 05 Jan 2008 23:58:42 +0100 Aziz K?ksal Moved dil.Module to dil.semantic.Module.
Sat, 05 Jan 2008 23:52:41 +0100 Aziz K?ksal Moved dil.Scope to dil.semantic.Scope.
Sat, 05 Jan 2008 23:47:06 +0100 Aziz K?ksal Moved dil.SymbolTable to dil.semantic.SymbolTable.
Sat, 05 Jan 2008 23:44:26 +0100 Aziz K?ksal Moved dil.Symbols to dil.semantic.Symbols.
Sat, 05 Jan 2008 23:40:54 +0100 Aziz K?ksal Moved dil.Symbol to dil.semantic.Symbol.
Sat, 05 Jan 2008 23:18:36 +0100 Aziz K?ksal Moved dil.Types to dil.ast.Types.
Sat, 05 Jan 2008 23:14:51 +0100 Aziz K?ksal Moved dil.Statements to dil.ast.Statements.
Sat, 05 Jan 2008 23:06:03 +0100 Aziz K?ksal Moved dil.Expressions to dil.ast.Expressions.
Sat, 05 Jan 2008 23:01:42 +0100 Aziz K?ksal Moved dil.Declarations to dil.ast.Declarations.
Sat, 05 Jan 2008 22:50:09 +0100 Aziz K?ksal Moved dil.TypeSystem to dil.semantic.Types.
Sat, 05 Jan 2008 22:38:01 +0100 Aziz K?ksal Moved dil.Semantics to dil.semantic.Analysis.
Sat, 05 Jan 2008 22:30:50 +0100 Aziz K?ksal Added comments and renamed a few variables.
Sat, 05 Jan 2008 18:40:10 +0100 Aziz K?ksal Improved function getShortClassName().
Sat, 05 Jan 2008 17:49:55 +0100 Aziz K?ksal Moved SyntaxTree.d to new package 'ast'.
Sat, 05 Jan 2008 17:32:27 +0100 Aziz K?ksal Moved ImportParser.d to package 'parser'.
Sat, 05 Jan 2008 17:29:47 +0100 Aziz K?ksal Moved Parser.d to new package 'parser'.
Sat, 05 Jan 2008 17:01:15 +0100 Aziz K?ksal Moved LexerFuncs.d to package 'lexer'.
Sat, 05 Jan 2008 16:53:27 +0100 Aziz K?ksal Moved Lexer.d to new package 'lexer'.
Fri, 04 Jan 2008 23:00:38 +0100 Aziz K?ksal Compiles with Tango 0.99.4 now.
Mon, 31 Dec 2007 14:48:45 +0100 Aziz K?ksal Added messages to struct MSG.
Sat, 29 Dec 2007 23:37:18 +0100 Aziz K?ksal Added semantic() to ClassDeclaration.
Sat, 29 Dec 2007 23:32:52 +0100 Aziz K?ksal Added semantic() to UnionDeclaration.
Sat, 29 Dec 2007 23:26:25 +0100 Aziz K?ksal Added AggregateDeclaration.
Sat, 29 Dec 2007 23:02:46 +0100 Aziz K?ksal Added semantic() to InterfaceDeclaration.
Sat, 29 Dec 2007 21:57:33 +0100 Aziz K?ksal Reporting location of symbol conflict error more accurately.
Sat, 29 Dec 2007 21:10:34 +0100 Aziz K?ksal Added members 'node' and 'parent' to class Symbol.
Sat, 29 Dec 2007 14:44:09 +0100 Aziz K?ksal Added 'is-methods' to class Symbol.
Fri, 28 Dec 2007 23:24:08 +0100 Aziz K?ksal Added a style.
Fri, 28 Dec 2007 23:22:33 +0100 Aziz K?ksal Added semantic() to StructDeclaration.
Fri, 28 Dec 2007 22:32:32 +0100 Aziz K?ksal Fixed VariableDeclaration.semantic().
Fri, 28 Dec 2007 20:11:58 +0100 Aziz K?ksal Added 'override' to some methods.
Fri, 28 Dec 2007 17:48:47 +0100 Aziz K?ksal Added semantic() to VariableDeclaration.
Wed, 26 Dec 2007 23:38:16 +0100 Aziz K?ksal Added Interface symbol.
Wed, 26 Dec 2007 14:17:01 +0100 Aziz K?ksal Added code related to symbols.
Mon, 24 Dec 2007 20:39:14 +0100 Aziz K?ksal Added semantic code for pragmas.
Mon, 24 Dec 2007 20:23:45 +0100 Aziz K?ksal Added more pre-defined identifiers.
Mon, 24 Dec 2007 18:19:25 +0100 Aziz K?ksal Added some semantic() methods.
Mon, 24 Dec 2007 16:12:41 +0100 Aziz K?ksal Added module dil.SymbolTable.
Sat, 22 Dec 2007 20:16:30 +0100 Aziz K?ksal Fixed infinite loop in dil.Parser.parseMixin().
Thu, 20 Dec 2007 23:33:30 +0100 Aziz K?ksal Fixed code in cmd.Statistics.
Thu, 20 Dec 2007 23:29:51 +0100 Aziz K?ksal Unittests in dil.File and dil.FileBOM compile again.
Thu, 20 Dec 2007 23:26:43 +0100 Aziz K?ksal Refactored the way how tokens are flagged as whitespace.
Thu, 20 Dec 2007 20:00:48 +0100 Aziz K?ksal Translator: changed type of LastEd field in cat files to int.
Thu, 20 Dec 2007 14:48:21 +0100 Aziz K?ksal Fixed lexing of identifiers.
Wed, 19 Dec 2007 23:21:55 +0100 Aziz K?ksal Added methods to IdTable.
Wed, 19 Dec 2007 22:16:26 +0100 Aziz K?ksal Added union Value and updated metaInfoTable.
Wed, 19 Dec 2007 21:54:54 +0100 Aziz K?ksal Added semantic() method to BoolExpression.
Wed, 19 Dec 2007 21:03:15 +0100 Aziz K?ksal Added semantic() and this() methods to NullExpression.
Wed, 19 Dec 2007 20:34:53 +0100 Aziz K?ksal Added '--table' option to 'stats' command.
Wed, 19 Dec 2007 18:48:12 +0100 Aziz K?ksal Fixed table 'tokToString'.
Wed, 19 Dec 2007 18:47:24 +0100 Aziz K?ksal Added ComplexExpression to enum NodeKind and setToks() to Node.
Wed, 19 Dec 2007 17:45:20 +0100 Aziz K?ksal Fixed StringExpression constructor.
Wed, 19 Dec 2007 16:27:15 +0100 Aziz K?ksal Added ComplexExpression.
Tue, 18 Dec 2007 22:49:52 +0100 Aziz K?ksal Fixed code in RealExpression.semantic().
Tue, 18 Dec 2007 22:46:07 +0100 Aziz K?ksal Added semantic() method to RealExpression.
Tue, 18 Dec 2007 22:22:30 +0100 Aziz K?ksal Added assert() to Lexer.finalizeFloat().
Tue, 18 Dec 2007 21:23:52 +0100 Aziz K?ksal Added constructors and semantic() methods.
Tue, 18 Dec 2007 15:14:41 +0100 Aziz K?ksal Added some semantic() methods.
Tue, 18 Dec 2007 00:32:30 +0100 Aziz K?ksal Fixed parsing bug in parseVariableOrFunction().
Mon, 17 Dec 2007 22:16:13 +0100 Aziz K?ksal Added a new field to statistics generation.
Mon, 17 Dec 2007 17:35:38 +0100 Aziz K?ksal Improved error reporting in dil.Converter.
Mon, 17 Dec 2007 16:10:08 +0100 Aziz K?ksal Renamed InformationManager to InfoManager.
Mon, 17 Dec 2007 13:23:52 +0100 Aziz K?ksal Added method skipped() to dil.Parser.
Mon, 17 Dec 2007 02:36:37 +0100 Aziz K?ksal Unindented if-block in parseVariableOrFunction().
Mon, 17 Dec 2007 01:52:46 +0100 Aziz K?ksal Tidied up version/debug parser functions.
Sun, 16 Dec 2007 23:00:05 +0100 Aziz K?ksal Fixed something in dil.Parser.
Sun, 16 Dec 2007 22:45:23 +0100 Aziz K?ksal Added struct MITable.
Sun, 16 Dec 2007 22:12:44 +0100 Aziz K?ksal Added more Type classes to dil.TypeSystem.
Sun, 16 Dec 2007 21:24:54 +0100 Aziz K?ksal Added struct Types with pre-defined types.
Sun, 16 Dec 2007 19:34:36 +0100 Aziz K?ksal Moved struct MSG from dil.Parser to dil.Messages.
Sun, 16 Dec 2007 19:31:36 +0100 Aziz K?ksal Added some more predefined identifiers.
Sun, 16 Dec 2007 19:14:21 +0100 Aziz K?ksal Added module dil.TypesEnum.
Sat, 15 Dec 2007 22:51:27 +0100 Aziz K?ksal Fix: added 'Cent' to enum TID.
Sat, 15 Dec 2007 22:25:18 +0100 Aziz K?ksal Added 'compile' command.
Sat, 15 Dec 2007 19:00:23 +0100 Aziz K?ksal Fixes in dil.Parser.
Sat, 15 Dec 2007 18:55:06 +0100 Aziz K?ksal Added module dil.Converter and dil.FileBOM.
Fri, 14 Dec 2007 23:10:35 +0100 Aziz K?ksal Added module dil.Symbols.
Fri, 14 Dec 2007 22:43:44 +0100 Aziz K?ksal Renamed template Cast to TryCast.
Fri, 14 Dec 2007 20:12:13 +0100 Aziz K?ksal Using class Module in SettingsLoader.
Fri, 14 Dec 2007 19:32:07 +0100 Aziz K?ksal Added new error classes.
Fri, 14 Dec 2007 19:08:21 +0100 Aziz K?ksal Refactored code related to settings.
Thu, 13 Dec 2007 23:04:50 +0100 Aziz K?ksal Added module dil.TypeSystem.
Thu, 13 Dec 2007 21:23:41 +0100 Aziz K?ksal Renamed class Type to TypeNode.
Thu, 13 Dec 2007 18:45:29 +0100 Aziz K?ksal Added module dil.Unicode.
Wed, 12 Dec 2007 22:17:20 +0200 Jari-Matti M?kel? Fixed formatting string bug, thanks Deewiant.
Wed, 12 Dec 2007 03:25:07 +0100 Aziz K?ksal Added isIntegralType() to Token and refactored code.
Wed, 12 Dec 2007 02:41:30 +0100 Aziz K?ksal Removed TOK.WCharLiteral and TOK.DCharLiteral.
Wed, 12 Dec 2007 02:28:37 +0100 Aziz K?ksal Refactored code and fixed a few things in cmd.Statistics.
Wed, 12 Dec 2007 02:25:42 +0100 Aziz K?ksal Refactored a great amount of code.
Tue, 11 Dec 2007 17:02:42 +0100 Aziz K?ksal Changed occur. of Token* to Identifier* and refactored Parser.
Tue, 11 Dec 2007 15:05:08 +0100 Aziz K?ksal Added module dil.Package and semantic() to class Module.
Tue, 11 Dec 2007 14:19:30 +0100 Aziz K?ksal Refactored code and added modules related to tabulated Identifiers.
Sun, 09 Dec 2007 23:27:40 +0100 Aziz K?ksal Fixed parsing of AutoDeclarations.
Sun, 09 Dec 2007 23:16:12 +0100 Aziz K?ksal Moved enum TOK to new module dil.TokenIDs.
Sun, 09 Dec 2007 22:37:47 +0100 Aziz K?ksal Implemented global table of identifiers.
Sun, 09 Dec 2007 19:37:32 +0100 Aziz K?ksal Refactored scanners for block and nested comments.
Sun, 09 Dec 2007 14:58:38 +0100 Aziz K?ksal Refactored a few things in the Lexer.
Sun, 09 Dec 2007 13:04:15 +0100 Aziz K?ksal Improved error recovery in the Parser.
Sat, 08 Dec 2007 22:20:34 +0100 Aziz K?ksal Attributes are evaluated during the parsing phase now.
Fri, 07 Dec 2007 18:22:35 +0100 Aziz K?ksal Refactored a few things in the Parser.
Thu, 06 Dec 2007 22:59:38 +0100 Aziz K?ksal Added code to the Parser and edited main.wiki.
Thu, 06 Dec 2007 22:19:55 +0100 Aziz K?ksal Added module ImportParser and new stuff from DMD2.008.
Tue, 04 Dec 2007 23:33:13 +0100 Aziz K?ksal Forgot committing Parser.d as well.
Tue, 04 Dec 2007 23:31:20 +0100 Aziz K?ksal Refactored code and added new modules.
Mon, 03 Dec 2007 22:44:27 +0100 Aziz K?ksal Refactored classes that inherit from Node.
Sat, 01 Dec 2007 21:42:24 +0100 Aziz K?ksal Added DotExpression and DotType.
Sat, 01 Dec 2007 20:20:44 +0100 Aziz K?ksal Added 'tokenize' command.
Sat, 01 Dec 2007 18:22:56 +0100 Aziz K?ksal Fixed a few things in the Parser.
Fri, 30 Nov 2007 20:17:29 +0100 Aziz K?ksal Changed a lot of things in the Lexer.
Mon, 26 Nov 2007 20:18:54 +0100 Aziz K?ksal Added more calls to set().
Sun, 25 Nov 2007 20:48:10 +0100 Aziz K?ksal Fixed parsing of C-style function pointers.
Sat, 17 Nov 2007 23:16:12 +0100 Aziz K?ksal Translator: implemented project properties dialog.
Wed, 14 Nov 2007 22:07:50 +0100 Aziz K?ksal Translator: some fixes and additions.
Mon, 12 Nov 2007 20:40:41 +0100 Aziz K?ksal Translator: catalogues can be saved to disk now.
Mon, 12 Nov 2007 17:18:30 +0100 Aziz K?ksal Translator: added ClosingProjectDialog.
Sun, 11 Nov 2007 16:43:37 +0200 jm s-exp comment fix.
Sat, 10 Nov 2007 23:50:09 +0100 Aziz K?ksal Translator: major changes and additions.
Fri, 09 Nov 2007 16:06:06 +0100 Aziz K?ksal Translator: made central widget a QTabWidget.
Thu, 08 Nov 2007 21:22:40 +0100 Aziz K?ksal Translator: messages can be edited now.
Thu, 08 Nov 2007 20:50:14 +0200 Jari-Matti M?kel? Merged changes.
Thu, 08 Nov 2007 17:44:25 +0200 Jari-Matti M?kel? Misc fixes & updates.
Tue, 06 Nov 2007 17:08:57 +0100 Aziz K?ksal Translator: implemented more functionalities of MsgForm.
Sun, 04 Nov 2007 14:06:04 +0100 Aziz K?ksal Translator: implemented some functionality of MsgForm.
Wed, 31 Oct 2007 23:03:56 +0200 Jari-Matti M?kel? Initial plain text output support.
Wed, 31 Oct 2007 21:42:33 +0200 Jari-Matti M?kel? Fixed latex regressions, added html file lists.
Wed, 31 Oct 2007 20:15:16 +0200 Jari-Matti M?kel? Fixes for the html generation.
Wed, 31 Oct 2007 16:03:11 +0200 Jari-Matti M?kel? Support for static content.
Wed, 31 Oct 2007 15:17:20 +0200 Jari-Matti M?kel? Fixed parts of HTML output, some reorganizing.
Tue, 30 Oct 2007 20:27:24 +0100 Aziz K?ksal Forgot to add the new module.
Tue, 30 Oct 2007 20:25:42 +0100 Aziz K?ksal Added new module with compiler constants to resolve import cycle.
Tue, 30 Oct 2007 20:54:26 +0200 Jari-Matti M?kel? Added missing generators.
Tue, 30 Oct 2007 20:52:29 +0200 Jari-Matti M?kel? Docgen code for handling public imports.
Tue, 30 Oct 2007 18:17:14 +0100 Aziz K?ksal Added isStatic() and isPublic() to ImportDeclaration.
Tue, 30 Oct 2007 18:12:01 +0100 Aziz K?ksal Translator: added new modules; applied fixes.
Tue, 30 Oct 2007 16:58:17 +0200 Jari-Matti M?kel? Fix to the image cache, cleaned stuff.
Tue, 30 Oct 2007 15:44:05 +0200 Jari-Matti M?kel? small fix to make it compile
Tue, 30 Oct 2007 15:41:30 +0200 Jari-Matti M?kel? Cached images, small fixes, reorganizing.
Tue, 30 Oct 2007 02:35:56 +0200 Jari-Matti M?kel? Dependency lists, minor cleanup.
Mon, 29 Oct 2007 21:27:02 +0200 Jari-Matti M?kel? Simple configuration reader, small modifications.
Fri, 26 Oct 2007 01:04:09 +0200 Jari-Matti M?kel? depgraph fixes, better design for multiple doctargets.
Thu, 25 Oct 2007 01:08:38 +0300 Jari-Matti M?kel? Parsing bugfixes, cleaned up imports.
Wed, 24 Oct 2007 22:31:38 +0300 Jari-Matti M?kel? Simple docgen ui util, some fixes.
Wed, 24 Oct 2007 17:25:52 +0300 Jari-Matti M?kel? Page templates, more flexible writer interfaces, small fixes.
Wed, 17 Oct 2007 20:55:55 +0200 Aziz K?ksal Added release script.
Wed, 17 Oct 2007 20:35:56 +0300 Jari-Matti M?kel? Depgraph test + minor modifications.
Wed, 17 Oct 2007 19:23:56 +0300 Jari-Matti M?kel? Simpler writer hierarchy.
Wed, 17 Oct 2007 18:43:29 +0300 Jari-Matti M?kel? Merged changes.
Wed, 17 Oct 2007 18:41:46 +0300 Jari-Matti M?kel? Refactored writers.
Wed, 17 Oct 2007 17:38:54 +0200 Aziz K?ksal Added functions for finding the executables path.
Wed, 17 Oct 2007 03:12:46 +0300 Jari-Matti M?kel? More document template and source listing code.
Tue, 16 Oct 2007 22:20:37 +0200 Aziz K?ksal Merged branches.
Tue, 16 Oct 2007 22:13:37 +0200 Aziz K?ksal Translator: added new modules; made fixes and many additions.
Tue, 16 Oct 2007 17:53:59 +0300 Jari-Matti M?kel? Initial docgen test stuff.
Tue, 16 Oct 2007 17:49:53 +0300 Jari-Matti M?kel? Compile error in -debug.
Fri, 12 Oct 2007 22:51:40 +0200 Aziz K?ksal Translator: applied some fixes and made some additions.
Fri, 12 Oct 2007 22:16:21 +0200 Aziz K?ksal Translator: added modules langfile and project.
Fri, 12 Oct 2007 11:12:10 +0200 Aziz K?ksal Translator: added NewProjectDialog.
Thu, 11 Oct 2007 16:34:22 +0200 Aziz K?ksal Added AboutDialog to translator.
Tue, 09 Oct 2007 20:57:16 +0200 Aziz K?ksal Added PyQt4 application for creating and managing translations.
Sun, 07 Oct 2007 23:22:15 +0200 Aziz K?ksal Fix: members related to error info weren't updated correctly.
Thu, 04 Oct 2007 22:31:59 +0200 Aziz K?ksal Fixed some issues in scanEscapeSequence().
Thu, 04 Oct 2007 16:50:59 +0200 Aziz K?ksal Added message MID.InvalidUnicodeEscapeSequence.
Thu, 04 Oct 2007 09:55:07 +0200 Aziz K?ksal Fix: analyzeGraph() should work correctly now.
Wed, 03 Oct 2007 23:00:46 +0200 Aziz K?ksal Fixed a few things regarding encoding/decoding UTF-8 sequences.
Wed, 03 Oct 2007 17:13:50 +0200 Aziz K?ksal Fix: removed infinite loop when parsing static imports.
Mon, 01 Oct 2007 19:22:10 +0200 Aziz K?ksal Looking for config.d and language file in executables folder now.
Mon, 01 Oct 2007 18:49:26 +0200 Aziz K?ksal Added a new option '-m' to the igraph command.
Mon, 01 Oct 2007 15:38:30 +0200 Aziz K?ksal Improved decodeUTF8().
Sun, 30 Sep 2007 23:42:01 +0200 Aziz K?ksal Added own UTF-8 decoding function.
Sun, 30 Sep 2007 18:51:22 +0200 Aziz K?ksal Applied some fixes to class Lexer.
Sun, 30 Sep 2007 16:59:32 +0200 Aziz K?ksal Refactored Parser.try_().
Sun, 30 Sep 2007 15:20:35 +0200 Aziz K?ksal Added support for column numbers in error messages.
Sat, 29 Sep 2007 14:26:14 +0200 Aziz K?ksal Made some changes. Added an item to the D2.0 list.
Fri, 28 Sep 2007 13:08:51 +0200 Aziz K?ksal Made Location a class and extended it with new members.
Fri, 28 Sep 2007 12:10:11 +0200 Aziz K?ksal Added new member 'p_newl' to Lexer and applied some fixes.
Thu, 27 Sep 2007 17:06:28 +0200 Aziz K?ksal Applied some fixes to the Lexer.
Thu, 27 Sep 2007 13:59:36 +0200 Aziz K?ksal Fixed parsing asm FS register.
Thu, 27 Sep 2007 11:24:53 +0200 Aziz K?ksal Detecting two more errors when scanning an escape sequence.
Thu, 27 Sep 2007 10:46:00 +0200 Aziz K?ksal Fixed parsing C function pointers in declarations.
Thu, 27 Sep 2007 10:28:08 +0200 Aziz K?ksal Added method insertEmptyTokenBefore() to Lexer. Made some fixes, too.
Wed, 26 Sep 2007 17:12:00 +0200 Aziz K?ksal Added an alternative scan() method to class Lexer.
Tue, 25 Sep 2007 16:44:27 +0200 Aziz K?ksal Added struct Location, and token2LocTable to Lexer.
Tue, 25 Sep 2007 15:04:41 +0200 Aziz K?ksal Added __EOF__ token.
Tue, 25 Sep 2007 14:28:35 +0200 Aziz K?ksal Added destructors for two particular tokens.
Tue, 25 Sep 2007 12:15:49 +0200 Aziz K?ksal Added code for parsing C function pointer declarations.
Mon, 24 Sep 2007 17:22:59 +0200 Aziz K?ksal Fixed byte swap expressions in dil.File.utf32BEtoLE().
Sun, 23 Sep 2007 21:50:27 +0200 Aziz K?ksal Added modules dil.Scope and dil.Symbol.
Sun, 23 Sep 2007 21:48:05 +0200 Aziz K?ksal Added class EnumMember.
Sun, 23 Sep 2007 20:32:12 +0200 Aziz K?ksal Added two error messages.
Sun, 23 Sep 2007 18:42:36 +0200 Aziz K?ksal Added method parseDeclarationsBlockNoColon().
Sat, 22 Sep 2007 23:49:52 +0200 Aziz K?ksal Fixed the way newlines are handled after #! and #line tokens.
Sat, 22 Sep 2007 21:01:31 +0200 Aziz K?ksal Migrated the code that generates the ptable to Tango.
Sat, 22 Sep 2007 19:49:54 +0200 Aziz K?ksal Improved statistics generation.
Sat, 22 Sep 2007 18:24:54 +0200 Aziz K?ksal Added case statements to switch in Parser.parseStatement().