Commit Graph

4 Commits

Author SHA1 Message Date
Xavier Delaruelle
e6e435b971 Fix use of break/exit/continue outside of a loop
Like C-version catch raised error when break or continue are called from
outside of a loop to handle them as when they are called from modulefile
main body.

Add non-regression tests in 200-break, 210-exit, 220-continue and
230-loop of 50-cmds to check behavior when break, exit and continue are
called from within a procedure.
2017-06-07 06:48:14 +02:00
Kent Mein
bd4a515a7d Moved things out of the tcl directory.
Kent
2013-01-10 15:48:30 -06:00
Kent Mein
76adb1c7e3 Removed all of the non tcl version stuff. Or most of it anyway.
Kent
2013-01-10 15:44:49 -06:00
rkowen
8f4e8931ff Rolled in the 3.2.0 exit changes. 2006-03-07 19:43:21 +00:00