Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Ensure that the %ld conversion works correctly on 64-bit platforms. [Bug ↵ | dkf | 2004-08-19 | 3 | -12/+15 |
| | | | | 1011860] | ||||
* | date correction | dgp | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 5 | -12/+88 |
| | |||||
* | * library/msgcat/msgcat.tcl: Added checks to prevent [mclocale] | dgp | 2004-08-13 | 4 | -7/+35 |
| | | | | | | * tests/msgcat.test: from registering filesystem paths to possibly malicious code to be evaluated by a later [mcload]. * library/msgcat/pkgIndex.tcl: Bump to msgcat 1.3.3 | ||||
* | Changed handling of the returned thread ID since broken on 64-bit | vasiljevic | 2004-08-10 | 2 | -2/+10 |
| | | | | systems (Cray). Thanks to Rob Ratcliff for reporting the bug. | ||||
* | * generic/tclEvent.c (Tcl_Finalize): Re-organized Tcl_Finalize | dgp | 2004-07-30 | 2 | -24/+30 |
| | | | | | so that Tcl_ExitProc's that call Tcl_Finalize recursively do not cause deadlock. [Patch 999084 fixes Tk Bug 714956] | ||||
* | * unix/configure: | das | 2004-07-30 | 4 | -5/+14 |
| | | | | | | * unix/tcl.m4 (SC_CONFIG_CFLAGS): Darwin: instead of setting PLAT_OBJS to explict object files in tcl.m4, refer to MAC_OSX_OBJS makefile var. * unix/Makefile.in: added MAC_OSX_OBJS variable. | ||||
* | * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only | dgp | 2004-07-28 | 3 | -6/+14 |
| | | | | | | * tests/basic.test (basic-46.1): to incomplete scripts as part of multi-line script construction. Do not add an extra trailing newline to the complete script. [Bug 833150] | ||||
* | (io-61.1): create file in binary mode for x-platcore_8_4_7 | hobbs | 2004-07-26 | 2 | -1/+4 |
| | |||||
* | note 8.4.7 tag date | hobbs | 2004-07-26 | 2 | -13/+14 |
| | |||||
* | * generic/tclThreadAlloc.c: Moved the tclInt.h include to provide | patthoyts | 2004-07-25 | 2 | -4/+9 |
| | | | | Tcl_Panic which is now required for non-threaded build. | ||||
* | A couple of trivial edits to the changes - added credits for bug | Kevin B Kenny | 2004-07-23 | 1 | -3/+4 |
| | | | | reports and fixed a typo in one date. |