Differences From Artifact [fe284b92b9]:
- Executable file mttroot/mtt/bin/trans/dia2abg.pl — part of check-in [689be77ba9] at 2004-08-04 21:47:28 on branch origin/master — Names anonymous components consistently with Xfig models. (user: geraint@users.sourceforge.net, size: 25837) [annotate] [blame] [check-ins using] [more...]
To Artifact [0963470534]:
- Executable file mttroot/mtt/bin/trans/dia2abg.pl — part of check-in [809e074f8a] at 2004-08-04 22:16:02 on branch origin/master — Writes junctions to component list. (user: geraint@users.sourceforge.net, size: 25798) [annotate] [blame] [check-ins using] [more...]
︙ | |||
196 197 198 199 200 201 202 | 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | - + | foreach my $val (values(%component_id_tag)) { my ($id, $type); $id = $reverse_component_id_tag{$val}; $type = $component_id_type{$id}; $_ = $val; id_cleaner(); $val = $_; |
︙ |