Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch. | dkf | 2004-11-02 | 3 | -14/+63 |
| | | | | [Bug 761471] | ||||
* | Add synopsis for Tcl_GetChannelMode. [Bug 1058446] | dkf | 2004-11-02 | 2 | -2/+9 |
| | |||||
* | Make [info globals ::foo] work. [Bug 1057461] | dkf | 2004-10-31 | 3 | -3/+21 |
| | |||||
* | removed erroneous comment [Bug 1029518] | Miguel Sofer | 2004-10-30 | 2 | -7/+6 |
| | |||||
* | * library/tcltest/tcltest.tcl: Correct reaction to errors in the | dgp | 2004-10-30 | 3 | -5/+13 |
| | | | | | obsolete processCmdLineArgsHook. [Bug 1055673] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.7 | ||||
* | * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], a | andreas_kupries | 2004-10-28 | 5 | -8/+17 |
| | | | | | | | * generic/tclThreadAlloc.c: threaded debug build on Windows * win/tclWinThrd.c: now works again. Had to touch Unix * unix/tclUnixThrd.c: as well. Basic patch by Kevin, with modifications by myself. | ||||
* | * README: Bumped patch level to 8.4.8 to prepare | dgp | 2004-10-28 | 10 | -16/+29 |
| | | | | | | | | | | | | * generic/tcl.h: for next patch release. * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf (2.13) * win/configure: | ||||
* | added CONST to TclpLocaltime and TclpGmtime param throughout | Kevin B Kenny | 2004-10-28 | 6 | -25/+37 |
| | |||||
* | D'oh! | dgp | 2004-10-28 | 1 | -2/+2 |
| | |||||
* | * tests/socket.test (socket-13.1): Balanced [makeFile] and | dgp | 2004-10-28 | 3 | -12/+16 |
| | | | | | | | | [removeFile] commands. * generic/tclCmdAH.c (Tcl_FormatObjCmd): Restored missing line from yesterdays' 868486 backport that caused failed alloc's on LP64 systems. | ||||
* | * tests/appendComp.test: Backport test suite fixes of errors | dgp | 2004-10-28 | 12 | -302/+325 |
| | | | | | | | | | | | | | * tests/autoMkindex.test: revealed by -singleproc 1 -debug 1 * tests/exec.test: options to make test. * tests/execute.test: * tests/interp.test: * tests/io.test: * tests/namespace.test: * tests/regexpComp.test: * tests/stringComp.test: * tests/unixInit.test: * tests/winPipe.test: | ||||
* | fixed format-19.1 for 64 bit machines | Kevin B Kenny | 2004-10-27 | 1 | -3/+3 |
| | |||||
* | backport fixes for 868489 and 1026125 | Kevin B Kenny | 2004-10-27 | 4 | -54/+33 |
| | |||||
* | Finished user-level documentation backport | dkf | 2004-10-27 | 14 | -71/+276 |
| | |||||
* | Yet more doc update backporting | dkf | 2004-10-27 | 34 | -311/+772 |
| | |||||
* | More doc fix backporting | dkf | 2004-10-27 | 30 | -216/+743 |
| | |||||
* | Backport many doc fixes | dkf | 2004-10-27 | 21 | -105/+463 |
| | |||||
* | * tests/subst.test (subst-12.3-5): More tests for Bug 1036649. | dgp | 2004-10-26 | 2 | -2/+10 |
| | |||||
* | reversed expected result from subst-12.3 to match Tcl 7.6 behavior. | dgp | 2004-10-26 | 1 | -2/+2 |
| | |||||
* | * tests/subst.test (subst-12.3,4): More tests for Bug 1036649. | dgp | 2004-10-26 | 2 | -3/+19 |
| | |||||
* | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 9 | -19/+155 |
| | | | | | | | | | | | | | | * tests/timer.test (timer-10.1): Backport test for Bug 1016167. * tests/tcltest.test (tcltest-12.3,4): Backport setup corrections. * tests/error.test (error-6.3,4,7,9): Backport of some tests. * tests/basic.test (basic-49.*): * tests/namespace.test (namespace-8.7): * tests/init.test (init-2.8): Updated to not rely on http package. * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued. | ||||
* | whitespace changes | hobbs | 2004-10-23 | 1 | -14/+14 |
| | |||||
* | make genstubs | dkf | 2004-10-14 | 2 | -2/+70 |
| | |||||
* | Speed up [info <thing> <simplePattern>] | dkf | 2004-10-14 | 4 | -53/+213 |
| | |||||
* | * win/tclWinFile.c (NativeIsExec): correct result of 'file | hobbs | 2004-10-08 | 2 | -10/+18 |
| | | | | executable' to not be case sensitive. [Bug 954263] | ||||
* | * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021 | dgp | 2004-10-05 | 2 | -20/+7 |
| | | | | workaround. That bug is now fixed. | ||||
* | Correction to 1038021 bug fix; should only save restore those bits | dgp | 2004-10-01 | 1 | -3/+4 |
| | | | | | that get cleared by Tcl_ResetResult() and not more serious things like DELETED. | ||||
* | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 6 | -42/+82 |
| | | | | | | | | | | | | | | | * tests/namespace.test (namespace-8.5,6): the save/restore of ::errorInfo and ::errorCode during global namespace teardown. Revised the comment to clarify why this is done, and added tests that will fail if this is not done. * generic/tclResult.c (TclTransferResult): Added safety checks so that unexpected undefined ::errorInfo or ::errorCode will not lead to a segfault. * generic/tclVar.c (CallVarTraces): Save/restore the flag * tests/var.test (var-16.1): values that define part of the interpreter state during variable traces. [Bug 10381021]. | ||||
* | * tests/subst.test (12.2): test correction. | Miguel Sofer | 2004-09-30 | 2 | -2/+6 |
| | |||||
* | fix for buffer overflow in [subst], [Bug 1036649] | Miguel Sofer | 2004-09-29 | 3 | -2/+35 |
| | |||||
* | * unix/dltest/Makefile.in (clean): Fixup make clean | mdejong | 2004-09-23 | 2 | -2/+13 |
| | | | | | | rule so that it does not delete all files when SHLIB_SUFFIX is set to the empty string in a static build. [Bug 1016726] | ||||
* | Some tests were non-portable, alas. | dkf | 2004-09-19 | 1 | -2/+2 |
| | |||||
* | Make sure large shifts shift for real. [Bug 868467] | dkf | 2004-09-18 | 3 | -8/+93 |
| | |||||
* | * tests/load.test (load-2.3): adopted fix for failure on darwin | das | 2004-09-14 | 2 | -3/+9 |
| | | | | from HEAD. | ||||
* | * generic/tclObj.c (Tcl_GetIntFromObj): Corrected flaw in returning | dgp | 2004-09-14 | 2 | -2/+7 |
| | | | | the int value of a wideInteger. [Bug 1027690] | ||||
* | Minor mods to latest commit to correct bugs and compiler warnings on | dgp | 2004-09-10 | 1 | -7/+9 |
| | | | | TCL_WIDE_INT_IS_LONG platforms. | ||||
* | One less crazy long/wide aunt in the attic... [Bug 868489] | dkf | 2004-09-10 | 3 | -25/+220 |
| | |||||
* | Fix [Bug 1025359] to make sure wide seeks don't lose errors | dkf | 2004-09-10 | 2 | -5/+10 |
| | |||||
* | * generic/tcl.h: Micro formatting fixes. | andreas_kupries | 2004-09-10 | 3 | -6/+12 |
| | | | | | * generic/tclIOGT.c: Channel version fixed, must be 3, to have wideseekProc. Thanks to David Graveraux <davygrvy@pobox.com>. | ||||
* | * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved | dgp | 2004-09-10 | 2 | -12/+18 |
| | | | | | | | | | longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY flag revealed by testing the 2004-09-09 commits against Itcl. TCL_NAMESPACE_ONLY now acts as specified in the pre-function comment, forcing resolution in the passed in context namespace. It has been incorrectly forcing resolution in the interp's current namespace. | ||||
* | * generic/tclExecute.c (INST_CONCAT1): added a peephole | Miguel Sofer | 2004-09-10 | 2 | -1/+22 |
| | | | | | | optimisation for concatting an empty string. This enables replacing the idiom 'K $x [set x {}]' by '$x[set x {}]' for fastest execution. | ||||
* | Also corrected faulty prevention of [namespace import] cycles. | dgp | 2004-09-09 | 3 | -22/+74 |
| | | | | [Bug 1017299] | ||||
* | * generic/tclNamesp.c (Tcl_ForgetImport): Corrected faulty | dgp | 2004-09-09 | 3 | -46/+199 |
| | | | | | * tests/namespace.test: logic that relied exclusively on string matching and failed in the presence of [rename]s. [Bug 560297] | ||||
* | * compat/strftime.c (_conv): Corrected a problem where hour 0 | Kevin B Kenny | 2004-09-08 | 3 | -5/+22 |
| | | | | | | would format as a blank format group with %k. * tests/clock.test (clock-41.1): Added regression test case for %k at the zero hour. | ||||
* | * generic/tclTimer.c: Removed a premature optimisation that | Kevin B Kenny | 2004-09-07 | 2 | -14/+11 |
| | | | | | | attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] | ||||
* | Clarify meaning of [lsearch -dictionary] | dkf | 2004-09-02 | 2 | -3/+10 |
| | |||||
* | * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium), | hobbs | 2004-09-01 | 2 | -3/+13 |
| | | | | until we have it, just return unknown. [Bug 1020445] | ||||
* | WIN64 corrections | hobbs | 2004-09-01 | 2 | -9/+17 |
| | |||||
* | Fix crash in [string map] when objects are shared. [Bug 1018562] | dkf | 2004-08-30 | 3 | -6/+31 |
| | |||||
* | * tests/env.test: macosx fixes. | das | 2004-08-26 | 2 | -3/+7 |
| |