Overview
Comment: | Now causal completion creates new sys_cbg.dia instead of overwriting sys_abg.dia, by default. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
5918cd94db34e24be85eddbe363d5d5b |
User & Date: | david-hoover@users.sourceforge.net on 2002-12-19 08:21:48 |
Other Links: | branch diff | manifest | tags |
Context
2002-12-19
| ||
16:48:21 | Initial files for gino - see README check-in: 51b26b2720 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
08:21:48 |
Now causal completion creates new sys_cbg.dia instead of overwriting sys_abg.dia, by default. check-in: 5918cd94db user: david-hoover@users.sourceforge.net tags: origin/master, trunk | |
2002-12-13
| ||
10:07:07 | Added example in sh section of DIY reps check-in: d3d7754c45 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/dia2abg.pl from [d1ad1c13b1] to [e1610ffe3b].
︙ | |||
116 117 118 119 120 121 122 | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | - + | 'change_effort_causality=s' => \$change_effort_causality, ); die usage() if $diagram_name eq ''; # Use defaults if necessary: $dia_input_file = $diagram_name . "_abg.dia" if ($dia_input_file eq ''); |
︙ |