Differences From Artifact [2168007fc9]:
- Executable file
mttroot/mtt/cc/mtt_m2cc.sh
— part of check-in
[3c858121cf]
at
2003-02-11 19:55:51
on branch origin/master
— Now uses tr instead of sed to replace array index parentheses
(tr is better at coping with very, very long lines).Fixed tidy-up regexps in decrement_indices function.
Fixed comment and function name c_to_fortran_paren. (user: geraint@users.sourceforge.net, size: 5298) [annotate] [blame] [check-ins using] [more...]
To Artifact [d022332fbb]:
- Executable file mtt/cc/mtt_m2cc.sh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 5413) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/cc/mtt_m2cc.sh — part of check-in [435cbc1806] at 2003-04-03 10:15:49 on branch origin/master — Now changes 110-1 to 109, not 19, etc. (user: geraint@users.sourceforge.net, size: 5413) [annotate] [blame] [check-ins using]
︙ | |||
137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | + + | sed 's/4\-1\([],]\)/3\1/g' |\ sed 's/5\-1\([],]\)/4\1/g' |\ sed 's/6\-1\([],]\)/5\1/g' |\ sed 's/7\-1\([],]\)/6\1/g' |\ sed 's/8\-1\([],]\)/7\1/g' |\ sed 's/9\-1\([],]\)/8\1/g' |\ \ sed 's/\([0-9]\)10\-1\([],]\)/\109\2/g' |\ sed 's/10\-1\([],]\)/9\1/g' |\ sed 's/20\-1\([],]\)/19\1/g' |\ sed 's/30\-1\([],]\)/29\1/g' |\ sed 's/40\-1\([],]\)/39\1/g' |\ sed 's/50\-1\([],]\)/49\1/g' |\ sed 's/60\-1\([],]\)/59\1/g' |\ sed 's/70\-1\([],]\)/69\1/g' |\ sed 's/80\-1\([],]\)/79\1/g' |\ sed 's/90\-1\([],]\)/89\1/g' |\ \ sed 's/\([0-9]\)100\-1\([],]\)/\199\2/g' |\ sed 's/100\-1\([],]\)/99\1/g' |\ sed 's/200\-1\([],]\)/199\1/g' |\ sed 's/300\-1\([],]\)/299\1/g' |\ sed 's/400\-1\([],]\)/399\1/g' |\ sed 's/500\-1\([],]\)/499\1/g' |\ sed 's/600\-1\([],]\)/599\1/g' |\ sed 's/700\-1\([],]\)/699\1/g' |\ |
︙ |