Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no message | davygrvy | 2004-11-03 | 1 | -0/+2 |
| | |||||
* | no message | davygrvy | 2004-11-03 | 1 | -0/+3 |
| | |||||
* | no message | davygrvy | 2004-11-02 | 1 | -1/+1 |
| | |||||
* | no message | davygrvy | 2004-11-02 | 1 | -0/+8 |
| | |||||
* | 2004-11-02 Don Porter <dgp@users.sourceforge.net> | dgp | 2004-11-02 | 1 | -0/+8 |
| | | | | | | | | * library/tcltest/tcltest.tcl: Corrected some misleading * tests/tcltest.test (tcltest-26.1,2): displays of ::errorInfo and ::errorCode information when the -setup, -body, and/or -cleanup scripts return an unexpected return code. Thanks to Robert Seeger for the fix. [RFE 1017151]. | ||||
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 1 | -0/+5 |
| | | | | [Bug 761471] | ||||
* | updates to Havana and Cuiaba time zones | Kevin B Kenny | 2004-11-02 | 1 | -0/+9 |
| | |||||
* | TclpUTime simplification | vincentdarley | 2004-11-02 | 1 | -0/+5 |
| | |||||
* | Make core less eager to spew its guts all over the place; core symbols in | dkf | 2004-11-02 | 1 | -0/+6 |
| | | | | tclInt.h are now no longer EXTERN but instead MODULE_SCOPE. | ||||
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 1 | -0/+4 |
| | |||||
* | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 1 | -0/+12 |
| | |||||
* | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 1 | -0/+3 |
| | |||||
* | Cleaning up of the namespace guts. | dkf | 2004-11-01 | 1 | -0/+6 |
| | |||||
* | Turn umask2 constraint into something more commonly satisfiable | dkf | 2004-10-31 | 1 | -0/+3 |
| | | | | Also turn conditional tests into constrained tests | ||||
* | Remove broken test constraint. [bug 1053908] | dkf | 2004-10-31 | 1 | -0/+4 |
| | |||||
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 1 | -0/+6 |
| | |||||
* | Fixed conversion between FILETIME and Tcl time -Bug 926106 | Kevin B Kenny | 2004-10-30 | 1 | -0/+4 |
| | |||||
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) | Kevin B Kenny | 2004-10-30 | 1 | -0/+5 |
| | |||||
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 1 | -0/+8 |
| | | | | | | | obsolete processCmdLineArgsHook. [Bug 1055673] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.7 * unix/Makefile.in: * tests/all.tcl: Update to use [tcltest::configure]. | ||||
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -0/+27 |
| | | | | | | relevant to users. [Patch 1056864] Also patches to core to take advantage of this Also other general cleaning up of Tcl_WrongNumArgs usage | ||||
* | fix for execution stack corruption [Bug 1055676]. Credit dgp for detective | Miguel Sofer | 2004-10-28 | 1 | -0/+6 |
| | | | | work and fix. | ||||
* | no message | davygrvy | 2004-10-28 | 1 | -0/+5 |
| | |||||
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 1 | -1/+3 |
| | | | | [removeFile] commands. | ||||
* | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 1 | -0/+8 |
| | | | | | | * tests/namespace.test: * tests/string.test: * tests/io.test (io-50.4): Use namespace variables. | ||||
* | no message | davygrvy | 2004-10-27 | 1 | -0/+4 |
| | |||||
* | more clarity added to my last entry | davygrvy | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | * win/tclWinThrd.c (TclFinalizeLock): release the critical section | davygrvy | 2004-10-27 | 1 | -0/+3 |
| | | | | before deleting it. [Bug 731778] | ||||
* | * tests/registry.test: Fixed test files to load the correct | davygrvy | 2004-10-27 | 1 | -0/+8 |
| | | | | | | | | | * tests/winDde.test: registry and dde packages by using the info * win/Makefile.in: from makefiles to tell tcltest where to load * win/makefile.vc: them from. This avoids grabbing the wrong package from $auto_path which might be the install point rather than the dev location. Kudos to Jennifer Hom for adding -load and -loadfile to the tcltest package. [Bug 926088] | ||||
* | no message | davygrvy | 2004-10-27 | 1 | -0/+14 |
| | |||||
* | * tests/tm.test: Expanded on the testsuite entered by Donal. | andreas_kupries | 2004-10-27 | 1 | -0/+5 |
| | | | | * library/tm.tcl: Even found bugs, these have been corrected. | ||||
* | additional regression test for Bug 868489 | Kevin B Kenny | 2004-10-27 | 1 | -0/+5 |
| | |||||
* | Yet more small fixes | dkf | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 1 | -1/+1 |
| | |||||
* | Many minor doc fixes | dkf | 2004-10-27 | 1 | -0/+4 |
| | |||||
* | * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. | dgp | 2004-10-26 | 1 | -1/+2 |
| | | | | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | ||||
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 1 | -1/+4 |
| | |||||
* | * unix/Makefile.in (install-libraries): Updated the installation | dgp | 2004-10-26 | 1 | -0/+4 |
| | | | | | | of the http, msgcat, and tcltest packages to install as Tcl Modules on Unix systems. Other platform Makefiles still need updating. [Patch 1054370] | ||||
* | no message | davygrvy | 2004-10-26 | 1 | -0/+7 |
| | |||||
* | * library/tm.tcl (::tcl::tm::Defaults): Added a second [file | andreas_kupries | 2004-10-26 | 1 | -0/+7 |
| | | | | | | dirname] around the location of the executable. This fixes [Tcl SF Bug 1038705]. Instable of a bogus "foo/bin/lib" we now have the correct "foo/lib" as a base path for modules. | ||||
* | * tests/basic.test: Added missing constraints. | dgp | 2004-10-26 | 1 | -0/+8 |
| | | | | | | | * tests/compile.test: * tests/fileSystem.test: * tests/init.test (init-2.8): Updated to not rely on http package. | ||||
* | removed more direct references to the VAR flags, replaced with access | Miguel Sofer | 2004-10-26 | 1 | -0/+6 |
| | | | | macros. | ||||
* | Tighten up expr(n) wording. [Bug 1027849] | dkf | 2004-10-26 | 1 | -0/+5 |
| | |||||
* | fixes for Bug 1054101 | Kevin B Kenny | 2004-10-26 | 1 | -0/+11 |
| | |||||
* | Clarify [string map] docs to remove char/string ambiguity. [Bug 1048005] | dkf | 2004-10-25 | 1 | -0/+2 |
| | |||||
* | Clarified meaning of pattern arg to [info procs] | dkf | 2004-10-25 | 1 | -0/+3 |
| | |||||
* | Remove some of the contortions from cmdAH-8.45 | dkf | 2004-10-25 | 1 | -0/+5 |
| | |||||
* | * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): | dgp | 2004-10-25 | 1 | -0/+12 |
| | | | | | | | | | | | | | Removed several DECACHE_INFO/CACHE_INFO pairs that are no longer needed for protection because routines like Tcl_SetErrorCode() and Tcl_AddErrorInfo() can no longer re-enter bytecode execution. * generic/tclResult.c (TclProcessReturn): Bug fix. Be sure that a missing -errorinfo option when code == TCL_ERROR causes the errorInfo field to get reset. * tests/thread.test (thread-4.4): Test depended on a ::errorInfo value initialized to "". Added code to test to setup that requirement. | ||||
* | * library/auto.tcl Purged Tcl's script library of all | dgp | 2004-10-25 | 1 | -0/+12 |
| | | | | | | | | | | | * library/clock.tcl remaining references to global vars * library/init.tcl ::errorInfo and ::errorCode. * generic/tclMain.c (Tcl_Main): Updated to make use of TclGetReturnOptions instead of ::errorInfo variable. * generic/tclInterp.c (tclInit): Bug fix. Access dict variables with [dict get], not array syntax. | ||||
* | Flesh out tests and transform the TM manager API into an ensemble | dkf | 2004-10-25 | 1 | -0/+8 |
| |