| Commit message (Expand) | Author | Age | Files | Lines |
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -0/+13 |
|
|
* | * generic/tclNamesp.c (Tcl_LogCommandInfo): Restored ability to | dgp | 2008-05-22 | 1 | -0/+6 |
|
|
* | * generic/tclParse.c (ParseComment): The new TclParseAllWhiteSpace() | dgp | 2008-05-21 | 1 | -0/+8 |
|
|
* | Backport of fixes to Tcl_SetNamespaceUnknownHandler | dkf | 2008-05-21 | 1 | -0/+6 |
|
|
* | * generic/tclCompile.c: fix crash with tcl_traceExec. Found and | Miguel Sofer | 2008-05-16 | 1 | -0/+5 |
|
|
* | Fix off-by-one error that caused crashes. Backport from HEAD. | dkf | 2008-05-07 | 1 | -12/+19 |
|
|
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 1 | -0/+4 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-27 | 1 | -0/+6 |
|
|
* | * tests/ioCmd.test: Extended testsuite for reflected channel | andreas_kupries | 2008-04-24 | 1 | -0/+11 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 1 | -0/+8 |
|
|
* | * tests/clock.test (clock-33.5, clock-33.5a, clock-33.8, clock-33.8a): | Kevin B Kenny | 2008-04-14 | 1 | -1/+3 |
|
|
* | * unix/tclUnixTime.c (NativeGetTime): Removed obsolete use of | Kevin B Kenny | 2008-04-14 | 1 | -0/+6 |
|
|
* | * generic/tcl.h: Bump version number to 8.5.3b1 to distinguish | dgp | 2008-04-11 | 1 | -0/+12 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 1 | -0/+13 |
|
|
* | * tests/chanio.test (chan-io-52.5): Removed '-size -1' from test, | andreas_kupries | 2008-04-09 | 1 | -0/+4 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 1 | -0/+9 |
|
|
* | * tests/io.test (io-53.8): Fixed ordering of vwait and after | andreas_kupries | 2008-04-08 | 1 | -0/+5 |
|
|
* | * tests/chanio.test (chan-io-53.8,53.9,53.10): fix typo & quoting for | das | 2008-04-08 | 1 | -26/+28 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 1 | -0/+15 |
|
|
* | 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 | 1 | -0/+7 |
|
|
* | * generic/tclStringObj.c (Tcl_AppendFormatToObj): | dgp | 2008-04-07 | 1 | -0/+7 |
|
|
* | * tests/chanio.test (chan-io-53.9): | Kevin B Kenny | 2008-04-06 | 1 | -0/+11 |
|
|
* | * 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 |
|
|