| Commit message (Expand) | Author | Age | Files | Lines |
* | Backported fix for dde/registry versions and the staticpkg build option | patthoyts | 2008-06-25 | 1 | -0/+5 |
|
|
* | * generic/tclPathObj.c: Fixed some internals management in the "path" | dgp | 2008-06-24 | 1 | -0/+6 |
|
|
* | * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 1 | -0/+8 |
|
|
* | another update for 8.5.3 | dgp | 2008-06-20 | 1 | -0/+2 |
|
|
* | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp | 2008-06-20 | 1 | -0/+10 |
|
|
* | * changes: Updates for 8.5.3 release. | dgp | 2008-06-19 | 1 | -0/+4 |
|
|
* | * generic/tclClock.c (ClockConvertlocaltoutcObjCmd): Removed left | andreas_kupries | 2008-06-17 | 1 | -0/+5 |
|
|
* | * doc/tm.n: Followup to changelog entry 2008-03-18 regarding | andreas_kupries | 2008-06-17 | 1 | -0/+7 |
|
|
* | 2006-06-17 Kevin Kenny <kennykb@acm.org> | Kevin B Kenny | 2008-06-17 | 1 | -0/+9 |
|
|
* | * generic/tclCmdIL.c (TclInfoFrame): Backport of fix made on the | andreas_kupries | 2008-06-16 | 1 | -0/+10 |
|
|
* | * unix/Makefile.in: add complete deps on tclDTrace.h. | das | 2008-06-12 | 1 | -2/+4 |
|
|
* | s/target/config/ | das | 2008-06-12 | 1 | -2/+2 |
|
|
* | * unix/Makefile.in: clean generated tclDTrace.h file. | das | 2008-06-12 | 1 | -0/+14 |
|
|
* | (io-53.9): need to close chan before removing file | hobbs | 2008-05-26 | 1 | -0/+4 |
|
|
* | * 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 |
|
|