Changes committed to git://oss.sgi.com/kenj/pcp.git dev
src/pmie/src/dstruct.c | 81 ++++++++++++++++++++--------------------
src/pmie/src/dstruct.h | 1
src/pmie/src/lexicon.c | 6 ++
src/pmie/src/match_inst.c | 6 ++
src/pmie/src/syntax.c | 16 ++++++-
src/pmieconf/GNUmakefile | 4 +
src/pmieconf/GNUmakefile.rules | 9 +++-
src/pmieconf/filesys/localdefs | 5 +-
src/pmieconf/global/GNUmakefile | 4 +
src/pmieconf/memory/localdefs | 2
src/pmieconf/percpu/localdefs | 4 -
src/pmieconf/pernetif/localdefs | 4 +
12 files changed, 91 insertions(+), 51 deletions(-)
commit 1cbb7b92e55e74cc075621e6774870091d9aa47a
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Jun 6 10:41:53 2010 +1000
pmieconf - more Linux porting
Tweak the rule processing in the build to match rules to available
metrics for a Linux build. This is not really handled properly for
any platforms other than Irix (ho hum) and Linux.
commit 30253c47847e2986ec0ff461514f3d1efc776185
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Jun 6 10:38:04 2010 +1000
pmie - regexp and string cleanup
Some general tidying up around how regexp and strings are encoded in
the expression trees ... no real change in function here, but some
of the control information in the expression nodes is more correct and
the expression printing debug routines generally are better able to
report what's really in the expression trees.
commit 44abd0f7970525f0b2b9cab6c2418d041fde75a4
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Sun Jun 6 10:35:39 2010 +1000
pmie - allow \$ for regexp
The lexical scanner was treating $ as the prefix for a macro name
(correct) and not allowing \$ to escape this, so there was no way
to specify the regexp meta character $ for the match_inst and
nomatch_inst operators.
|