log

age author description
Fri, 05 Nov 2010 01:37:35 +0900 Ryoma SHINYA modify I/O routine. use mmap. it's really faster than fgets ;-)
Fri, 05 Nov 2010 01:34:14 +0900 Ryoma SHINYA modify I/O routine. use mmap. it's really faster than fgets ;-)
Thu, 04 Nov 2010 22:04:34 +0900 Ryoma SHINYA Added tag fgest stable for changeset fd3d0b8326fe
Thu, 04 Nov 2010 17:06:44 +0900 Ryoma SHINYA implement regexp-syntax any-char ('.'). fgest stable
Mon, 01 Nov 2010 14:50:52 +0900 Ryoma SHINYA modify ternary operator (ex: return s1 if ~~ else s2). for python2.4 ;-(
Mon, 01 Nov 2010 14:41:03 +0900 Ryoma SHINYA add fixed-string filter(Boyer-Moore), and add option '--disable-filter'.
Wed, 27 Oct 2010 20:46:41 +0900 Ryoma SHINYA add parallel I/O grep (per line) with pthread. but it's very slow. really slow..
Tue, 26 Oct 2010 16:37:43 +0900 Ryoma SHINYA ddd analyzer. analyzer can analyzing to regexp max-length.
Wed, 25 Aug 2010 22:22:54 +0900 Ryoma SHINYA bug fix: modify anchor(begin of line - '^') emit rule.
Wed, 25 Aug 2010 20:50:52 +0900 Ryoma SHINYA bug fix: modify escape character parsing rule.
Mon, 23 Aug 2010 20:00:04 +0900 Ryoma SHINYA bug fix. remove unnecessarily files.
Tue, 10 Aug 2010 15:56:23 +0900 Ryoma SHINYA dispose op MultiByte Character as concatnated SingleByte Characters
Mon, 09 Aug 2010 15:06:24 +0900 Ryoma SHINYA jitgrep: set bufsize default 1M. and remove with statement.
Mon, 09 Aug 2010 04:34:13 +0900 Ryoma SHINYA accept UTF-8 encoding. but some foundational bug in converting algorithm NFA. maybe, which is not too difficult.
Sun, 08 Aug 2010 04:14:10 +0900 Ryoma SHINYA add file :-p
Sun, 08 Aug 2010 04:13:14 +0900 Ryoma SHINYA add input-rules, Range, CharacterClass, Anchor and MultiByte-Char(but not work)\nand more simplify NFA (is global improvement).
Fri, 06 Aug 2010 20:18:58 +0900 Ryoma SHINYA move dot files.
Fri, 06 Aug 2010 20:17:17 +0900 Ryoma SHINYA modify dot translator. add regex as title, and simplify graph.
Fri, 06 Aug 2010 03:21:50 +0900 Ryoma SHINYA add txt files for grep benchmark
Tue, 03 Aug 2010 05:35:38 +0900 Ryoma SHINYA replace converting-flow, module dfareg with module regexp. it's is substantial changing in implimentation.
Mon, 02 Aug 2010 04:03:23 +0900 Ryoma SHINYA add goto_grep_translator.py, this is label-based grep implimentation.
Mon, 02 Aug 2010 04:02:19 +0900 Ryoma SHINYA modify cbcgrep, remove global variable to args(interface).
Tue, 20 Jul 2010 17:26:54 +0900 Ryoma SHINYA add CbCGREPTranslator.
Tue, 13 Jul 2010 07:53:28 +0900 Ryoma SHINYA add Lexer/Parser/AST class. it's can parse Regexp to AST. (Pyrect will shift to more flexible/robust system.)
Mon, 12 Jul 2010 06:24:57 +0900 Ryoma SHINYA modify grep_translator, use property at bufsize.
Sun, 11 Jul 2010 23:04:48 +0900 Ryoma SHINYA bug fix: LLVMGREPTranslator.
Sun, 11 Jul 2010 22:54:39 +0900 Ryoma SHINYA add llgrep.py, llvm_grep_translataor.py. these module requre llvm-py(and of course LLVM) to translate/execute.
Sun, 11 Jul 2010 22:51:44 +0900 Ryoma SHINYA bug fix: import DotTranslator.
Sun, 11 Jul 2010 22:50:37 +0900 Ryoma SHINYA change compile-method to full-source-compile.
Sat, 10 Jul 2010 15:37:41 +0900 Ryoma SHINYA simplify grep.c, correnspod syntax '^'.