• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

testcode/H01-Aug-2004-380248

COPYINGH A D04-Jan-200117.6 KiB341281

ChangeLogH A D01-Aug-200449.5 KiB1,019916

PROGRAM_LICENSEH A D12-Jun-20014 21

READMEH A D01-Aug-20042.3 KiB5239

SOURCESH A D04-Jan-2001931 3021

TODOH A D01-Aug-20046.8 KiB162126

ada_countH A D01-Aug-2004960 281

append_licenseH A D01-Aug-20041.8 KiB6322

append_specnameH A D01-Aug-20042.1 KiB5822

asm_countH A D03-May-20225.3 KiB167100

awk_countH A D01-Aug-2004957 281

break_filelistH A D03-May-202242.3 KiB1,309853

c_count.cH A D01-Aug-20046.6 KiB226139

c_lines_environment.datH A D04-Jan-20017.8 KiB9998

c_outfile.datH A D04-Jan-200138 21

cobol_countH A D03-May-20222.5 KiB8342

compute_allH A D01-Aug-20042.4 KiB8845

compute_c_uscH A D01-Aug-20042.1 KiB7838

compute_java_uscH A D01-Aug-20041.6 KiB6021

compute_sloc_langH A D01-Aug-20041.7 KiB6731

count_extensionsH A D03-May-20221.9 KiB5719

count_unknown_extH A D01-Aug-20041.2 KiB332

csh_countH A D01-Aug-2004957 281

dirmatchH A D01-Aug-20041.1 KiB386

driver.cH A D01-Aug-20042.8 KiB11161

driver.hH A D01-Aug-20041.4 KiB5114

exp_countH A D01-Aug-2004957 281

extract-countH A D01-Aug-20042.9 KiB8443

extract_licenseH A D01-Aug-20046.5 KiB179110

f90_countH A D03-May-20222.4 KiB8234

fortran_countH A D03-May-20222.5 KiB8434

generic_countH A D03-May-20222.3 KiB7835

get_slocH A D03-May-202216.3 KiB545378

get_sloc_detailsH A D03-May-20222.5 KiB10460

haskell_countH A D03-May-20223.2 KiB12371

java_lines_environment.datH A D04-Jan-20017.8 KiB9998

jsp_count.cH A D01-Aug-200439.6 KiB1,7881,185

jsp_count.lH A D01-Aug-20042 KiB9146

lex_countH A D03-May-20222 KiB7130

lexcount1.cH A D01-Aug-20041.6 KiB5926

linux_uniqueH A D01-Aug-20042 KiB6529

lisp_countH A D01-Aug-2004955 281

make_filelistsH A D01-Aug-20045.3 KiB194116

makefileH A D03-May-20226.8 KiB245141

makefile_countH A D01-Aug-2004957 281

ml_count.cH A D01-Aug-20045 KiB210128

modula3_countH A D03-May-20221.5 KiB6648

objc_countH A D03-May-20222.4 KiB9048

pascal_count.cH A D01-Aug-200438.6 KiB1,7151,122

pascal_count.lH A D01-Aug-20042.1 KiB8241

perl_countH A D03-May-20224.4 KiB14880

php_count.cH A D01-Aug-200410.5 KiB336219

print_sumH A D03-May-20221.2 KiB4111

print_sum_subsetH A D01-Aug-20041.4 KiB422

python_countH A D03-May-20224 KiB12163

redo_licensesH A D01-Aug-20041.3 KiB4312

rpm_unpackerH A D01-Aug-20042.2 KiB7232

ruby_countH A D01-Aug-2004957 281

sed_countH A D01-Aug-2004957 281

sh_countH A D01-Aug-2004957 281

show_filecountH A D01-Aug-20042.2 KiB5928

simplecountH A D01-Aug-20042.4 KiB8537

sloccountH A D01-Aug-20046.5 KiB259194

sloccount.1H A D01-Aug-20048 KiB236187

sloccount.specH A D01-Aug-20041.8 KiB5746

sql_countH A D03-May-20222.3 KiB7731

stripccomments.cH A D01-Aug-20041.3 KiB5120

stubH A D01-Aug-2004878 2315

stubshH A D01-Aug-2004924 2423

tcl_countH A D01-Aug-2004957 281

README

1SLOCCount README
2=================
3
4This directory contains "SLOCCount", a set of the programs for counting
5source lines of code (SLOC) in large software systems.
6It was developed by David A. Wheeler (dwheeler@dwheeler.com),
7originally to count SLOC in a Linux (GNU/Linux) system, but it can be
8used for counting other software systems.
9
10Copyright (C) 2001-2004 David A. Wheeler.
11
12This program is free software; you can redistribute it and/or modify
13it under the terms of the GNU General Public License as published by
14the Free Software Foundation; either version 2 of the License, or
15(at your option) any later version.
16
17This program is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of
19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20GNU General Public License for more details.
21
22You should have received a copy of the GNU General Public License
23along with this program; if not, write to the Free Software
24Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
25
26To contact David A. Wheeler, see his website at:
27 http://www.dwheeler.com.
28
29For more information, including installation instructions and license
30information, see the HTML file "sloccount.html".
31The file COPYING includes the license, the standard GNU GPL version 2 license.
32Even better, see the website http://www.dwheeler.com/sloccount.
33
34Some of the files contained in this directory aren't normally used -
35instead, they're scrap special-purpose files I used when I created these
36programs.  Feel free to use them, but if you're packaging this program,
37be selective - don't install in /usr/bin every executable here!
38Just install the ones documented, plus the executables they depend on.
39
40Packagers: I've developed an RPM spec file and RPM, so RPM systems can
41just load-and-go.  If you use a different package format, you may still
42find the spec file helpful for identifying what to load, and the "alien"
43program can apparantly translate the RPM file to Debian '.deb' format
44without any problem.
45
46Debian already includes a SLOCCount package.
47SLOCCount 2.08 is available in Debian 3.0.
48More info on the status of SLOCCount in Debian should see
49http://packages.debian.org/cgi-bin/search_packages.pl?keywords=sloccount&searchon=names&subword=1&version=all&release=all
50
51
52