Differences From Artifact [4a36fa9cce]:
- Executable file mttroot/mtt/bin/trans/dat2siag — part of check-in [3fbc81b491] at 2001-04-16 22:22:06 on branch origin/master — *** empty log message *** (user: geraint@users.sourceforge.net, size: 906) [annotate] [blame] [check-ins using] [more...]
To Artifact [ce0ee2cbb1]:
- Executable file mtt/bin/trans/dat2siag — 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: 985) [annotate] [blame] [check-ins using] [more...]
- Executable file
mttroot/mtt/bin/trans/dat2siag
— part of check-in
[66bb5feadf]
at
2002-04-28 18:41:27
on branch origin/master
— Fixed [ 549658 ] awk should be gawk.
Replaced calls to awk with call to gawk. (user: geraint@users.sourceforge.net, size: 985) [annotate] [blame] [check-ins using]
︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + - + | # Copyright (c) P.J.Gawthrop, 1998. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2001/04/16 22:22:06 geraint ## *** empty log message *** ## ## Revision 1.1 1999/03/29 03:35:13 peterg ## Initial revision ## ############################################################### # This is the main transformation using awk |
︙ |