Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updates to Havana and Cuiaba time zones | Kevin B Kenny | 2004-11-02 | 4 | -7/+15 |
| | |||||
* | TclpUTime simplification | vincentdarley | 2004-11-02 | 2 | -25/+34 |
| | |||||
* | Make core less eager to spew its guts all over the place; core symbols in | dkf | 2004-11-02 | 2 | -514/+622 |
| | | | | tclInt.h are now no longer EXTERN but instead MODULE_SCOPE. | ||||
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 2 | -1/+8 |
| | |||||
* | Second part of fix for Bug 926106 | Kevin B Kenny | 2004-11-01 | 5 | -29/+85 |
| | |||||
* | Remove unused label | dkf | 2004-11-01 | 1 | -2/+1 |
| | |||||
* | Fix for [Bug 761471]; NaN is now *never* equal to NaN... | dkf | 2004-11-01 | 3 | -20/+14 |
| | |||||
* | Cleaning up of the namespace guts. | dkf | 2004-11-01 | 2 | -551/+552 |
| | |||||
* | Cleaning up; mostly whitespace and comment fixes. | dkf | 2004-11-01 | 1 | -242/+236 |
| | |||||
* | Improved comments on selected flags in tcl.h | dkf | 2004-11-01 | 1 | -3/+13 |
| | |||||
* | command quoting fix | dgp | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | typo fix | dgp | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | General cleanup | dkf | 2004-10-31 | 1 | -139/+21 |
| | |||||
* | Fix pseudo-constraint | dkf | 2004-10-31 | 2 | -4/+4 |
| | |||||
* | Minor fixes for marginally more clarity | dkf | 2004-10-31 | 1 | -10/+10 |
| | |||||
* | Turn umask2 constraint into something more commonly satisfiable | dkf | 2004-10-31 | 2 | -85/+42 |
| | | | | Also turn conditional tests into constrained tests | ||||
* | Added constraint to test that won't ever work on Unix (no drive letters!) | dkf | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | General clean up | dkf | 2004-10-31 | 1 | -190/+63 |
| | |||||
* | Remove broken test constraint. [bug 1053908] | dkf | 2004-10-31 | 2 | -3/+6 |
| | |||||
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 3 | -2/+20 |
| | |||||
* | Rework to be many lines shorter | dkf | 2004-10-31 | 1 | -649/+373 |
| | | | | | Also convert a few `ASCII's to `Unicode's Also do some formatting fixes | ||||
* | Fix typo | dkf | 2004-10-31 | 1 | -2/+2 |
| | |||||
* | Fixed conversion between FILETIME and Tcl time -Bug 926106 | Kevin B Kenny | 2004-10-30 | 2 | -47/+33 |
| | |||||
* | replaced WIN32 with __WIN32__ [Bug 1054357] (Gravereaux) | Kevin B Kenny | 2004-10-30 | 2 | -2/+7 |
| | |||||
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 5 | -16/+24 |
| | | | | | | | 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 | 15 | -153/+340 |
| | | | | | | 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 | 3 | -2/+32 |
| | | | | work and fix. | ||||
* | no message | davygrvy | 2004-10-28 | 1 | -0/+5 |
| | |||||
* | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
| | |||||
* | * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting called | davygrvy | 2004-10-28 | 2 | -28/+11 |
| | | | | | * win/tclAppInit.c: twice. First by TclTest_Init, then again in Tcl_AppInit. The call from Tcl_AppInit now removed. | ||||
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 2 | -26/+28 |
| | | | | [removeFile] commands. | ||||
* | * tests/clock.test: Correct duplicate test names. | dgp | 2004-10-28 | 5 | -12/+20 |
| | | | | | | * tests/namespace.test: * tests/string.test: * tests/io.test (io-50.4): Use namespace variables. | ||||
* | no message | davygrvy | 2004-10-27 | 1 | -0/+4 |
| | |||||
* | * generic/tcl.h: Removed the file level 'extern "C" {' and the | davygrvy | 2004-10-27 | 1 | -17/+1 |
| | | | | | coresponding closing block as it serves no purpose given that all the function prototypes have the proper extern usage already. | ||||
* | 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 | 6 | -155/+170 |
| | | | | | | | | | * 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] | ||||
* | fixed format-19.1 for 64 bit machines | Kevin B Kenny | 2004-10-27 | 1 | -3/+3 |
| | |||||
* | no message | davygrvy | 2004-10-27 | 1 | -0/+14 |
| | |||||
* | * generic/tclInt.decls: The following 9 functions were moved from | davygrvy | 2004-10-27 | 4 | -21/+145 |
| | | | | | | | | | | | | | * generic/tclInt.h: tclInt.h to the internal Stubs table for * generic/tclIntDecls.h: use by the test suite. As tclTest.obj is * generic/tclStubInit.c: linked to the shell, these functions need "blessed" status so as to always be exported from the library. Being placed in the Stubs table guarantees this [Bug 1054748]: TclpObjRemoveDirectory, TclpObjCopyDirectory, TclpObjCreateDirectory, TclpObjDeleteFile, TclpObjCopyFile, TclpObjRenameFile, TclpObjStat, TclpObjAccess, TclpOpenFileChannel | ||||
* | * tests/tm.test: Expanded on the testsuite entered by Donal. | andreas_kupries | 2004-10-27 | 3 | -23/+229 |
| | | | | * library/tm.tcl: Even found bugs, these have been corrected. | ||||
* | additional regression test for Bug 868489 | Kevin B Kenny | 2004-10-27 | 2 | -1/+14 |
| | |||||
* | Yet more small fixes | dkf | 2004-10-27 | 12 | -72/+69 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 33 | -390/+359 |
| | |||||
* | More minor doc fixes | dkf | 2004-10-27 | 27 | -211/+202 |
| | |||||
* | Many minor doc fixes | dkf | 2004-10-27 | 20 | -98/+118 |
| | |||||
* | * generic/tclParse.c (Tcl_SubstObj): Fix for failed subst-12.3 test. | dgp | 2004-10-26 | 3 | -4/+13 |
| | | | | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | ||||
* | Reversed expected result from test subst-12.3. | dgp | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 2 | -2/+21 |
| | |||||
* | * unix/Makefile.in (install-libraries): Updated the installation | dgp | 2004-10-26 | 2 | -17/+12 |
| | | | | | | of the http, msgcat, and tcltest packages to install as Tcl Modules on Unix systems. Other platform Makefiles still need updating. [Patch 1054370] |