ohcount
2008-06-03  mitchellUpdated PARSER_DOC to include updates to embedded langu...
2008-06-03  mitchellAdded RHTML parser.
2008-06-03  mitchellAdded check_blank_outry action to common.rl.
2008-06-03  mitchellruby.rl's string and regex literals shouldn't call...
2008-06-03  mitchellAdded embedded versions of the standard newline and...
2008-06-02  mitchellAdded Scala parser.
2008-06-02  mitchellAdded Tex parser.
2008-06-02  mitchellAdded D parser.
2008-06-02  mitchellAdded Groovy parser.
2008-06-02  mitchellReverted conditional in 'code' action and fixed VIM...
2008-06-02  mitchellAdded conditional to 'code' action in ragel_parser_macr...
2008-06-02  mitchellAdded contitional to 'code' action in common.rl.
2008-06-02  mitchellAdded VIM parser.
2008-06-01  mitchellAdded MXML parser with embedded CSS and Actionscript.
2008-05-31  mitchellAdded XML Schema parser.
2008-05-31  mitchellAdded XSLT parser.
2008-05-31  mitchellAdded XML parser.
2008-05-30  mitchellAdded VHDL parser.
2008-05-30  mitchellAdded Vala language to the c.rl parser.
2008-05-30  mitchellAdded Tcl parser.
2008-05-30  mitchellAdded Smalltalk parser.
2008-05-30  mitchellAdded Shell parser.
2008-05-30  mitchellFixed line comments in Pascal parser.
2008-05-30  mitchellAdded Scheme parser.
2008-05-30  mitchellAdded Rexx parser.
2008-05-30  mitchellForgot to commit the Lisp and Emacslisp parser.
2008-05-30  mitchellAdded Pike parser.
2008-05-30  mitchellAdded Pascal parser.
2008-05-30  mitchellAdded Metapost and Metafont parsers.
2008-05-30  mitchellAdded MATLAB parser.
2008-05-30  mitchellMATLAB unit tests are wrong.
2008-05-30  mitchellAdded Makefile parser.
2008-05-30  mitchellAdded Haskell parser.
2008-05-30  mitchellAdded Fortran parsers.
2008-05-30  mitchellAdded Emacslisp and Lisp parsers.
2008-05-30  mitchellPatterns with newlines cannot contain newlines in other...
2008-05-30  mitchellAdded Exheres parser.
2008-05-30  mitchellAdded ebuild parser.
2008-05-30  mitchellAdded Dylan parser.
2008-05-30  mitchellBoo character strings can contain "\'".
2008-05-30  mitchellAdded DCL parser.
2008-05-30  mitchellFixed DCL unit tests to return correct counts.
2008-05-30  mitchellAdded Boo parser.
2008-05-30  mitchellAdded C# parser.
2008-05-29  mitchellAdded Batch parser.
2008-05-29  mitchellAdded Awk parser.
2008-05-29  mitchellSome parsers' strings cannot contain newlines; updated.
2008-05-29  mitchellAdded Automake parser.
2008-05-29  mitchellUpdated entities in autoconf parser.
2008-05-29  mitchellAdded Autoconf parser.
2008-05-29  mitchellAdded Assembler parser.
2008-05-29  mitchellAdded Ada parser.
2008-05-29  mitchellCreated 'init' macro for parsers.
2008-05-29  mitchellAdded ActionScript parser.
2008-05-29  mitchellUpdated PARSER_DOC to include information on embedded...
2008-05-29  mitchellAdded #ifndef ... #endif around parsers; they are heade...
2008-05-29  mitchellAdded HTML parser with embedded CSS and Javascript.
2008-05-29  mitchellAdded HTML parser with embedded CSS and Javascript.
2008-05-29  mitchellMoved common variables into ragel_parser_macros.h.
2008-05-29  mitchellAdded SQL parser.
2008-05-29  mitchellAdded Visual Basic parser.
2008-05-28  mitchellAdded Objective C parser.
2008-05-28  mitchellDetecting a '\r' as a newline is more accurate in commo...
2008-05-28  mitchellFixed newline definition in common.rl to not break...
2008-05-28  mitchellAdded Java parser.
2008-05-28  mitchellAdded Java parser.
2008-05-28  mitchellAdded CSS and Javascript parsers.
2008-05-28  mitchellBetter memory usage for *_LANG strings in c.rl.
2008-05-28  mitchell"cpp" displays instead of "c" for C++ files.
2008-05-27  mitchellAdded initial Ruby parser.
2008-05-27  mitchellAdded TODO: tag in lua.rl parser.
2008-05-23  mitchellUpdated PARSER_DOC.
2008-05-23  mitchell'\r' is now recognized in common.rl.
2008-05-22  mitchellc.rl cleanup.
2008-05-22  mitchellAdded prototype for lua.rl entity machine.
2008-05-22  mitchellRemoved line counter callbacks for comments and strings...
2008-05-22  mitchellDefine NEWLINE like INTERNAL_NL so parsers don't have...
2008-05-22  mitchellWrapped lua.rl's process_last_line call in conditional.
2008-05-22  mitchellPrettied up c.rl and lua.rl parsers.
2008-05-22  mitchellUpdated lua.rl parser to split line counting and entity...
2008-05-22  mitchellAdded ls action to common.rl for consistency.
2008-05-22  mitchellUpdated PARSER_DOC to fix typo.
2008-05-22  mitchellUpdated PARSER_DOC to include entity machines.
2008-05-22  mitchellAdded the c.rl entity machine; separated from line...
2008-05-22  mitchellAdded my details to the top of the parsers.
2008-05-21  mitchellUpdated comment in lua.rl.
2008-05-21  mitchellRemoved ragel_parser_defines.h in favor of ragel_parser...
2008-05-21  mitchellUpdated PARSER_DOC to include documentation on macros.
2008-05-21  mitchellRenamed ragel_parser_defines.h to ragel_parser_macros...
2008-05-21  mitchellAdded last line processor to ragel_parser_defines.h...
2008-05-21  mitchellAdded comment define to ragel_parser_defines.h for...
2008-05-21  mitchellAdded ragel_parser_defines.h with common defines for...
2008-05-21  mitchellUpdated formatting of PARSER_DOC.
2008-05-21  mitchellUpdated PARSER_DOC to include information on the differ...
2008-05-21  mitchellLeft off some documentation for parse_lua in lua.rl.
2008-05-21  mitchellRemoved [lang]_callback C function name requirement...
2008-05-21  mitchellRagel parsers will use 2 machines: one optimized for...
2008-05-21  mitchellUpdated PARSER_DOC to recommend prefixing definitions...
2008-05-20  mitchellAdded Lua Ragel parser.
2008-05-20  mitchellUpdated PARSER_DOC to include non-conflicting constant...
next