Differences From Artifact [2649f1483b]:
- Executable file
mttroot/mtt/bin/trans/mtt_p2m
— part of check-in
[ae5f2291e7]
at
2001-02-05 04:16:06
on branch origin/master
— Prevent match of zero occurences of a letter between "mtt" and a digit.
Fixes bug #116426. (user: geraint@users.sourceforge.net, size: 545) [annotate] [blame] [check-ins using] [more...]
To Artifact [2ad4e8ad5c]:
- Executable file mttroot/mtt/bin/trans/mtt_p2m — part of check-in [e62995de26] at 2002-04-19 09:13:11 on branch origin/master — \. \# \% all gave \ removed to avoid warning in new gawk (user: gawthrop@users.sourceforge.net, size: 542) [annotate] [blame] [check-ins using] [more...]
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | sed 's/:=/ = /' |\ sed 's/\*\*/\^/g' |\ sed 's/mtt\([a-z]\)\([a-z]*\)\([0-9]\)\([0-9]*\)/mtt\1\2(\3\4)/g' |\ awk '{ sub(/^[\ ]*/, "", $0) sub(/\$$/, ";", $0) |
︙ |