Overview
Comment: | No longer appends ';end;' to the end of the file. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1eee912bacf9675425fa939404cdf2fc |
User & Date: | geraint@users.sourceforge.net on 2004-09-07 20:37:48 |
Other Links: | branch diff | manifest | tags |
Context
2004-09-07
| ||
20:38:44 | Applies CRs before creating sese.make to avoid Circular dependencies. check-in: 682478afbb user: geraint@users.sourceforge.net tags: origin/master, trunk | |
20:37:48 | No longer appends ';end;' to the end of the file. check-in: 1eee912bac user: geraint@users.sourceforge.net tags: origin/master, trunk | |
20:36:32 | Renamed ese_r2make.pl -> ese_txt2make.pl check-in: c0a0abfada user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/apply_crs from [fe36e405ae] to [60be95a20f].
︙ | ︙ | |||
9 10 11 12 13 14 15 | crs="$crs $cr" fi done # should be reading the output from ese_r2make # on standard input ${MTT_LIB}/cr/perl/apply_cr.pl ${crs} | | | 9 10 11 12 13 14 15 16 | crs="$crs $cr" fi done # should be reading the output from ese_r2make # on standard input ${MTT_LIB}/cr/perl/apply_cr.pl ${crs} |