| Commit message (Expand) | Author | Age | Files | Lines |
* | Repair corruption in [string reverse] when string rep invalidation failed | dgp | 2011-04-12 | 1 | -0/+5 |
|
|
* | * generic/tclNamesp.c: Tighten the detector of nested [namespace code]
bug_3202171 | dgp | 2011-03-09 | 1 | -6/+17 |
|
|
* | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
|\ |
|
| * | * generic/tclParse.c (TclParseBackslash): Correct trunction checks in | dgp | 2011-03-06 | 1 | -0/+38 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 140 | -286/+2 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 132 | -270/+0 |
|
|
| * | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -17/+18 |
|
|
| * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 2 | -7/+125 |
|
|
| * | Fix [Bug 2954959] expr abs(-0.0) is -0.0 | nijtmans | 2010-02-22 | 1 | -2/+19 |
|
|
| * | Backport test to prove Tcl 8.4 is not buggy (2918610). | dgp | 2010-01-05 | 1 | -1/+16 |
|
|
| * | (Backport) Fix [Bug 2891556] and improve test to detect similar manifestation... | ferrieux | 2009-11-16 | 1 | -1/+2 |
|
|
| * | * generic/tclIO.c (CopyData): [Bug 2895565]. Dropped bogosity | andreas_kupries | 2009-11-12 | 1 | -1/+32 |
|
|
| * | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-10 | 4 | -263/+330 |
|
|
| * | * tests/info.test: Resolve ambiguous resolution of variable | andreas_kupries | 2009-11-09 | 1 | -2/+2 |
|
|
| * | Fix for [Bug 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -4/+7 |
|
|
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -12/+251 |
|
|
| * | regression tests | dgp | 2009-08-21 | 1 | -1/+33 |
|
|
| * | another test | dgp | 2009-08-19 | 1 | -1/+11 |
|
|
| * | test for 2806250 | dgp | 2009-08-18 | 1 | -1/+11 |
|
|
| * | nicer test failure mode | dgp | 2009-08-18 | 1 | -2/+2 |
|
|
| * | * generic/tclFileName.c: Correct result from [glob */test] when * | dgp | 2009-08-17 | 1 | -1/+32 |
|
|
| * | * generic/tclBasic.c (DeleteInterpProc,TclArgumentBCEnter, | andreas_kupries | 2009-07-14 | 1 | -1/+19 |
|
|
| * | * generic/tclCompile.c: The value stashed in iPtr->compiledProcPtr | dgp | 2009-06-13 | 1 | -1/+14 |
|
|
| * | * generic/tclStringObj.c: Added protections from invalid memory | dgp | 2009-03-30 | 1 | -1/+34 |
|
|
| * | * tests/fileName.test: Tests for [Bug 2710920] to guard against | dgp | 2009-03-27 | 1 | -1/+13 |
|
|
| * | * generic/tclStringObj.c: Test stringObj-6.9 checks that | dgp | 2009-03-21 | 1 | -1/+7 |
|
|
| * | * generic/tclPathObj.c: Fixed mistaken logic in TclFSGetPathType() | dgp | 2009-02-20 | 1 | -1/+8 |
|
|
| * | * tests/fileName.test: Revise new tests for portability to case | dgp | 2008-08-14 | 1 | -4/+4 |
|
|
| * | * generic/tclFileName.c: Fix for errors handling -types {} | dgp | 2008-08-13 | 1 | -2/+40 |
|
|
| * | * generic/tclProc.c (Tcl_ProcObjCmd): Fixed memory leak triggered | andreas_kupries | 2008-08-11 | 1 | -5/+31 |
|
|
| * | * generic/tclBasic.c: Added missing release of extended command | andreas_kupries | 2008-07-28 | 1 | -82/+102 |
|
|
| * | * tests/info.test: Add !singleTestInterp constraint to various tests; | das | 2008-07-25 | 1 | -27/+27 |
|
|
| * | * tests/info.test: Tests 38.* added, exactly testing the tracking | andreas_kupries | 2008-07-24 | 1 | -1/+86 |
|
|
| * | Contrain the new test to run only when tip280 is active. | andreas_kupries | 2008-07-23 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c: Modified TclArgumentGet to reject pure lists | andreas_kupries | 2008-07-23 | 1 | -12/+38 |
|
|
| * | * tests/binary.test: Corrected flawed tests revealed by a -debug 1 | dgp | 2008-06-20 | 2 | -10/+4 |
|
|
| * | * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -15/+15 |
|
|
| * | reduce reg-33.14 space used to prevent stack segfault | hobbs | 2008-05-26 | 1 | -2/+2 |
|
|
| * | * tests/io.test (io-53.9): need to close chan before removing file. | hobbs | 2008-05-26 | 1 | -1/+2 |
|
|
| * | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -6/+6 |
|
|
| * | style revisions to latest commit | dgp | 2008-04-17 | 2 | -10/+7 |
|
|
| * | * generic/tclCompExpr.c (CompileMathFuncCall): Added | andreas_kupries | 2008-04-17 | 1 | -1/+7 |
|
|
| * | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 2 | -2/+43 |
|
|
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 2 | -10/+38 |
|
|
| * | * tests/io.test (io-52.5): Removed '-size -1' from test, does not | andreas_kupries | 2008-04-09 | 1 | -2/+2 |
|
|
| * | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+7 |
|
|
| * | * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typo | andreas_kupries | 2008-04-08 | 1 | -4/+4 |
|
|
| * | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -1/+71 |
|
|
| * | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -1/+2 |
|
|
| * | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 1 | -3/+51 |
|
|