More descriptive invalid polyglot error message.
[ohcount] / ext / ohcount_native /
2008-06-10  mitchellMore descriptive invalid polyglot error message.
2008-06-10  mitchellAdded Lua entity machine.
2008-06-04  mitchellRemoved printf statement for debugging in ragel_parser.c.
2008-06-04  mitchellAdded Perl parser.
2008-06-04  mitchellUpdated PHP unit tests and added PHP parser.
2008-06-04  mitchellUpdated Boo parser to better distinguish between '...
2008-06-04  mitchellUpdated Python unit tests and added Python parser.
2008-06-04  mitchellFixed MATLAB parser and unit tests to include GNU Octav...
2008-06-04  mitchellAdded support for VHDL and accompanying unit tests.
2008-06-04  mitchellAdded Scheme unit tests.
2008-06-04  mitchellAdded Erlang parser.
2008-06-04  mitchellRemoved Scheme parser, moved it into Lisp parser.
2008-06-04  mitchellUpdated Boo unit tests and Boo parser.
2008-06-04  mitchellFixed ragel_parser.c and ragel_parser_macros.h to stop...
2008-06-04  mitchellForgot to comment out the parsers I haven't checked...
2008-06-04  mitchellAlphabetized parsers in ragel_parser.c.
2008-06-03  mitchellAdded Metapost with Tex parser.
2008-06-03  mitchellFixed 'is_blank_entry' function in ragel_parser_macros.h.
2008-06-03  mitchellAdded Clearsilver and Clearsilver template parsers.
2008-06-03  mitchellUpdated MXML parser to use new embedded language parser...
2008-06-03  mitchellAdded JSP parser.
2008-06-03  mitchellCleaned up HTML and RHML parsers.
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  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  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  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  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  mitchellAdded the c.rl entity machine; separated from line...
2008-05-22  mitchellAdded my details to the top of the parsers.
next