Watchdbg, grepdbg args change, fix pc92c for rbn
authorDirk Koopman <djk@tobit.co.uk>
Mon, 7 Sep 2020 22:02:06 +0000 (23:02 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Mon, 7 Sep 2020 22:02:06 +0000 (23:02 +0100)
commitd235b0d777f1a90c65d5dcf8cd6adaeb9f2b7e99
tree1668579bb37f0ed9eaf3f5aef5884bd457597285
parentd74590246854a9aa8783b2548196153f4ad7c985
Watchdbg, grepdbg args change, fix pc92c for rbn

As Changes says:
1, Change interface to watchdbg & grepdbg slightly so that multiple search
   regexes are ANDed rather than ORed together. ORing is easily achieved
   already by the usual regex pattern 'PATT..|PATT..|..' whereas ANDing could
   not be done as easily without resorting lots of 'PATT.*PATH' things which
   would not necessarily get what was wanted.
2. Make sure that the pc92 C record only contains nodes and users and not
   other extranoeus things like skimmers...
Changes
perl/DXProt.pm
perl/Route.pm
perl/grepdbg
perl/watchdbg