| Commit message (Expand) | Author | Age | Files | Lines |
* | * Revised to run tests in a namespace, rather than | dgp | 2002-04-17 | 1 | -0/+6 |
|
|
* | * Revised to run tests in a namespace, rather than | dgp | 2002-04-16 | 1 | -0/+6 |
|
|
* | * Increased timeout values so that tests have | dgp | 2002-04-15 | 1 | -2/+3 |
|
|
* | Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ... | Miguel Sofer | 2002-04-15 | 1 | -0/+7 |
|
|
* | made bytecodes check for a catch before returning; the compiled [return] is o... | Miguel Sofer | 2002-04-15 | 1 | -0/+7 |
|
|
* | * Revised [tcltest::test] to return errors | dgp | 2002-04-15 | 1 | -0/+10 |
|
|
* | see ChangeLog | hobbs | 2002-04-12 | 1 | -0/+15 |
|
|
* | 2002-04-08 Daniel Steffen <das@users.sourceforge.net> | das | 2002-04-08 | 1 | -0/+19 |
|
|
* | * unix/tclUnixFCmd.c (Realpath): added a little extra code to | hobbs | 2002-04-07 | 1 | -0/+8 |
|
|
* | * Corrected [subst] so that return codes | dgp | 2002-04-05 | 1 | -0/+8 |
|
|
* | * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias | hobbs | 2002-04-04 | 1 | -0/+5 |
|
|
* | fs ~ cache clear test | vincentdarley | 2002-04-03 | 1 | -0/+1 |
|
|
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 1 | -0/+7 |
|
|
* | Made tests for clock frequency more permissive to cope with Win98SE being | Kevin B Kenny | 2002-04-01 | 1 | -0/+7 |
|
|
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 1 | -0/+10 |
|
|
* | no message | davygrvy | 2002-03-29 | 1 | -6/+0 |
|
|
* | no message | davygrvy | 2002-03-29 | 1 | -0/+6 |
|
|
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 1 | -0/+10 |
|
|
* | no message | davygrvy | 2002-03-29 | 1 | -0/+4 |
|
|
* | * Refactored CallTraces to collect repeated | dgp | 2002-03-29 | 1 | -0/+6 |
|
|
* | no message | davygrvy | 2002-03-28 | 1 | -0/+10 |
|
|
* | no message | davygrvy | 2002-03-28 | 1 | -0/+9 |
|
|
* | no message | davygrvy | 2002-03-27 | 1 | -1/+2 |
|
|
* | Formatting mistake in Changelog entry (2002-02-28) | Miguel Sofer | 2002-03-27 | 1 | -1/+1 |
|
|
* | no message | davygrvy | 2002-03-27 | 1 | -0/+18 |
|
|
* | passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], | Miguel Sofer | 2002-03-27 | 1 | -0/+5 |
|
|
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 1 | -0/+6 |
|
|
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 1 | -0/+6 |
|
|
* | * Added missing [after cancel]s. | dgp | 2002-03-27 | 1 | -0/+4 |
|
|
* | * Corrected faulty variable initialization. [Bug 534845] | dgp | 2002-03-25 | 1 | -0/+1 |
|
|
* | * Removed workarounds for Bug 495977. | dgp | 2002-03-25 | 1 | -0/+2 |
|
|
* | * Improve the processing of the -constraints option to [test] so that | dgp | 2002-03-25 | 1 | -0/+3 |
|
|
* | * Keep the value of $::auto_path | dgp | 2002-03-25 | 1 | -0/+7 |
|
|
* | Allow NULL callback on trace deletions [Bug 534728] | Miguel Sofer | 2002-03-25 | 1 | -0/+6 |
|
|
* | fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv). | Miguel Sofer | 2002-03-24 | 1 | -0/+5 |
|
|
* | * Use [interpreter] to set/query the | dgp | 2002-03-24 | 1 | -0/+3 |
|
|
* | * Allow non-proc commands to be used | dgp | 2002-03-24 | 1 | -0/+5 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 1 | -0/+38 |
|
|
* | adding test for [Bug 533758], fixed earlier today. | Miguel Sofer | 2002-03-23 | 1 | -0/+5 |
|
|
* | win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579] | hobbs | 2002-03-22 | 1 | -0/+4 |
|
|
* | fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to | Miguel Sofer | 2002-03-22 | 1 | -0/+9 |
|
|
* | * doc/expr.n: Improved documentation for ceil and floor [Bug 350535] | dkf | 2002-03-21 | 1 | -0/+4 |
|
|
* | Added Patch number | dgp | 2002-03-20 | 1 | -0/+1 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -0/+23 |
|
|
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 1 | -0/+6 |
|
|
* | * win/configure: Regen. | mdejong | 2002-03-15 | 1 | -0/+15 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle | mdejong | 2002-03-14 | 1 | -0/+9 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile, | mdejong | 2002-03-12 | 1 | -0/+7 |
|
|
* | * Bumped tcltest to 2.0.2 | dgp | 2002-03-11 | 1 | -0/+5 |
|
|
* | * library/tcltest/tcltest.tcl (getMatchingFiles): Pass | mdejong | 2002-03-11 | 1 | -0/+6 |
|
|