Overview
| Comment: | Added _ to the disallowed chars around t |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ec1f0f270cab43e61d55ad13cdb09c69 |
| User & Date: | gawthrop@users.sourceforge.net on 1998-07-30 15:07:17.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1998-07-30
| ||
| 15:27:42 | Use %VAR inplace of dummy component. check-in: b6a4701159 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 15:07:17 | Added _ to the disallowed chars around t check-in: ec1f0f270c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 12:52:38 |
Adds ; to end of statements Translates ' to " before removal check-in: 21163e84c6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/txt2m
from [3ae8603e80]
to [bc8b4abfab].
| ︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + + + + | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.8 1998/07/30 12:52:38 peterg # %% Adds ; to end of statements # %% Translates ' to " before removal # %% # %% Revision 1.7 1998/07/30 09:32:33 peterg # %% Replaces: # %% euler by 1 # %% implicitl by 1 # %% implicit by 3 # %% # %% Revision 1.6 1998/07/27 18:59:11 peterg |
| ︙ | |||
98 99 100 101 102 103 104 | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 | - + |
else
statement = $1;
if (NF<2) print statement
if (NF>1) print statement " # " $2
}' | sed\
-e 's/\[\([0-9]*\)\]/(\1)/g' \
|
| ︙ |