Changes committed to git://git.pcp.io/kenj/pcp dev
Nathan, if these get in the way of the dev -> master switch, don't worry ...
leave them unmerged on oss, and I'll push them along the master branch once the
dust has settled.
Ken McDonell (3):
pmlogcheck: more checks, another checkpoint
qa/566 et al: update to track pmlogcheck changes
pmlogsummary: makefile fix
qa/566 | 21 +
qa/566.out | 75 +++++-
qa/archives/GNUmakefile | 7
qa/archives/badlog-1.0 |binary
qa/archives/badlog-1.index |binary
qa/archives/badlog-1.meta |binary
qa/archives/badlog-2.0 |binary
qa/archives/badlog-2.index |binary
qa/archives/badlog-2.meta |binary
qa/archives/badlog-3.0 |binary
qa/archives/badlog-3.index |binary
qa/archives/badlog-3.meta |binary
qa/archives/mkbadlog | 144 ++++++++++++
src/pmlogcheck/GNUmakefile | 2
src/pmlogcheck/logcheck.h | 13 -
src/pmlogcheck/new.c | 48 ----
src/pmlogcheck/pass1.c | 50 +---
src/pmlogcheck/pass2.c | 31 ++
src/pmlogcheck/pass3.c | 494 +++++++++++++++++++++++++++++++++++++++++++
src/pmlogcheck/pmlogcheck.c | 476 +----------------------------------------
src/pmlogsummary/GNUmakefile | 2
21 files changed, 801 insertions(+), 562 deletions(-)
Details ...
commit 3d45ca8b5d4f0f6fe11f578e1aba22479c6e61fd
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Mar 19 20:02:45 2015 +1100
pmlogsummary: makefile fix
install line was broken when pmlogcheck removed from TARGETS.
commit 76c4482791872b8ee361274220f919bc657c1b0d
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Mar 19 19:58:37 2015 +1100
qa/566 et al: update to track pmlogcheck changes
Update qa/566 and qa/556.out.
Add qa/archives/mkbadlog and the qa/archives/badlog-N family of
archives.
commit 7b120757f41fcf9af088da290dc01c0a7eb015c5
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Thu Mar 19 19:52:01 2015 +1100
pmlogcheck: more checks, another checkpoint
pass0 and pass1 are now complete.
pass3 is close.
pass2 is still a no-op.
|