OTWO-1213 Works around lost encoding in Ruby/C binding layer
[ohcount] / src / detector.c
2011-12-21  Robin LuckeyOTWO-1137 Escapes single quotes in file paths
2011-12-15  Robin LuckeyMerge branch 'master' of git://github.com/pfusik/ohcount
2011-12-15  Robin LuckeyMerge branch 'master' of git://github.com/pmoura/ohcount
2011-12-15  Robin LuckeyFixes crash in disambiguate_r() when source file is...
2011-12-15  Ehsan AkhgariEnable building on Mac, which lacks the strnlen functio...
2011-08-29  Piotr FusikCheck if *.def files are Modula-2.
2011-08-09  Paulo MouraMinor improvement for detecting Perl files.
2011-08-09  Robin LuckeyMerge branch 'ecere'
2011-08-09  Piotr FusikAdd file extensions "asx" and "as8" - 6502 assembler.
2011-08-08  Robin LuckeyMerge https://github.com/bytbox/ohcount into jam
2011-08-08  Robin LuckeyMerge branch 'adding_racket' of https://github.com...
2011-08-08  Robin LuckeyMerge branch 'master' of https://github.com/earl/ohcount
2011-08-08  Robin LuckeyMerge branch 'rebol' of https://github.com/earl/ohcount...
2011-08-08  Robin LuckeyMerge https://github.com/ecere/ohcount into ecere
2011-08-06  Paulo MouraAdded basic support for Logtalk and Prolog.
2011-06-20  Robin LuckeyOTWO-803 Fixes disambiguate_pp() performance sink
2011-06-01  Andreas BolkaAdd REBOL detection and (basic) parsing
2011-04-08  Robin LuckeyMerge branch 'master' of https://github.com/bytbox...
2011-04-08  Robin LuckeyMerge branch 'master' of https://github.com/chris-morga...
2011-01-21  Robin LuckeyFixes uninitialized data in tmp filename
2011-01-21  Robin LuckeyFixes compiler warnings.
2010-05-04  Ken BarberAdded support for the Puppet DSL from Puppetlabs.
2010-03-30  Robin LuckeyMerge branch 'wirth'
2010-03-29  Robin LuckeyFIX: Buffer overrun in emacs mode header logic
2010-03-26  Robin Luckey[FIX] Emacs mode "C" improperly detected as C++
2010-03-15  Robin LuckeyMerge branch 'master' of git://github.com/pshiryaev...
2010-01-29  Pat Downey[PATCH] Use pe pointer in disambiguate_st instead of...
2010-01-08  rootMerge remote branch 'balena/python_only' into python
2010-01-05  Guilherme Balena... Bundle of modifications done to ohcount to support...
2009-12-29  Guilherme Balena... MinGW/MSYS support (and probably for Cygwin too)
2009-12-15  Michael WildFIX: Allow disambiguate_h to parse keywords at BOL
2009-12-15  Michael WildChanged ordering of tests:
2009-12-15  Robin Luckey[FIX] Ruby binding memory performance improvement
2009-11-12  Robin Luckey[Ticket 48] Rollback -- do not pclose() twice.
2009-10-20  Andy Verprauskus[Ticket 48] crash on some OSX 10.6 machines; need to...
2009-10-02  Andy VerprauskusMerge branch 'master' of ssh://averprauskus@ohcount...
2009-10-01  Robin LuckeyMerge branch 'master' into prune
2009-10-01  Robin Luckey[FIX] Null dereference error in disambiguate_in()
2009-10-01  Robin LuckeyMerge branch 'master' into prune
2009-10-01  Robin Luckey[FIX] Avoid null dereference in disambiguate_inc()
2009-09-01  Benjamin Kramer[FIX] We really need those null bytes
2009-09-01  Benjamin Kramer[FIX] another off-by-one (forgot \0)
2009-09-01  Benjamin Kramer[FIX] work around some off-by-one errors
2009-09-01  Benjamin Kramer[FIX] line was being used uninitialized
2009-08-28  Andy Verprauskus[FIX] crash handling empty file with no file suffix
2009-08-14  Andy Verprauskus[CHANGE] cleanup disambiguate_aspx
2009-08-14  Andy Verprauskus[FIX] bus error handling aspx file without <%@
2009-08-13  Robin Luckey[FIX] Clean up zombie processes
2009-08-11  Andy Verprauskus[FIX] Sylwester's idea: require += for QMake disambiguation
2009-08-10  Andy Verprauskus[FIX] disambiguate pro (IDL/PVWAVE vs QMAKE)
2009-07-30  mitchellFixed detector for files that need to be written to...
2009-07-02  Andy Verprauskus[FIX] new gestalts, step 2/2
2009-05-24  mitchellAdded Ruby interface.
2009-05-23  mitchellChanged BINARY from NULL to "\1" for faster binary...
2009-05-17  mitchellReduced calling of 'strlen' in loops for speed in src...
2009-05-17  mitchellInitial import of C source code.