| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -13/+8 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -1/+15 |
|
|
* | backport enhanced comments | dgp | 2008-04-08 | 1 | -5/+18 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 2 | -29/+42 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 1 | -4/+8 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | dgp | 2008-04-07 | 1 | -3/+3 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -2/+13 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -1/+15 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -14/+24 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -2/+2 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -1/+20 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -1/+3 |
|
|
* | merge updates from HEAD
| dgp | 2008-03-31 | 2 | -6/+11 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 1 | -2/+2 |
|
|
* | improved fix keeping short-circuit | patthoyts | 2008-03-24 | 1 | -3/+5 |
|
|
* | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -2/+2 |
|
|
* | Oops, typo. | dkf | 2008-03-20 | 1 | -2/+2 |
|
|
* | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 2 | -29/+52 |
|
|
* | fix typos | das | 2008-03-19 | 1 | -3/+3 |
|
|
* | Added exported non-stub function Tcl_GetMemoryInfo | dkf | 2008-03-19 | 1 | -1/+4 |
|
|
* | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] | dkf | 2008-03-19 | 2 | -3/+9 |
|
|
* | fix and simplify the OFFSET computation for TclStackAlloc | Miguel Sofer | 2008-03-18 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 1 | -11/+4 |
|
|
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -4/+5 |
|
|
* | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection | dgp | 2008-03-14 | 1 | -7/+6 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate | dgp | 2008-03-14 | 1 | -4/+3 |
|
|
* | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -3/+3 |
|
|
* | missing char in error message | dgp | 2008-03-14 | 1 | -2/+2 |
|
|
* | * generic/tclStrToD.c: Resolve identifier conflict over "pow10" | dgp | 2008-03-13 | 1 | -9/+9 |
|
|
* | * generic/tclEncoding.c (LoadEscapeEncoding): avoid leaking escape | das | 2008-03-11 | 1 | -4/+9 |
|
|
* | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -2/+8 |
|
|
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error | dgp | 2008-03-10 | 1 | -14/+41 |
|
|
* | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() | dgp | 2008-03-10 | 1 | -3/+3 |
|
|
* | typo | dgp | 2008-03-10 | 1 | -2/+2 |
|
|
* | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug | andreas_kupries | 2008-03-07 | 1 | -1/+2 |
|
|
* | commentary cleanup | dgp | 2008-03-07 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 1 | -41/+107 |
|
|
* | * generic/tclCmdAH.c: Revised direct evaluation implementation of | dgp | 2008-03-07 | 1 | -6/+9 |
|
|
* | * generic/tclNamesp.c (GetNamespaceFromObj): spoil the intrep of | Miguel Sofer | 2008-03-02 | 1 | -6/+8 |
|
|
* | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount | dgp | 2008-02-29 | 2 | -2/+4 |
|
|
* | * generic/tclBasic.c (Tcl_AppendObjToErrorInfo): Revised the | dgp | 2008-02-29 | 2 | -3/+3 |
|
|
* | * generic/tclBasic.c (TclEvalObjvInternal): Plug memory leak when | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Plug memory leak in error | dgp | 2008-02-28 | 1 | -3/+3 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): [format %llx $big] | dgp | 2008-02-28 | 1 | -1/+4 |
|
|
* | * generic/tclCompCmds.c (TclCompileReturnCmd): The 2007-10-18 commit | dgp | 2008-02-28 | 1 | -1/+2 |
|
|
* | Remove dead/unused portability-related #defines and unused conditional code. | jenglish | 2008-02-27 | 1 | -7/+2 |
|
|
* | * doc/clock.n: Corrected minor indentation gaffe in the | Kevin B Kenny | 2008-02-27 | 1 | -1/+13 |
|
|
* | fix warning | das | 2008-02-27 | 1 | -2/+2 |
|
|
* | More stray trailing ","s. | jenglish | 2008-02-26 | 2 | -4/+4 |
|
|