[FIX] Emacs mode "C" improperly detected as C++
[ohcount] / src / detector.c
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.