Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * namespace protection for the getMatchingFiles alias. | dgp | 2002-04-04 | 1 | -3/+4 | |
| | ||||||
* | * library/tcltest/tcltest.tcl: added getMatchingFiles back (alias | hobbs | 2002-04-04 | 2 | -1/+9 | |
| | | | | to GetMatchingFiles), which was a public function in tcltest 1.0. | |||||
* | fs ~ cache clear test | vincentdarley | 2002-04-03 | 2 | -0/+15 | |
| | ||||||
* | tilde expansion cache-clearing | vincentdarley | 2002-04-03 | 4 | -29/+51 | |
| | ||||||
* | Made tests for clock frequency more permissive to cope with Win98SE being | Kevin B Kenny | 2002-04-01 | 2 | -5/+23 | |
| | | | | | observed to return 1.19318 in place of 1.193182 MHz as the performance counter frequency. | |||||
* | * generic/tclCmdMZ.c (Tcl_TraceObjCmd, TraceVarProc) | hobbs | 2002-03-29 | 3 | -14/+45 | |
| | | | | | | | | | (TraceCommandProc, TclTraceCommandObjCmd): corrected potential double-free of traces on variables by flagging in Trace*Proc that it will free the var in case the eval wants to delete the var trace as well. [Bug #536937] Also converted Tcl_UntraceVar -> Tcl_UntraceVar2 and Tcl_Eval to Tcl_EvalEx in Trace*Proc for slight efficiency improvement. | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -6/+0 | |
| | ||||||
* | repair of previous mistake | davygrvy | 2002-03-29 | 1 | -8/+3 | |
| | ||||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+6 | |
| | ||||||
* | A STATIC_BUILD bug fix. -DSTATIC_BUILD wasn't being added to the core's ↵ | davygrvy | 2002-03-29 | 1 | -5/+8 | |
| | | | | compile rules. | |||||
* | * Corrected problems with Tcl_AllowExceptions | dgp | 2002-03-29 | 6 | -41/+102 | |
| | | | | | having influence over the wrong scope of Tcl_*Eval* calls. Patch from Miguel Sofer. Report from Jean-Claude Wippler. [Bug 219181] | |||||
* | no message | davygrvy | 2002-03-29 | 1 | -0/+4 | |
| | ||||||
* | .AP macro syntax | davygrvy | 2002-03-29 | 3 | -6/+6 | |
| | ||||||
* | * Refactored CallTraces to collect repeated | dgp | 2002-03-29 | 2 | -257/+130 | |
| | | | | handling of its returned value into CallTraces itself. | |||||
* | Opps... removed some left-over debugging code. | davygrvy | 2002-03-28 | 1 | -3/+3 | |
| | ||||||
* | * tools/feather.bmp: | davygrvy | 2002-03-28 | 4 | -22/+34 | |
| | | | | | | | | | | * tools/man2help.tcl: * tools/man2help2.tcl: * win/makefile.vc: More winhelp target fixups. Added a feather bitmap to the non-scrollable area and changed the color to be yellow from a plain white. The colors can be whatever we want them to be, but thought I would start with something bold. [Bug 527941] | |||||
* | no message | davygrvy | 2002-03-28 | 1 | -0/+10 | |
| | ||||||
* | * Ran 'autoconf' - forgotten when bump to 8.4a5. | dgp | 2002-03-28 | 1 | -1/+1 | |
| | ||||||
* | * tools/man2help.tcl: | davygrvy | 2002-03-28 | 2 | -35/+43 | |
| | | | | | | | | * win/makefile.vc: winhelp target now copies all needed files from tools/ to a workarea under $(OUT_DIR) and builds it from there. No build cruft is left in tools/ anymore. All paths used in man2help.tcl are now relative to where the script is. [Bug 527941] | |||||
* | no message | davygrvy | 2002-03-28 | 1 | -0/+9 | |
| | ||||||
* | Clean targets made Win9x complient. | davygrvy | 2002-03-27 | 3 | -37/+19 | |
| | ||||||
* | 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 | |
| | ||||||
* | * win/.cvsignore: | davygrvy | 2002-03-27 | 6 | -167/+513 | |
| | | | | | | | | | | | | | | | | | * win/buildall.vc.bat: * win/coffbase.txt: * win/makefile.vc: * win/nmakehlp.c (new): * win/rules.vc: First draft fix for [Bug 527941]. More changes need to done to the makehelp target to get to stop leaving build files in the tools/ directory. This does not address the syntax errors in the man files. Having the contents of tcl.hpj(.in) inside makefile.vc allows for version numbers to be replaced with macros. The new nmakehlp.c is built by rules.vc in preprocessing and removes the need to use tricky shell syntax that wasn't compatible on Win9x systems. This is a first draft repair for [Bug 533862]. | |||||
* | no message | davygrvy | 2002-03-27 | 1 | -0/+18 | |
| | ||||||
* | passing the correct commandSize to TclEvalObjvInternal. [Bug 219362], | Miguel Sofer | 2002-03-27 | 2 | -2/+8 | |
| | | | | fix by David Knoll. | |||||
* | avoid exceptional returns at level 0 [Bug 219181] | Miguel Sofer | 2002-03-27 | 3 | -2/+32 | |
| | ||||||
* | * Major code cleanup to deal with whitespace, | dgp | 2002-03-27 | 4 | -1343/+1221 | |
| | | | | | coding conventions, and namespace issues, with several minor bugs fixed in the process. | |||||
* | * Added missing [after cancel]s. | dgp | 2002-03-27 | 2 | -3/+9 | |
| | ||||||
* | * More initialization fixes to avoid stomping on global variables | dgp | 2002-03-25 | 1 | -19/+15 | |
| | ||||||
* | More variable initialization fixes. | dgp | 2002-03-25 | 1 | -53/+38 | |
| | ||||||
* | * Corrected faulty variable initialization. [Bug 534845] | dgp | 2002-03-25 | 2 | -110/+48 | |
| | ||||||
* | * Removed workarounds for Bug 495977. | dgp | 2002-03-25 | 2 | -63/+185 | |
| | ||||||
* | * Improve the processing of the -constraints option to [test] so that | dgp | 2002-03-25 | 2 | -3/+6 | |
| | | | | | constraint lists can have arbitrary whitespace, and non-lists don't blow things up. [Bug 495977] | |||||
* | * Keep the value of $::auto_path | dgp | 2002-03-25 | 2 | -4/+8 | |
| | | | | | | unchanged, so that the tcltest package can test code that depends on auto-loading. If a testing application needs $::auto_path pruned, it should do that itself. [Bug 495726] | |||||
* | Allow NULL callback on trace deletions [Bug 534728] | Miguel Sofer | 2002-03-25 | 3 | -4/+12 | |
| | ||||||
* | fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv). | Miguel Sofer | 2002-03-24 | 2 | -27/+39 | |
| | ||||||
* | * Use [interpreter] to set/query the | dgp | 2002-03-24 | 2 | -10/+13 | |
| | | | | executable currently running the tcltest package. [Bug 454050] | |||||
* | fixed typo and compiler warning in last commit; all tests now pass on unix | vincentdarley | 2002-03-24 | 3 | -5/+5 | |
| | ||||||
* | * Allow non-proc commands to be used | dgp | 2002-03-24 | 2 | -6/+11 | |
| | | | | as the customization hooks. [Bug 495662] | |||||
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+3 | |
| | ||||||
* | fs tests | vincentdarley | 2002-03-24 | 1 | -1/+1 | |
| | ||||||
* | 4 fs fixes | vincentdarley | 2002-03-24 | 19 | -791/+1348 | |
| | ||||||
* | adding test for [Bug 533758], fixed earlier today. | Miguel Sofer | 2002-03-23 | 2 | -3/+30 | |
| | ||||||
* | win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579] | hobbs | 2002-03-22 | 2 | -3/+7 | |
| | ||||||
* | fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to | Miguel Sofer | 2002-03-22 | 3 | -66/+28 | |
| | | | | | runLevel 0 [Bug 533758]. Removed the static RecordTracebackInfo(), as its functionality is easily replicated by Tcl_LogCommandInfo. | |||||
* | * doc/expr.n: Improved documentation for ceil and floor [Bug 350535] | dkf | 2002-03-21 | 2 | -3/+9 | |
| | ||||||
* | Added Patch number | dgp | 2002-03-20 | 1 | -0/+1 | |
| | ||||||
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 15 | -80/+108 | |
| | | | | to TIP 27. In particular, the "part2" arguments were CONSTified. | |||||
* | Fixed buffer overrun reported in 530320; luckily it is not likely to | dkf | 2002-03-15 | 3 | -4/+18 | |
| | | | | | be exploitable in any meaningful way, but crashing Tcl instead of triggering an error still isn't good. |