File: ChangeLog

package info (click to toggle)
pmccabe 2.5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 424 kB
  • ctags: 450
  • sloc: ansic: 2,663; cpp: 1,080; sh: 345; makefile: 92
file content (32 lines) | stat: -rw-r--r-- 1,032 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Version 2.2
    Prepare for releasing to Open Source, includes Debianizing.

Version 2.1
    Allow non-K&R 'const' in K&R-style function definitions (yuck).

Version 2.0
    Parse destructor names properly for functions implemented
    within their class definitions.

    Support declarations of classes within functions and functions
    within classes, recursively.

    Add -f and -F options to enable per-file statistics printing.

    Add -V option to get the current version number.

    Add -n option to calculate non-commented source lines directly.
    Output format compatible with 'anac'.

    Count C-preprocessor lines properly with -d and -n options,
    previously was not counting them as non-commented lines.

    Keep track of # statements in a file which are outside the scope
    of functions (e.g., variable declarations).

    Parsing 'struct foo function() {return;}' and some related
    constructs used to confuse the parser -- fixed.

    Remove a bunch of dead code.

    More consistent error messages.