ohcount
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...
2008-05-20  mitchellRemoved C_ANY and company from c.rl; not valid C.
2008-05-20  mitchellConstants are now prefixed in c.rl to prevent conflict...
2008-05-20  mitchellUpdated PARSER_DOC to discuss why variable/function...
2008-05-20  mitchellAdded 'warning' preprocessor keyword to c.rl.
2008-05-20  mitchellc.rl's strings contain escaped newlines, not newlines.
2008-05-20  mitchellc.rl's preprocessor statements can contain block comments.
2008-05-20  mitchellFor now put non-ws matching patterns in c.rl's multilin...
2008-05-20  mitchellc.rl assumes syntactically correct C now.
2008-05-20  mitchellComments in preprocessor statments aren't working in...
2008-05-20  mitchellIt appears C's preprocessor statments don't have to...
2008-05-20  mitchellAdded 3 more conditionals to common.rl.
2008-05-20  mitchellApparently '@' is allowed in .c.in files; added to...
2008-05-20  mitchellUpdated PARSER_DOC to reflect counting blanks inside...
2008-05-20  mitchellAdded ws definition for [\t ].
2008-05-20  mitchellCount empty lines inside c.rl's comments and code as...
2008-05-20  mitchellAdded initial documentation for writing parsers.
2008-05-19  mitchellBad if statement for blank line in c.rl; should be...
2008-05-19  mitchellAdded tilde (~) operator to c.rl.
2008-05-19  mitchellFixed bug with escape sequences in c.rl's strings.
2008-05-19  mitchellForgot XOR (^) operator in c.rl.
2008-05-17  mitchellForgot to change to ragel_parse_yield_line in ragel_par...
2008-05-17  mitchellMoved Ragel parser into its own files, separate from...
2008-05-17  mitchellSwitched order of c.rl's machine definitions as in...
2008-05-17  mitchellSpoke too soon; placed keywords after identifiers in...
2008-05-17  mitchellEliminated keywords from c.rl; identifiers over-match...
2008-05-16  mitchellUpdated c.rl and common.rl to count internal newlines.
2008-05-16  mitchellescaped_newline should be before nonnewline in common...
2008-05-16  mitchellc.rl's preprocessors won't eat newlines, which ignore...
2008-05-16  mitchellMoved *pr from parser.h to parser.c because having...
next