Overview
Comment: | Removed checks for implicit - now done at command-line level. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7111b13d995ba0bd22bea3ce8aaa1a96 |
User & Date: | gawthrop@users.sourceforge.net on 1999-11-14 22:22:17 |
Other Links: | branch diff | manifest | tags |
Context
1999-11-15
| ||
22:45:31 |
Reorganised integration method using -i switch Introduced -r (reset) switch check-in: 6b232a05be user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-11-14
| ||
22:22:17 | Removed checks for implicit - now done at command-line level. check-in: 7111b13d99 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
21:27:11 | *** empty log message *** check-in: dc6bcbe09c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/txt2m from [9a426a2109] to [707e2d4334].
︙ | |||
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 | + + + | # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% Version control history # %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% # %% $Id$ # %% $Log$ # %% Revision 1.17 1999/11/04 04:54:24 peterg # %% Removed recreation of smx file. # %% # %% Revision 1.16 1999/03/06 02:18:10 peterg # %% Changed argument list. # %% # %% Revision 1.15 1999/02/16 21:44:38 peterg # %% Revised smx generation # %% # %% Revision 1.14 1999/02/16 04:38:22 peterg |
︙ | |||
80 81 82 83 84 85 86 | 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - - - - - - - - - - - - | name='mttx'; arg=''; fi if [ "$representation" = "input" ]; then name='mttu'; arg='(mttt,mttx,mtty)' fi |
︙ |