| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 3 | -4/+8 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 3 | -2/+31 |
|
|
* | * tests/io.test (io-53.8): Fixed ordering of vwait and after | andreas_kupries | 2008-04-08 | 2 | -2/+7 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 3 | -34/+36 |
|
|
* | backport enhanced comments | dgp | 2008-04-08 | 1 | -5/+18 |
|
|
* | Corrected test name. | andreas_kupries | 2008-04-07 | 1 | -2/+2 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 5 | -31/+199 |
|
|
* | Added forgotten reference to [Bug 1350564] in last entry. | andreas_kupries | 2008-04-07 | 1 | -2/+3 |
|
|
* | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors, | andreas_kupries | 2008-04-07 | 2 | -4/+15 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | dgp | 2008-04-07 | 3 | -4/+17 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 5 | -7/+27 |
|
|
* | * win/tclWinFile.c: (WinSymLinkDirectory): Fixed a problem that | Kevin B Kenny | 2008-04-05 | 2 | -17/+29 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 3 | -6/+109 |
|
|
* | * generic/tclIORChan.c (ReflectOutput): Allow zero return from | andreas_kupries | 2008-04-04 | 3 | -4/+22 |
|
|
* | * generic/tclIORChan.c (ReflectClose): Added missing removal of | andreas_kupries | 2008-04-04 | 3 | -2/+38 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 4 | -16/+123 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 2 | -2/+10 |
|
|
* | autoheader-2.59 | das | 2008-04-01 | 1 | -3/+0 |
|
|
* | autoconf-2.59 | das | 2008-04-01 | 1 | -9/+1 |
|
|
* | (SunOS-5.1x): quote CC var to allow make-time override | das | 2008-04-01 | 1 | -5/+1 |
|
|
* | * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fp | andreas_kupries | 2008-04-01 | 4 | -6/+229 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 2 | -1/+4 |
|
|
* | * generic/tclStubLib.c (Tcl_InitStubs): Added missing error message. | dgp | 2008-04-01 | 2 | -1/+7 |
|
|
* | merge updates from HEAD
| dgp | 2008-03-31 | 7 | -10/+116 |
|
|
* | * generic/tcl.h: Bump to 8.5.2 for release.core_8_5_2 | dgp | 2008-03-28 | 9 | -13/+25 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-28 | 2 | -1/+9 |
|
|
* | disable codesign on tests target | das | 2008-03-28 | 1 | -1/+17 |
|
|
* | Rewrite to use tcltest2 better while getting rid of bugs/misfeatures. | dkf | 2008-03-28 | 2 | -971/+1091 |
|
|
* | Changes up to and including Olson's tzdata2008b | Kevin B Kenny | 2008-03-27 | 24 | -478/+2259 |
|
|
* | * unix/configure: autoconf-2.59 | das | 2008-03-27 | 1 | -1/+1 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 2 | -1/+7 |
|
|
* | formatting | dgp | 2008-03-26 | 1 | -5/+1 |
|
|
* | * changes: Updated for 8.5.2 release. | dgp | 2008-03-26 | 2 | -3/+25 |
|
|
* | Minor improvements/fixes | dkf | 2008-03-26 | 1 | -8/+12 |
|
|
* | Minor fixes to copyright declarations (spelling, consistency) | dkf | 2008-03-26 | 16 | -31/+31 |
|
|
* | Removed duplicated tests | patthoyts | 2008-03-24 | 1 | -7/+1 |
|
|
* | 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 | 3 | -3/+26 |
|
|
* | Clarified docs. [Bug 1899962] | dkf | 2008-03-21 | 2 | -3/+11 |
|
|
* | Added more tests of regexp-mode compilation of the [switch] command. [Bug 185... | dkf | 2008-03-21 | 2 | -1/+112 |
|
|
* | Oops, typo. | dkf | 2008-03-20 | 1 | -2/+2 |
|
|
* | Final clean up of the Tcl_GetMemoryInfo mess. | dkf | 2008-03-20 | 3 | -29/+60 |
|
|
* | 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 | 3 | -3/+12 |
|
|
* | Added workaround for [Bug 1905562] | dkf | 2008-03-19 | 2 | -50/+55 |
|
|
* | fix and simplify the OFFSET computation for TclStackAlloc | Miguel Sofer | 2008-03-18 | 1 | -5/+4 |
|
|
* | * library/tm.tcl (::tcl::tm::UnknownHandler): Changed 'source' to | andreas_kupries | 2008-03-18 | 2 | -1/+16 |
|
|
* | Fix oops. Use ::list, not list, prevent use of the namespace local command. | andreas_kupries | 2008-03-18 | 1 | -1/+1 |
|
|
* | * generic/tclExecute.c: Patch from Miguel Sofer to correct the | dgp | 2008-03-18 | 2 | -11/+9 |
|
|