summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmds.c
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclCompCmds.c (TclCompileForeachCmd): Fixed code thatstanton1998-12-011-12/+15
| | | | | corrupted the exceptDepth value in the compile environment when foreach failed to compile inline. [Bug: 884]
* 8.1a2 bug: The compile procedure for "if" incorrectly attempted tostanton1998-10-061-2/+2
| | | | | | match against the literal string "if", resulting in a stack overflow when "::if" was compiled. It also would incorrectly accept "if" instead of "elsif" in later clauses.
* replaced SCCS stringsstanton1998-10-061-1/+16
| | | | added warnings around code that modifies strings in place
* * tclCompCmds.c: lintstanton1998-09-301-1/+1
|
* more cleanup of 8.0.3 merges into 8.1stanton1998-09-301-2/+2
|
* merging changes from 8.0.3 into 8.1a2stanton1998-09-241-18/+16
|
* Added contents of Tcl 8.1a2stanton1998-09-211-0/+1964