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 33 34 35 36 37 38 39 40 41 42
|
2013-01-27 Bruce Korb <bkorb@gnu.org>
* bootstrap.str: add hooks Gary suggested
* src/complexity.h: rely on config.h to include headers required
by gnulib modules
2012-11-23 Bruce Korb <bkorb@gnu.org>
* bootstrap: replace with Gary Vaughan version.
* src/complexity.h: use stdbool.h
* src/complexity.c: likewise
* src/score.c: likewise
* src/tokenize.c: likewise
2011-05-24 Bruce Korb <bkorb@gnu.org>
* src/complexity.c (do_summary): if stats are not being printed,
and if headers are not suppressed, then print line count totals.
2011-05-15 Bruce Korb <bkorb@gnu.org>
* src/opts.def (prog-title): Change per Karl Berry's request
* src/complexity.c (print_stats): Standard deviation makes no sense
because the values do not form a bell curve. Instead, print the
25, 50, 75 and 100 percentile scores.
* src/score.c (score_proc): proc should return void.
2011-05-02 Bruce Korb <bkorb@gnu.org>
* src/opts.def (gnu-usage): add this attribute
2011-04-29 Bruce Korb <bkorb@gnu.org>
* doc/*.texi: some elaborations
* src/complexity.c (complex_eval): "\n}" ends a proc.
* src/opts.def (BUGS): add section
(package): dubbed GNU.
* src/score.c (score_proc): do not return before score is scaled.
2011-04-01 Bruce Korb <bkorb@gnu.org>
* everything: initial project creation
|