Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | more harm than good. Purged them. | ||||
* | * tests/cmdMZ.test: Updated [package require tcltest] lines to | dgp | 2003-10-06 | 1 | -2/+2 |
| | | | | | | | * tests/fileSystem.test: indiciate that these test files * tests/notify.test: use features of tcltest 2. [Bug 706114] * tests/parseExpr.test: * tests/unixNotfy.test: | ||||
* | Removed Windows line terminators. [Bug 687913]. | Kevin B Kenny | 2003-02-17 | 1 | -326/+326 |
| | |||||
* | Fixed Tcl_DeleteEvents not to get a pointer smash when deleting the | Kevin B Kenny | 2003-02-15 | 1 | -0/+326 |
last event in the queue. Added test code in 'tcltest' and a new file of test cases 'notify.test' to exercise this functionality; several of the new test cases fail for the original code and pass for the corrected code. |