| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of setting | andreas_kupries | 2008-07-07 | 2 | -2/+7 |
|
|
* | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8 | jenglish | 2008-07-04 | 2 | -3/+9 |
|
|
* | * library/package.tcl: Removed [file readable] testing from | dgp | 2008-07-03 | 2 | -13/+42 |
|
|
* | * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanks | dgp | 2008-06-28 | 2 | -3/+13 |
|
|
* | formatting | dgp | 2008-06-23 | 1 | -2/+2 |
|
|
* | * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() when | dgp | 2008-06-23 | 2 | -2/+19 |
|
|
* | * tests/binary.test: Corrected flawed tests revealed by a -debug 1 | dgp | 2008-06-20 | 3 | -10/+9 |
|
|
* | * generic/tclParseExpr.c: Disabled attempts to support [expr] | dgp | 2008-06-18 | 2 | -2/+14 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on the | andreas_kupries | 2008-06-16 | 3 | -41/+55 |
|
|
* | * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditional | andreas_kupries | 2008-06-12 | 2 | -9/+25 |
|
|
* | * unix/Makefile.in: add complete deps on tclDTrace.h. | das | 2008-06-12 | 2 | -6/+8 |
|
|
* | autoconf-2.13 | das | 2008-06-12 | 1 | -307/+308 |
|
|
* | duh, fix missing 'fi', thanks aku! | das | 2008-06-12 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in: clean generated tclDTrace.h file. | das | 2008-06-12 | 2 | -2/+10 |
|
|
* | * unix/configure: autoconf-2.13 | das | 2008-06-12 | 1 | -348/+354 |
|
|
* | * unix/configure.in: fix static DTrace-enabled build on Solaris. | das | 2008-06-12 | 1 | -1/+10 |
|
|
* | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc. | das | 2008-06-12 | 1 | -14/+30 |
|
|
* | reduce reg-33.14 space used to prevent stack segfault | hobbs | 2008-05-26 | 1 | -2/+2 |
|
|
* | * tests/io.test (io-53.9): need to close chan before removing file. | hobbs | 2008-05-26 | 2 | -1/+6 |
|
|
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 4 | -16/+28 |
|
|
* | Also, panic early if we find out the wrong thread attempting | vasiljevic | 2008-04-27 | 2 | -1/+13 |
|
|
* | Oooops... wrong year in the log timestamp? | vasiljevic | 2008-04-26 | 1 | -1/+1 |
|
|
* | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attempt | vasiljevic | 2008-04-26 | 2 | -18/+32 |
|
|
* | bump release tagcore_8_4_19 | dgp | 2008-04-17 | 1 | -2/+2 |
|
|
* | style revisions to latest commit | dgp | 2008-04-17 | 4 | -13/+10 |
|
|
* | * generic/tclCompExpr.c (CompileMathFuncCall): Added | andreas_kupries | 2008-04-17 | 3 | -2/+17 |
|
|
* | bump release tag | dgp | 2008-04-15 | 1 | -2/+2 |
|
|
* | * generic/tclIO.c (CopyData): Applied another patch by Alexandre | andreas_kupries | 2008-04-15 | 4 | -8/+60 |
|
|
* | bump release tag | dgp | 2008-04-14 | 1 | -2/+2 |
|
|
* | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): Removed | Kevin B Kenny | 2008-04-14 | 2 | -5/+9 |
|
|
* | * generic/tclExecute.c: Plug memory leak introduced in the | dgp | 2008-04-14 | 2 | -2/+8 |
|
|
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 11 | -26/+85 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negative | andreas_kupries | 2008-04-10 | 4 | -23/+58 |
|
|
* | * tests/io.test (io-52.5): Removed '-size -1' from test, does not | andreas_kupries | 2008-04-09 | 2 | -2/+7 |
|
|
* | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -size | andreas_kupries | 2008-04-09 | 3 | -2/+31 |
|
|
* | * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typo | andreas_kupries | 2008-04-08 | 2 | -4/+9 |
|
|
* | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy. | andreas_kupries | 2008-04-07 | 4 | -30/+119 |
|
|
* | 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 | 3 | -5/+22 |
|
|
* | * tests/io.test (io-53.9): Added testcase for [Bug 780533], based | andreas_kupries | 2008-04-04 | 2 | -3/+57 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] to | andreas_kupries | 2008-04-03 | 3 | -14/+76 |
|
|
* | * generic/tclIO.c (CopyData): Applied patch for the fcopy problem | andreas_kupries | 2008-04-02 | 2 | -2/+10 |
|
|
* | * unix/configure: autoconf-2.13 | das | 2008-03-27 | 1 | -29/+10 |
|
|
* | * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD. | das | 2008-03-27 | 1 | -2/+5 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166] | das | 2008-03-27 | 2 | -1/+9 |
|
|
* | Backported fix for #1923966 | patthoyts | 2008-03-24 | 3 | -3/+28 |
|
|
* | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() on | das | 2008-03-11 | 2 | -7/+8 |
|
|
* | typo | dgp | 2008-03-10 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c (Tcl_ExprObj): Revised expression bytecode | dgp | 2008-03-07 | 2 | -31/+108 |
|
|
* | * generic/tclTest.c: Backport the [testexprlongobj] testing command. | dgp | 2008-03-07 | 3 | -2/+53 |
|
|