log

age author description
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.