Overview
Comment: | Set to 2.2++ Changed \* --> \\* in rbg_fig2m.awk |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
beadefdd988271f1ebc33b2029fcbb09 |
User & Date: | gawthrop@users.sourceforge.net on 1996-12-21 19:46:52 |
Other Links: | branch diff | manifest | tags |
Context
1996-12-21
| ||
19:47:23 | Put back under VC check-in: f9fbaabcf3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
19:46:52 |
Set to 2.2++ Changed \* --> \\* in rbg_fig2m.awk check-in: beadefdd98 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1996-12-19
| ||
19:55:22 | Version 2.2 -- Linux. check-in: 5b67615bb3 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [31183ff2aa] to [79a89f5b6c].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.48 1996/12/07 21:33:52 peterg ## Changed _input file to give unit step on ALL inputs ## ## Revision 1.47 1996/12/07 20:50:16 peterg ## *** empty log message *** ## ## Revision 1.46 1996/12/05 10:48:51 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.49 1996/12/19 19:55:22 peterg ## Version 2.2 -- Linux. ## ## Revision 1.48 1996/12/07 21:33:52 peterg ## Changed _input file to give unit step on ALL inputs ## ## Revision 1.47 1996/12/07 20:50:16 peterg ## *** empty log message *** ## ## Revision 1.46 1996/12/05 10:48:51 peterg |
︙ | ︙ | |||
181 182 183 184 185 186 187 | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo | | | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 | esac shift done #Print header if not in quiet (-q) mode. if [ "$quiet" != "quiet" ]; then echo echo 'MTT (Model Transformation Tools) version 2.2++' echo 'This is free software with ABSOLUTELY NO WARRANTY.' echo 'Type `mtt warranty'\' 'for details.' echo fi if [ -z "$1" ]; then echo 'Usage: mtt help' |
︙ | ︙ |