Skip to content

Commit cb03f19

Browse files
committed
v1.96
1 parent 7c4a3a4 commit cb03f19

File tree

5 files changed

+54
-6
lines changed

5 files changed

+54
-6
lines changed

README.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* * *
66
cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
77

8-
Latest release: v1.94 (July 4, 2022)
8+
Latest release: v1.96 (Dec. 18, 2022)
99

1010
<a href="https://github.com/AlDanial/cloc/graphs/contributors" alt="Contributors">
1111
<img src="https://img.shields.io/github/contributors/AlDanial/cloc" /></a>
@@ -428,6 +428,9 @@ executable and also check sites such
428428
https://www.virustotal.com/ .
429429
The entries for recent versions are:
430430

431+
cloc-1.96.exe:
432+
https://www.virustotal.com/gui/file/54bf5f46fbaba7949c4eb2d4837b03c774c0ba587448a5bad9b8efc0222b1583?nocache=1
433+
431434
cloc-1.94.exe:
432435
https://www.virustotal.com/gui/file/b48a6002fb75fa66ec5d0c05a5c4d51f2ad22b5b025b7eb4e3945d18419c0952?nocache=1
433436

@@ -1059,9 +1062,12 @@ C# (cs)
10591062
C# Designer (designer.cs)
10601063
C++ (C, c++, cc, CPP, cpp, cxx, h++, inl, ipp, pcc, tcc, tpp)
10611064
C/C++ Header (H, h, hh, hpp, hxx)
1065+
Cairo (cairo)
10621066
Cake Build Script (cake)
1067+
Carbon (carbon)
10631068
CCS (ccs)
10641069
Chapel (chpl)
1070+
Circom (circom)
10651071
Clean (dcl, icl)
10661072
Clojure (boot, cl2, clj, cljs.hl, cljscm, cljx, hic, riemann.config)
10671073
ClojureC (cljc)
@@ -1071,6 +1077,7 @@ COBOL (CBL, cbl, ccp, COB, cob, cobol, cpy)
10711077
CoffeeScript (_coffee, cakefile, cjsx, coffee, iced)
10721078
ColdFusion (cfm, cfml)
10731079
ColdFusion CFScript (cfc)
1080+
Containerfile (Containerfile)
10741081
Coq (v)
10751082
Crystal (cr)
10761083
CSON (cson)
@@ -1138,6 +1145,7 @@ Haskell (hs, hsc, lhs)
11381145
Haxe (hx, hxsl)
11391146
HCL (hcl, nomad, tf, tfvars)
11401147
HLSL (cg, cginc, fxh, hlsl, hlsli, shader)
1148+
HolyC (HC)
11411149
Hoon (hoon)
11421150
HTML (htm, html, html.hl, xht)
11431151
HTML EEx (heex)
@@ -1160,10 +1168,10 @@ JSX (jsx)
11601168
Julia (jl)
11611169
Juniper Junos (junos)
11621170
Jupyter Notebook (ipynb)
1163-
kvlang (kv)
11641171
Kermit (ksc)
11651172
Korn Shell (ksh)
11661173
Kotlin (kt, ktm, kts)
1174+
kvlang (kv)
11671175
Lean (hlean, lean)
11681176
Lem (lem)
11691177
LESS (less)
@@ -1197,28 +1205,33 @@ NASTRAN DMAP (dmap)
11971205
Nemerle (n)
11981206
Nim (nim, nim.cfg, nimble, nimrod, nims)
11991207
Nix (nix)
1208+
Nunjucks (njk)
12001209
Objective-C (m)
12011210
Objective-C++ (mm)
12021211
OCaml (eliom, eliomi, ml, ml4, mli, mll, mly)
12031212
Odin (odin)
12041213
OpenCL (cl)
1214+
OpenSCAD (scad)
12051215
Oracle Forms (fmt)
12061216
Oracle PL/SQL (bod, fnc, prc, spc, trg)
12071217
Oracle Reports (rex)
1218+
P4 (p4)
12081219
Pascal (dpr, lpr, p, pas, pascal)
12091220
Pascal/Puppet (pp)
12101221
Patran Command Language (pcl, ses)
12111222
PEG (peg)
12121223
peg.js (pegjs)
12131224
peggy (peggy)
12141225
Perl (ack, al, cpanfile, makefile.pl, perl, ph, plh, plx, pm, psgi, rexfile, pl, p6)
1226+
Pest (pest)
12151227
PHP (aw, ctp, phakefile, php, php3, php4, php5, php_cs, php_cs.dist, phps, phpt, phtml)
12161228
PHP/Pascal (inc)
12171229
Pig Latin (pig)
12181230
PL/I (pl1)
12191231
PL/M (lit, plm)
12201232
PlantUML (puml)
12211233
PO File (po)
1234+
Pony (pony)
12221235
PowerBuilder (pbt, sra, srf, srm, srs, sru, srw)
12231236
PowerShell (ps1, psd1, psm1)
12241237
ProGuard (pro)
@@ -1281,6 +1294,7 @@ Swift (swift)
12811294
SWIG (i)
12821295
TableGen (td)
12831296
Tcl/Tk (itk, tcl, tk)
1297+
TEAL (teal)
12841298
Teamcenter met (met)
12851299
Teamcenter mth (mth)
12861300
TeX (aux, bbx, bib, bst, cbx, dtx, ins, lbx, ltx, mkii, mkiv, mkvi, sty, tex, cls)
@@ -1314,6 +1328,7 @@ Visualforce Page (page)
13141328
Vuejs Component (vue)
13151329
Web Services Description (wsdl)
13161330
WebAssembly (wast, wat)
1331+
WGSL (wgsl)
13171332
Windows Message File (mc)
13181333
Windows Module Definition (def)
13191334
Windows Resource File (rc, rc2)

Unix/NEWS

+33
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
Release Notes for cloc version 1.96
2+
https://github.com/AlDanial/cloc
3+
Dec. 18, 2022
4+
5+
New Languages and File Types:
6+
o Cairo
7+
o Carbon
8+
o Circom
9+
o Containerfile
10+
o HolyC
11+
o kvlang
12+
o Nunjucks
13+
o OpenSCAD
14+
o P4
15+
o Pest
16+
o Pony
17+
o TEAL
18+
o WGSL
19+
20+
Updates:
21+
o New switch --diff-list-files to run diff given two list
22+
files.
23+
o Handle comments embedded in OCaml strings.
24+
o Write empty JSON and XML structures if the inputs yield zero
25+
counts.
26+
o Including Win32::LongPath to support long paths on Windows.
27+
o Better support for building and running Docker image on Windows
28+
o Better output file names when running with --count-and-diff
29+
and --out.
30+
o Resolve internal file handle conflict when running --diff with
31+
--sdir or --categorized.
32+
33+
============================================================================
134
Release Notes for cloc version 1.94
235
https://github.com/AlDanial/cloc
336
July 4, 2022

Unix/cloc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# <http://www.gnu.org/licenses/gpl.txt>.
3030
#
3131
# 1}}}
32-
my $VERSION = "1.95"; # odd number == beta; even number == stable
32+
my $VERSION = "1.96"; # odd number == beta; even number == stable
3333
my $URL = "github.com/AlDanial/cloc"; # 'https://' pushes header too wide
3434
require 5.10.0;
3535
# use modules {{{1

Unix/cloc.1.pod

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright
22
#
3-
# Copyright (C) 2018-2021 Al Danial <al.danial@gmail.com>.
3+
# Copyright (C) 2018-2022 Al Danial <al.danial@gmail.com>.
44
# Copyright (C) 2010-2017 Jari Aalto <jari.aalto@cante.net>
55
#
66
# License
@@ -846,7 +846,7 @@ sloccount(1)
846846
=head1 AUTHORS
847847

848848
The cloc program was written by Al Danial <al.danial@gmail.com> and
849-
is Copyright (C) 2006-2021 <al.danial@gmail.com>.
849+
is Copyright (C) 2006-2022 <al.danial@gmail.com>.
850850

851851
The manual page was originally written by Jari Aalto <jari.aalto@cante.net>.
852852

cloc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# <http://www.gnu.org/licenses/gpl.txt>.
3030
#
3131
# 1}}}
32-
my $VERSION = "1.95"; # odd number == beta; even number == stable
32+
my $VERSION = "1.96"; # odd number == beta; even number == stable
3333
my $URL = "github.com/AlDanial/cloc"; # 'https://' pushes header too wide
3434
require 5.10.0;
3535
# use modules {{{1

0 commit comments

Comments
 (0)