| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclOOMethod.c (PushMethodCallFrame): [Bug 3001438]: Make | dkf | 2011-01-18 | 1 | -1/+13 |
|
|
* | [Bug 3148192]: Commands "read/puts" incorrectly interpret parameters. | nijtmans | 2011-01-17 | 3 | -8/+8 |
|
|
* | * doc/tclvars.n: | Kevin B Kenny | 2011-01-15 | 1 | -1/+1872 |
|
|
* | * tests/util.test (util-15.*): Added test cases for floating point | Kevin B Kenny | 2011-01-07 | 1 | -1/+89 |
|
|
* | * tests/package.test, tests/pkg.test: Coalesce these tests into one | dkf | 2011-01-06 | 4 | -1455/+1427 |
|
|
* | Clean up of tests and conversion to tcltest 2. Target has been to get init and | dkf | 2011-01-01 | 20 | -699/+703 |
|
|
* | * tests/execute.test (execute-11.1): [Bug 3142026]: Added test that | dkf | 2011-01-01 | 1 | -94/+124 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Fix crash when multiple -index | dkf | 2010-12-27 | 1 | -1/+4 |
|
|
* | Make sure [fcopy -size ... -command ...] always calls the callback asynchrono... | ferrieux | 2010-12-10 | 1 | -1/+39 |
|
|
* | * tests/fCmd.test: Improve sanity of constraints now that we don't | dkf | 2010-12-09 | 1 | -22/+39 |
|
|
* | * generic/tclCmdAH.c (TclInitFileCmd, TclMakeFileCommandSafe, ...): | dkf | 2010-12-09 | 4 | -195/+169 |
|
|
* | * tests/append.test, tests/appendComp.test: Clean up tests so that | dkf | 2010-12-09 | 2 | -108/+125 |
|
|
* | * tests/fCmd.test, tests/safe.test, tests/uplevel.test, | dkf | 2010-12-07 | 5 | -348/+359 |
|
|
* | 2010-11-29 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2010-11-28 | 1 | -1/+802 |
|
|
* | * tests/chanio.test, tests/iogt.test, tests/ioTrans.test: Convert more | dkf | 2010-11-24 | 3 | -1303/+1373 |
|
|
* | More conversion of tcltest1 tests to tcltest2 | dkf | 2010-11-21 | 1 | -483/+521 |
|
|
* | * tests/chanio.test: Converted many tests to tcltest2 by marking the | dkf | 2010-11-20 | 1 | -1172/+1328 |
|
|
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -11/+3 |
|
|
* | * tests/oo.test: [Bug 3111059]: Added testing that neatly trapped this | dkf | 2010-11-18 | 1 | -1/+35 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 2 | -38/+159 |
|
|
* | Clarify the tests so that what is being tested is in the body... :-) | dkf | 2010-11-09 | 1 | -7/+10 |
|
|
* | * tests/oo.test: Various tests for memory leaks. | dkf | 2010-11-09 | 1 | -1/+35 |
|
|
* | Revert previous commit at request of KBK. | dkf | 2010-11-09 | 1 | -5/+1 |
|
|
* | Added test case for [Bug #3105247] -NaN? | nijtmans | 2010-11-09 | 1 | -1/+5 |
|
|
* | some more speedups to socket.test | rmax | 2010-11-04 | 2 | -6/+7 |
|
|
* | avoid having to wait for some child processes to time out after all tests hav... | rmax | 2010-11-04 | 1 | -1/+4 |
|
|
* | Rework some of the tests to speed them up by avoiding (supposedly) | rmax | 2010-11-04 | 1 | -29/+27 |
|
|
* | reorder the constraint list per test for clearer make test output of skipped ... | rmax | 2010-11-04 | 1 | -35/+35 |
|
|
* | * tests/socket.test: Run the socket tests three times with the | rmax | 2010-11-04 | 1 | -154/+172 |
|
|
* | * tests/error.test (error-19.13): Another variation on testing for | dkf | 2010-11-04 | 1 | -1/+23 |
|
|
* | * generic/tclCmdMZ.c (TryPostBody): Ensure that errors when setting | dkf | 2010-11-03 | 1 | -1/+45 |
|
|
* | * generic/tclCompCmds.c (TclCompileCatchCmd): | Kevin B Kenny | 2010-11-03 | 1 | -1/+31 |
|
|
* | Improved handling of non-standard module path lists, empty path lists in part... | stwo | 2010-11-02 | 1 | -2/+2 |
|
|
* | * tests/http.test: Make http-4.15 pass in isolation [Bug 3097490] | dgp | 2010-10-28 | 1 | -2/+2 |
|
|
* | Coverage test for portion of ExprSqrtFunc() | dgp | 2010-10-26 | 1 | -1/+5 |
|
|
* | [Patch 2995655] Report inner contexts in [info errorstack] | ferrieux | 2010-10-20 | 2 | -8/+8 |
|
|
* | * generic/tclZlib.c (Tcl_ZlibStreamGet): [Bug 3081008]: Ensure that | dkf | 2010-10-19 | 1 | -1/+1 |
|
|
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-18 | 1 | -17/+17 |
|
|
* | * tests/winPipe.test: Test hygiene with makeFile and removeFile. | dgp | 2010-10-06 | 1 | -11/+16 |
|
|
* | * generic/tclCompile.c: Prevent writing to the intrep fields of a | dgp | 2010-10-06 | 1 | -1/+25 |
|
|
* | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation | dkf | 2010-10-02 | 1 | -1/+7 |
|
|
* | * doc/socket.n: Document the changes to the [socket] and
| rmax | 2010-09-28 | 2 | -123/+119 |
|
|
* | * tests/stringComp.test: improved string test coverage | hobbs | 2010-09-25 | 1 | -167/+153 |
|
|
* | * tests/execute.test: added execute-10.3 for [Bug 3072640]. The | Miguel Sofer | 2010-09-22 | 1 | -1/+22 |
|
|
* | * generic/tclBinary.c (TclAppendBytesToByteArray): [Bug 3067036]: Make | dkf | 2010-09-15 | 1 | -2/+23 |
|
|
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 2 | -7/+128 |
|
|
* | * generic/tclBasic.c: New implementation for [tailcall]: | Miguel Sofer | 2010-08-30 | 1 | -28/+72 |
|
|
* | * generic/tclBasic.c: Redesign of [tailcall] to | Miguel Sofer | 2010-08-18 | 1 | -5/+17 |
|
|
* | * library/safe.tcl (AliasGlob): [Bug 3004191]: Restore safe [glob] to | dkf | 2010-08-18 | 1 | -1/+8 |
|
|
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -47/+44 |
|
|