Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclIORChan.c: [Bug 3034840]: Fixed reference counting | andreas_kupries | 2010-08-04 | 1 | -1/+23 |
| | | | | | * generic/tclIORTrans.c: in InvokeTclMethod and callers. * tests/ioTrans.test: | ||||
* | Fix OBOE error in the forward ported info-39.1 | andreas_kupries | 2010-08-03 | 1 | -5/+5 |
| | |||||
* | Test iocmd-32.2 tests for Bug 3034840 | dgp | 2010-08-03 | 1 | -1/+14 |
| | |||||
* | * tests/var.test (var-19.1): [Bug 3037525]: Added test | andreas_kupries | 2010-08-03 | 1 | -1/+8 |
| | | | | demonstrating the local hashtable deletion crash and fix. | ||||
* | * tests/info.test (info-39.1): Added forward copy of test in 8.5 | andreas_kupries | 2010-08-03 | 1 | -1/+42 |
| | | | | | branch about [Bug 2933089]. Should not fail, and doesn't, after updating the line numbers to the changed position. | ||||
* | Tidying up and taking better advantage of tcltest2 to make the tests more | dkf | 2010-07-05 | 1 | -386/+387 |
| | | | | | robust and (apparently) similar through focusing in on what is really being tested | ||||
* | D'oh! | dkf | 2010-07-05 | 1 | -2/+2 |
| | |||||
* | Add a little emacs magic | dkf | 2010-07-04 | 1 | -5/+7 |
| | |||||
* | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made | dkf | 2010-07-02 | 1 | -15/+21 |
| | | | | | | sure that errors caused by an argument to an operator being outside the domain of the operator all result in ::errorCode being ARITH DOMAIN and not NONE. | ||||
* | prevent a race condition when shutting down the remote test server | rmax | 2010-06-25 | 1 | -3/+2 |
| | |||||
* | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong | dkf | 2010-06-22 | 2 | -2/+2 |
| | | | | args message. | ||||
* | Safer (and faster) computation of [uplevel] offsets in TIP 348. Toplevel ↵ | ferrieux | 2010-06-02 | 2 | -6/+6 |
| | | | | offsets no longer overestimated. | ||||
* | Fix computation of [uplevel] offsets in TIP 341. | ferrieux | 2010-05-31 | 2 | -6/+6 |
| | | | | | Only depend on callerPtr chaining now. Needed for upcoming coro patch. | ||||
* | Fix filesystem-5.1 test failure on CYGWIN | nijtmans | 2010-05-31 | 1 | -1/+1 |
| | |||||
* | * generic/tclCompCmdsSZ.c (IssueTryFinallyInstructions): [3007374]: | dkf | 2010-05-28 | 1 | -1/+18 |
| | | | | | Corrected error in handling of catch contexts to prevent crash with chained handlers. | ||||
* | optParse.tcl: eliminate ';' at line end, bump to v0.4.6 | nijtmans | 2010-05-27 | 1 | -2/+2 |
| | |||||
* | optParse.tcl: Don't generate spaces at the end of a line. | nijtmans | 2010-05-27 | 2 | -26/+26 |
| | |||||
* | Also check the reverse path of dict->list EIAS violation. | ferrieux | 2010-05-20 | 1 | -1/+2 |
| | |||||
* | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 ↵ | ferrieux | 2010-05-19 | 1 | -1/+2 |
| | | | | (dkf): EIAS violation in list-dict conversions. | ||||
* | Fix the problems I introduced inadvertently: | dkf | 2010-04-30 | 1 | -14/+23 |
| | | | | | | * generic/tclBasic.c (NRInterpCoroutine): Corrected handling of * tests/coroutine.test (coroutine-6.4): arguments to deal with trickier cases. | ||||
* | * tests/coroutine.test: testing coroutine arguments after [yield]: | Miguel Sofer | 2010-04-30 | 1 | -1/+26 |
| | | | | check that only 0/1 allowed | ||||
* | * generic/tclCompCmdsSZ.c (TclSubstCompile): If the first token does | dkf | 2010-04-08 | 1 | -3/+17 |
| | | | | | | | | not result in a *guaranteed* push of a Tcl_Obj on the stack, we must push an empty object. Otherwise it is possible to get to a 'concat1' or 'done' without enough values on the stack, resulting in a crash. Thanks to Joe Mistachkin for identifying a script that could trigger this case. | ||||
* | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 6 | -15/+49 |
| | |||||
* | * generic/tcl.decls: [TIP #357]: First round of changes | Kevin B Kenny | 2010-04-02 | 3 | -5/+46 |
| | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: to export Tcl_LoadFile, Tcl_FindSymbol, * generic/tclIOUtil.c: and Tcl_FSUnloadFile to the public API. * generic/tclInt.h: * generic/tclLoad.c: * generic/tclLoadNone.c: * generic/tclStubInit.c: * tests/fileSystem.test: * tests/load.test: * tests/unload.test: * unix/tclLoadDl.c: * unix/tclLoadDyld.c: * unix/tclLoadNext.c: * unix/tclLoadOSF.c: * unix/tclLoadShl.c: * unix/tclUnixPipe.c: * win/Makefile.in: * win/tclWinLoad.c: | ||||
* | * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round of | Kevin B Kenny | 2010-04-02 | 1 | -5/+5 |
| | | | | | | * tests/registry.test: bugs resulting from the recent commits * win/tclWinReg.c: of changes in support of the referenced TIP. | ||||
* | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-31 | 3 | -17/+17 |
| | | | | | | Revised test cases, making sure that abbreviated codes are checked resulting in an error, and checking for the exact error message. | ||||
* | TIP #362 IMPLEMENTATION | dkf | 2010-03-30 | 1 | -4/+49 |
| | | | | | | * win/tclWinReg.c: [Patch 2960976]: Apply patch from Damon Courtney to * tests/registry.test: allow the registry command to be told to work with both 32-bit and 64-bit registries. | ||||
* | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+4 |
| | | | | * tests/result.test: that it rejects illegal non-list values. | ||||
* | * generic/tclOOInfo.c (InfoObjectMethodTypeCmd) | dkf | 2010-03-24 | 1 | -7/+9 |
| | | | | | (InfoClassMethodTypeCmd): Added introspection of method types so that it is possible to find this info out without using errors. | ||||
* | * tests/async.test (async-4.*): Reduce obscurity of these tests by | dkf | 2010-03-24 | 1 | -36/+32 |
| | | | | | putting the bulk of the code for them inside the test body with the help of [apply]. | ||||
* | Make error message in "try" implementation | nijtmans | 2010-03-23 | 1 | -3/+3 |
| | | | | exactly the same as the one in "return" | ||||
* | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] | dgp | 2010-03-18 | 1 | -1/+25 |
| | | | | | * generic/tclTestObj.c: operations. Thanks to kbk for fix and test. * tests/listObj.test: [Bug 2971669]. | ||||
* | Fix silly error in bytecode generation for [try]. | dkf | 2010-03-18 | 1 | -6/+55 |
| | |||||
* | [Bug 2971921]: Corrected jump so that it doesn't skip into the middle | dkf | 2010-03-18 | 1 | -1/+23 |
| | | | | | of an instruction! Tightened the instruction issuing. Moved endCatch calls closer to their point that they guard. | ||||
* | * generic/tclIORTrans.c (ReflectInput, ReflectOutput, | andreas_kupries | 2010-03-17 | 1 | -2/+91 |
| | | | | | | | | | | | | | ReflectSeekWide): [Bug 2921116]: Added missing TclEventuallyFree calls for preserved ReflectedTransform* structures. Reworked ReflectInput to preserve the structure for its whole life, not only in InvokeTclMethod. * generic/tclIO.c (Tcl_GetsObj): [Bug 2921116]: Regenerate topChan, may have been changed by a self-modifying transformation. * tests/ioTrans/test (iortrans-4.8, iortrans-4.9, iortrans-5.11, iortrans-7.4, iortrans-8.3): New test cases. | ||||
* | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -1/+77 |
| | | | | | | * doc/refchan.n: <ferrieux@users.sourceforge.net> for debugging and fixing * tests/ioCmd.test: the problem. It is the write-side equivalent to the bug fixed 2009-08-06. | ||||
* | Fix [Bug 2962664] by forcing oo::object deletion on oo::class deletion. | dkf | 2010-03-04 | 1 | -1/+25 |
| | |||||
* | Added test case for empty table in ::prefix | ferrieux | 2010-03-01 | 1 | -1/+4 |
| | |||||
* | [Bug 2818131] further tests added to cover use of mismatched zlib algorithms | patthoyts | 2010-02-26 | 1 | -2/+76 |
| | | | | | | Using zlib gzip to write and inflate to read from a channel where gets was also used for reading data was causing a crash. This has been fixed by Andreas' last commit. | ||||
* | Fix some nasties with handling duplicate keys in list->dict->list conversions. | dkf | 2010-02-24 | 1 | -3/+15 |
| | |||||
* | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -1/+13 |
| | | | | | | Some more tests, showing that the LONG implementation was not quite correct too, and a fix for that. Some more internal "const" additions | ||||
* | * tests/regexp.test: Add test cases back ported from | mdejong | 2010-02-21 | 1 | -1/+111 |
| | | | | Jacl regexp work. | ||||
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -1/+7 |
| | | | | and added test cases for it. | ||||
* | Fix [Bug 2950259] so that deleting an object by killing its namespace will | dkf | 2010-02-15 | 1 | -8/+52 |
| | | | | reliably call the object's destructor. | ||||
* | add tests for explicit backslash zero as argument to list command | mdejong | 2010-02-12 | 1 | -1/+21 |
| | |||||
* | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -1/+4 |
| | |||||
* | Tcl Bug 2826551 regexp bugs related to -all -line and -start and newlines | dkf | 2010-02-11 | 1 | -25/+279 |
| | |||||
* | Two more hash-iteration-order assumptions bite the dust | dkf | 2010-02-10 | 1 | -3/+3 |
| | |||||
* | Remove assumption of ordered results from [info procs] | dkf | 2010-02-10 | 1 | -2/+2 |
| | |||||
* | Fix tests with known dependencies on hash iteration order. | dkf | 2010-02-07 | 3 | -10/+15 |
| |