| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 1 | -0/+12 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 1 | -0/+7 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 1 | -0/+10 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 1 | -0/+7 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 1 | -0/+8 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 1 | -0/+6 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -0/+1 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 1 | -0/+4 |
|
|
* | merge updates from HEAD | dgp | 2008-03-31 | 1 | -0/+17 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 1 | -0/+12 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-28 | 1 | -0/+4 |
|
|
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | dkf | 2008-03-28 | 1 | -0/+7 |
|
|
* | Changes up to and including Olson's tzdata2008b | Kevin B Kenny | 2008-03-27 | 1 | -0/+27 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 1 | -0/+6 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-26 | 1 | -1/+5 |
|
|
* | bug #1923966 - crash in binary format. Added tests for the above crash condit... | patthoyts | 2008-03-24 | 1 | -0/+5 |
|
|
* | Clarified docs. [Bug 1899962] | dkf | 2008-03-21 | 1 | -0/+3 |
|
|
* | Added more tests of regexp-mode compilation of the [switch] command. [Bug 185... | dkf | 2008-03-21 | 1 | -0/+5 |
|
|
* | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 1 | -0/+8 |
|
|
* | Corrected scoping of Tcl_GetMemoryInfo. [Bug 1868171] | dkf | 2008-03-19 | 1 | -0/+3 |
|
|
* | Added workaround for [Bug 1905562] | dkf | 2008-03-19 | 1 | -48/+52 |
|
|
* | * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to | andreas_kupries | 2008-03-18 | 1 | -0/+15 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 1 | -0/+5 |
|
|
* | * library/tm.tcl (::tcl::tm::Defaults): Modified handling of | andreas_kupries | 2008-03-18 | 1 | -0/+8 |
|
|
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -0/+4 |
|
|
* | Clarified documentation of what happens with negative indices. [Bug 1905809] | dkf | 2008-03-16 | 1 | -45/+49 |
|
|
* | * generic/tclBasic.c (OldMathFuncProc): Same workaround protection | dgp | 2008-03-14 | 1 | -0/+3 |
|
|
* | * generic/tclCmdIL.c (Tcl_LsortObjCmd): Use ckalloc() to allocate | dgp | 2008-03-14 | 1 | -0/+6 |
|
|
* | * generic/tclTest.c: Ignore the return value of write() when | rmax | 2008-03-14 | 1 | -0/+5 |
|
|
* | d'oh! s/backspace/backslash/ | das | 2008-03-13 | 1 | -1/+1 |
|
|
* | * unix/configure.in: use backspace-quoting instead of double-quoting | das | 2008-03-13 | 1 | -0/+6 |
|
|
* | * generic/tclStrToD.c: Resolve identifier conflict over "pow10" | dgp | 2008-03-13 | 1 | -0/+4 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-13 | 1 | -0/+4 |
|
|
* | add ref to [Bug 1893053] | das | 2008-03-12 | 1 | -2/+2 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add support for Xcode 3.1 | das | 2008-03-12 | 1 | -5/+11 |
|
|
* | * doc/info.n: Replaced {expand} with {8}. | andreas_kupries | 2008-03-12 | 1 | -0/+4 |
|
|
* | change http::geturl -keepalive default to 0 as it has poor true pipeline support | hobbs | 2008-03-12 | 1 | -1/+1 |
|
|
* | * unix/Makefile.in (install-libraries): Bump http to 2.7 | hobbs | 2008-03-12 | 1 | -0/+13 |
|
|
* | * library/http/http.tcl (http::geturl): add -method option to support | hobbs | 2008-03-12 | 1 | -0/+4 |
|
|
* | * library/http/http.tcl: whitespace changes, code cleanup. Allow | hobbs | 2008-03-12 | 1 | -0/+5 |
|
|
* | * macosx/GNUmakefile: fix quoting to allow paths to | das | 2008-03-11 | 1 | -0/+39 |
|
|
* | * generic/tclVar.c (TclDeleteNamespaceVars): | Miguel Sofer | 2008-03-11 | 1 | -0/+8 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-10 | 1 | -0/+2 |
|
|
* | * doc/http.n: Revised to indicate that [package require http 2.5.5] | dgp | 2008-03-10 | 1 | -0/+3 |
|
|
* | * generic/tclEvent.c (TclDefaultBgErrorHandlerObjCmd): Added error | dgp | 2008-03-10 | 1 | -0/+4 |
|
|
* | * generic/tclBasic.c (ExprAbsFunc): Revised so that the abs() | dgp | 2008-03-10 | 1 | -0/+7 |
|
|
* | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug | andreas_kupries | 2008-03-07 | 1 | -0/+13 |
|
|
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 1 | -0/+5 |
|
|
* | * generic/tclCmdAH.c: Revised direct evaluation implementation of | dgp | 2008-03-07 | 1 | -0/+4 |
|
|