Differences From Artifact [5885fbdf0f]:
- Executable file src/startup.tcl — part of check-in [3b6cf630b3] at 2020-09-28 16:55:19 on branch trunk — Cleanup (user: peter size: 46564)
To Artifact [6fd359a342]:
- Executable file src/startup.tcl — part of check-in [3c9895c599] at 2020-12-10 12:23:41 on branch trunk — Refactoring and cleanup of Plugin code. Prepare for runtime plugin. (user: peter size: 46592)
︙ | |||
1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 | 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 | + | } } } # Global code is only run the first time to be able to reread source if { ! [info exists ::eskil(gurkmeja)]} { set ::eskil(gurkmeja) 1 set ::eskil(plugins) {} package require pstools namespace import -force pstools::* getOptions if { ! [info exists ::eskil_testsuite]} { InitSourceEarly parseCommandLine |
︙ |