| Commit message (Expand) | Author | Age | Files | Lines |
* | [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/+1959 |
|
|
* | [backport] Make sure [fcopy -size ... -command ...] always calls the callback... | ferrieux | 2010-12-10 | 1 | -1/+39 |
|
|
* | * generic/tclInt.decls: Backport of Kevin B. Kenny's work on | andreas_kupries | 2010-11-30 | 2 | -3/+795 |
|
|
* | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 2 | -39/+157 |
|
|
* | * 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 |
|
|
* | [Bug 3085863]: tclUniData 9 years old | nijtmans | 2010-10-23 | 1 | -17/+17 |
|
|
* | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 2 | -7/+129 |
|
|
* | * generic/tclProc.c (ProcWrongNumArgs): [Bug 3045010]: Make the | dkf | 2010-08-15 | 1 | -3/+3 |
|
|
* | * generic/tclCmdMZ.c (Tcl_RegexpObjCmd): [Bug 2826551, Patch 2948425]: | dkf | 2010-08-12 | 1 | -18/+246 |
|
|
* | 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 |
|
|
* | * tests/info.test (info-39.1, test_info_frame): Changed absolute | andreas_kupries | 2010-08-03 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (IllegalExprOperandType): [Bug 3024379]: Made | dkf | 2010-07-02 | 1 | -15/+19 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsetObjCmd): [Bug 3019351]: Corrected wrong | dkf | 2010-06-22 | 2 | -2/+2 |
|
|
* | [Backport] Also check the reverse path of dict->list EIAS violation. | ferrieux | 2010-05-20 | 1 | -1/+2 |
|
|
* | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. | ferrieux | 2010-05-19 | 1 | -1/+2 |
|
|
* | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -2/+4 |
|
|
* | * generic/tclListObj.c: Prevent in overflow trouble in [lreplace] | dgp | 2010-03-18 | 1 | -1/+25 |
|
|
* | * generic/tclIORChan.c: [Bug 2936225]: Thanks to Alexandre Ferrieux | andreas_kupries | 2010-03-09 | 1 | -1/+77 |
|
|
* | Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -1/+19 |
|
|
* | [Bug 2949740]: Do not try to put a NULL pipeline channel into binary mode. | dkf | 2010-02-11 | 1 | -1/+4 |
|
|
* | * generic/tclCompile.c: [Bug 2933089]: A literal sharing problem with | andreas_kupries | 2010-02-02 | 1 | -1/+41 |
|
|
* | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -5/+29 |
|
|
* | Fix environment tests under CYGWIN | nijtmans | 2010-01-06 | 1 | -3/+3 |
|
|
* | Various trivial fixes, discovered during CYGWIN porting attempt. All backport... | nijtmans | 2010-01-06 | 1 | -7/+7 |
|
|
* | * generic/tclPathObj.c (TclPathPart): Correct inconsistency between | dgp | 2010-01-05 | 1 | -1/+15 |
|
|
* | [Bug 2923613]: Make the safer [source] handle a [return] at the end of the file | dkf | 2009-12-30 | 1 | -1/+12 |
|
|
* | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 2 | -28/+50 |
|
|
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly. | dkf | 2009-12-28 | 1 | -1/+3 |
|
|
* | Correct failing test | dkf | 2009-12-28 | 1 | -2/+2 |
|
|
* | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -1/+13 |
|
|
* | Upgrade to Safe Base's handling of [glob] to be more permissive with the | dkf | 2009-12-16 | 1 | -1/+36 |
|
|
* | [Bug 1911342]: Rewrite formatting to avoid bogus link from tm.n to list.n in | dkf | 2009-12-16 | 1 | -1/+8 |
|
|
* | * library/safe.tcl: Backport of the streamlined safe base from | andreas_kupries | 2009-12-09 | 1 | -19/+3 |
|
|
* | Fix [Bug 2891556] and improve test to detect similar manifestations in the fu... | ferrieux | 2009-11-16 | 1 | -1/+2 |
|
|
* | * tests/io.test: New test io-53.11 to test for [Bug 2895565]. | dgp | 2009-11-12 | 1 | -1/+32 |
|
|
* | Fixed a number of test issues for Vista and Win7. | patthoyts | 2009-11-11 | 3 | -265/+331 |
|
|
* | * generic/tclBasic.c (TclEvalObjEx): Plug memory leak in | dgp | 2009-11-09 | 1 | -2/+2 |
|
|
* | Backported permissions fix for Windows 7 to cleanup test directory. | patthoyts | 2009-11-03 | 1 | -1/+2 |
|
|
* | Test hygiene for the ::tmp variable | dgp | 2009-10-29 | 4 | -9/+17 |
|
|
* | * library/clock.tcl (LocalizeFormat): | Kevin B Kenny | 2009-10-29 | 1 | -1/+5 |
|
|
* | * tests/fileName.test (fileName-20.[78]): Corrected poor test | Kevin B Kenny | 2009-10-28 | 1 | -1/+12 |
|
|
* | * library/clock.tcl (ParseClockScanFormat): | Kevin B Kenny | 2009-10-27 | 1 | -1/+14 |
|
|
* | * library/clock.tcl (ProcessPosixTimeZone): | Kevin B Kenny | 2009-10-24 | 1 | -1/+11 |
|
|
* | Fix for [Bug 988703, 1565466] | Joe Mistachkin | 2009-10-18 | 1 | -4/+7 |
|
|
* | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -13/+23 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -10/+283 |
|
|
* | regression tests | dgp | 2009-08-21 | 1 | -1/+29 |
|
|