summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Patch so "make clean" removes generated source files, per Drew DavisHEADmasterDavid A. Wheeler2014-09-041-1/+5
|
* Ignore //comments in objective-C; proposal per Robert SteinDavid A. Wheeler2014-02-041-1/+2
| | | | | - Robert Stein noted the need to not count //-lines in Objective-C. This code is based on code from Robert Stein.
* Tweak test driverDavid A. Wheeler2013-09-021-1/+1
|
* Fix bug in break_filelist in pig checkingDavid A. Wheeler2013-09-021-2/+2
|
* Add support for Apache Pig [from Clay B]David A. Wheeler2013-09-026-0/+287
| | | | - https://sourceforge.net/p/sloccount/patches/16/
* Add Basic InnoSetup-Script support [from Sven Strickroth (MrTux)]David A. Wheeler2013-09-024-2/+84
| | | | - See https://sourceforge.net/p/sloccount/patches/11/
* Add support for windows batch scripts [from Sven Strickroth (MrTux)]David A. Wheeler2013-09-024-1/+79
| | | | - See https://sourceforge.net/p/sloccount/patches/8/
* Allow ".mm" for Objective-C [by Martin Häcker]David A. Wheeler2013-09-021-0/+1
| | | | | - Accept ".mm" as another Objective-C extension - See: https://sourceforge.net/p/sloccount/patches/13/
* Add support for AutoIt3/AutoHotKey scripts/macros [by Sven Strickroth (MrTux)]David A. Wheeler2013-09-025-0/+191
| | | | | - Add support for autoit3 and autohotkey macros/scripts - See: https://sourceforge.net/p/sloccount/patches/10/
* Ignore files generated by Version Control Systems [from: a_m0d]David A. Wheeler2013-09-021-0/+5
| | | | | | | | | | | - Ignore files which version control software (aka revision control software or configuration management software) places in a working directory. This version ignores files used by SVN, git, and Mercurial. "This is done by simply testing whether the path name includes a directory name used by these systems, and ignoring the file if it does. This results in much more accurate SLOCcounts. - See: https://sourceforge.net/p/sloccount/patches/14/
* Fix bug in ml_count.c [from: a_m0d]David A. Wheeler2013-09-021-1/+3
| | | | | | | | | | | | - "This patch fixes a bug with string handling in ml_count.c. The bug occurs with escaped string characters - when a file contains a quoted string character ('\"') then ml_count will crash with the message ml_count ERROR - terminated in string in ~/workspace/sloccount/trunk/../../basic//src/lexer.mll This patch fixes this by ensuring that escaped quotation marks do not mark the start of a string. - See https://sourceforge.net/p/sloccount/patches/15/
* Add vbasic_count file (accidentally omitted in previous submission)David A. Wheeler2013-09-021-0/+87
|
* Add support for VBScriptDavid A. Wheeler2013-09-024-11/+121
| | | | - https://sourceforge.net/p/sloccount/patches/9/
* Add Support for Visual Basic 4,5,6 [by Sven Strickroth (MrTux)]David A. Wheeler2013-09-024-1332/+2
| | | | | - This patch adds support for Visual Basic 4,5,6 - https://sourceforge.net/p/sloccount/patches/7/
* Put verbose messages to STDERR [from Dirk Jagmann]David A. Wheeler2013-09-025-78/+305
| | | | | - Send verbos messages to STDERR, not stdout. - https://sourceforge.net/p/sloccount/patches/5/
* Add basic Javascript support [from Akita Noek]David A. Wheeler2013-09-013-0/+29
| | | | - https://sourceforge.net/p/sloccount/patches/4/
* makefile: Support "make check"David A. Wheeler2013-09-011-0/+2
|
* Delete generated files jsp_count.c and pascal_count.cDavid A. Wheeler2013-09-012-3501/+0
| | | | | - These files are generated; keeping them in git is becoming more of a problem than a help.
* makefile: Fix "test" in makefileDavid A. Wheeler2013-09-011-1/+3
| | | | - Handle spaces in PATH directories
* Fix so sloccount handles shebang in ruby scripts. [from Doug Holland]David A. Wheeler2013-09-011-0/+3
| | | | | - See: https://sourceforge.net/p/sloccount/patches/1/ - From Doug Holland (thanks!)
* Initial commit of version 2.26.David A. Wheeler2013-08-2593-0/+19455