[CHANGE] Add support for FreeBSD (submitted by eg)
[ohcount] / src /
2009-09-02  Robin Luckey[FIX] Spelling correction for Objective-C
2009-09-01  Andy Verprauskus[FIX] exit is a function; why no error/warning on MAC?
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-09-01  Benjamin Kramer[FIX] sourcefile: detect errors from fread(3)
2009-09-01  Andy Verprauskus[FIX] large files crashed during license detection...
2009-08-28  Andy Verprauskus[FIX] change git url
2009-08-28  Andy Verprauskus[FIX] crash handling empty file with no file suffix
2009-08-22  Andy VerprauskusMerge branch 'master' of ssh://averprauskus@ohcount...
2009-08-22  Andy Verprauskus[FIX] pclose the popen
2009-08-22  Andy Verprauskus[CHANGE] diff large files from the shell
2009-08-15  Robin Luckey[NEW] Gestalts for silverlight + popular JS libs
2009-08-14  Robin Luckey[FIX] Rename "Flex" to "MXML"
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-08-06  Sylwester Arabas[NEW] handle idl/pvwave/gdl; ported to C by andy verpra...
2009-07-30  mitchellFixed detector for files that need to be written to...
2009-07-14  andyMerge branch 'master' of git@github.com:andyverprauskus...
2009-07-14  andy[CHANGE] from robin: [CHANGE] The phrase "MIT/X11...
2009-07-09  mitchellAdded regex to Javascript parser to fix failing test.
2009-07-02  Andy Verprauskus[FIX] new gestalts, step 2/2
2009-06-22  mitchellFixed bugs in src/hash/languages.gperf related to ...
2009-06-22  mitchellMerge branch 'master' of git://github.com/andyverprausk...
2009-06-19  Andy Verprauskus[CHANGE] change src/diff.c for mitchell
2009-06-10  mitchellFixed build regexen to compile on Mac OSX.
2009-06-05  Andy VerprauskusMerge branch 'master' of git@github.com:andyverprauskus...
2009-06-05  Andy Verprauskus[FIX] make src/parsers/compile work on MACOS
2009-05-27  mitchellSince directories are added to SourceFileLists, don...
2009-05-24  mitchellAdded documentation to src/ohcount.h noting gestalts...
2009-05-24  mitchellRemoved gestalt options from C ohcount (use ruby/gestal...
2009-05-24  mitchellFixed license detection for source files with no parsed...
2009-05-24  mitchellAdded documentation for compiling Ruby extension; src...
2009-05-24  mitchellRemoved hash header include guards; they're unnecessary.
2009-05-24  mitchellAdded Ruby interface.
2009-05-23  mitchellRenamed ParsedLanguage->language to ParsedLanguage...
2009-05-23  mitchellAdded extra Doxygen doc; src/sourcefile.c
2009-05-23  mitchellChanged BINARY from NULL to "\1" for faster binary...
2009-05-22  mitchellAdded #include guards for src/hash/ headers.
2009-05-18  mitchellUse diskpath field if necessary for getting file conten...
2009-05-18  mitchellParsing SourceFileLists in src/sourcefile.c is much...
2009-05-17  mitchellReduced calling of 'strlen' in loops for speed in src...
2009-05-17  mitchellInitial import of C source code.