[FIX] Detector now works against source files that aren't backed by real
[ohcount] / ext /
2008-11-12  Jason AllenMerge robin@congo:dev/ohcount
2008-11-12  Robin Luckey[NEW] Parse *.apsx, *.ascx files. Resulted in new polyg...
2008-11-11  Jason AllenMerge robin@congo:dev/ohcount
2008-11-11  Robin Luckey[NEW] XAML parser
2008-11-06  Jason Allen[INTERIM] More gestalt and cleanup
2008-09-26  Niel DrummondAdded haXe parser and test case
2008-09-15  Robin Luckey[FIX] Perl POD can be terminated by EOF
2008-09-09  Robin Luckey[FIX] Mac is filename case insenstive; linux is not. 2.0.0
2008-09-09  Robin Luckey[FIX] Rename 'R' to 'r' for consistency with other...
2008-09-09  Mark HoebekeAdded test case for R language support.
2008-08-26  Robin LuckeyMerge git://github.com/korsakov/ohcount into haml
2008-08-15  Fedor KorsakovMerge branch 'master' of git://github.com/mitchell...
2008-08-15  Fedor KorsakovHaml support
2008-08-12  Fedor KorsakovUpdated Haml parser to recognize embedded Ruby, xhtml...
2008-08-04  Fedor KorsakovPartial Haml support with Ruby block detection.
2008-07-29  Robin LuckeyMerge git://github.com/korsakov/ohcount
2008-07-29  mitchellMerge branch 'master' of git://github.com/korsakov...
2008-07-28  Fedor KorsakovSupport for Stratego.
2008-07-19  mitchellAdded embedded language entities to the rest of the...
2008-07-18  mitchellAdded CSS, Javascript, and PHP entity parsing to phphtm...
2008-07-18  mitchellMerge branch 'master' of git://github.com/robinluckey...
2008-07-18  Fedor KorsakovMerge branch 'master' of git://github.com/mitchell...
2008-07-17  mitchellAdded extra block comment to SQL parser's entity parser.
2008-07-17  mitchellAdded partial entity parser for Ruby.
2008-07-17  mitchellFixed Perl parser's entity parser.
2008-07-17  mitchellFixed Haskell parser's entity parser.
2008-07-17  mitchellFixed Actionscript parser's entity parser.
2008-07-17  mitchellAdded partial entity parsers to all lexers; updated...
2008-07-11  Fedor KorsakovMerge branch 'master' of git://labs.ohloh.net/git/ohcount
2008-07-11  Fedor Korsakov[FIX] Added docstring support to Lisp.
2008-07-10  Daniel LuzMerge branch 'master' of git://labs.ohloh.net/git/ohcount
2008-07-10  Daniel LuzAllocate space for the null terminators on LanguageBrea...
2008-07-09  Robin LuckeyMerge git://github.com/mitchell/ohcount
2008-07-09  mitchellPossible fix for the "random" memory free errors.
2008-07-09  Robin LuckeyMerge git://github.com/mitchell/ohcount
2008-07-09  mitchellRemoved unnecessary ()'s in xml parser.
2008-07-09  mitchellString escapes aren't allowed in XML; use ", ...
2008-07-09  Robin LuckeyMerge git://github.com/mitchell/ohcount
2008-07-09  Alfredo BeaumontSupport for Factor programming language factorcode.org
2008-07-09  mitchellMerge branch 'master' of git://github.com/robinluckey...
2008-07-09  Jason Allen[FIX] Added a OHCOUNT_ROOT global so that included...
2008-07-07  mitchellXML and friends shouldn't have multiline strings (like...
2008-07-03  Robin Luckey[FIX] Clean up .gitignores
2008-07-03  Robin Luckey[FIX] 'objective c' parser name should be 'objective_c...
2008-07-01  Fedor KorsakovRemoved partial Haml support.
2008-06-30  Fedor KorsakovMerged with Mitchell's branch and resolved conflicts...
2008-06-27  mitchellInclude stdlib to remove language_breakdown.c warnings.
2008-06-26  Robin LuckeyMerge from Ohcount main line
2008-06-26  Robin Luckey[FIX] increase MAX_LANGUAGE_NAME
2008-06-26  mitchellDeleted the code the new Ragel parser obsoletes.
2008-06-24  mitchellCheck for buffer overflow before writing to lb so there...
2008-06-23  mitchellAdded enqueue..commit to lua.rl's longstrings.
2008-06-23  mitchellFixed parsers that could succomb to segfaulting.
2008-06-23  mitchellFixed another segfault; renamed 'queue' action to ...
2008-06-21  mitchellRuby.rl's regexen can of course include tabs and spaces.
2008-06-21  mitchellFixed issue with Ragel executing actions in real time...
2008-06-20  mitchellAdded "padding" to fix some of the memory freeing crash...
2008-06-16  mitchellFixed REXX parser to include nested block comments.
2008-06-12  mitchellIntegrated entity parsing into Ohcount.
2008-06-12  mitchellFixed issue in c.rl's entity parsing machine.
2008-06-10  mitchellFixed typos in parsers as per the typo in PARSER_DOC.
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.
next