summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | * generic/tclCompile.c: Made the new TclEnterCmdWordIndexandreas_kupries2008-07-223-11/+14
| | * | | | * generic/tclBasic.c: Reworked the handling of bytecode literalsandreas_kupries2008-07-226-59/+169
| | * | | | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-2110-56/+391
| | * | | | * generic/tclCmdIL.c (InfoFrameCmd): Fixed unsafe idiom of settingandreas_kupries2008-07-072-2/+7
| | * | | | UtfToUtfProc: Avoid unwanted sign extension when converting incomplete UTF-8jenglish2008-07-042-3/+9
| | * | | | * library/package.tcl: Removed [file readable] testing fromdgp2008-07-032-13/+42
| | * | | | * generic/tclIOUtil.c: Plug memory leak in latest commit. Thanksdgp2008-06-282-3/+13
| | * | | | formattingdgp2008-06-231-2/+2
| | * | | | * generic/tclIOUtil.c: Fixed bug in Tcl_GetTranslatedPath() whendgp2008-06-232-2/+19
| | * | | | * tests/binary.test: Corrected flawed tests revealed by a -debug 1dgp2008-06-203-10/+9
| | * | | | * generic/tclParseExpr.c: Disabled attempts to support [expr]dgp2008-06-182-2/+14
| | * | | | * generic/tclCmdIL.c (InfoFrameCmd): Backport of fix made on theandreas_kupries2008-06-163-41/+55
| | * | | | * generic/tclCmdIL.c (InfoFrameCmd): TIP #280 conditionalandreas_kupries2008-06-122-9/+25
| | * | | | * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-122-6/+8
| | * | | | autoconf-2.13das2008-06-121-307/+308
| | * | | | duh, fix missing 'fi', thanks aku!das2008-06-121-1/+2
| | * | | | * unix/Makefile.in: clean generated tclDTrace.h file.das2008-06-122-2/+10
| | * | | | * unix/configure: autoconf-2.13das2008-06-121-348/+354
| | * | | | * unix/configure.in: fix static DTrace-enabled build on Solaris.das2008-06-121-1/+10
| | * | | | * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-14/+30
| | * | | | reduce reg-33.14 space used to prevent stack segfaulthobbs2008-05-261-2/+2
| | * | | | * tests/io.test (io-53.9): need to close chan before removing file.hobbs2008-05-262-1/+6
| | * | | | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch byandreas_kupries2008-05-234-16/+28
| | * | | | Also, panic early if we find out the wrong thread attemptingvasiljevic2008-04-272-1/+13
| | * | | | Oooops... wrong year in the log timestamp?vasiljevic2008-04-261-1/+1
| | * | | | generic/tclAsync.c: Tcl_AsyncDelete(): panic if attemptvasiljevic2008-04-262-18/+32
| | * | | | bump release tagcore_8_4_19dgp2008-04-171-2/+2
| | * | | | style revisions to latest commitdgp2008-04-174-13/+10
| | * | | | * generic/tclCompExpr.c (CompileMathFuncCall): Addedandreas_kupries2008-04-173-2/+17
| | * | | | bump release tagdgp2008-04-151-2/+2
| | * | | | * generic/tclIO.c (CopyData): Applied another patch by Alexandreandreas_kupries2008-04-154-8/+60
| | * | | | bump release tagdgp2008-04-141-2/+2
| | * | | | * unix/tclUnixTime.c (TclpGetClicks, Tcl_GetTime): RemovedKevin B Kenny2008-04-142-5/+9
| | * | | | * generic/tclExecute.c: Plug memory leak introduced in thedgp2008-04-142-2/+8
| | * | | | * README: Bump version number to 8.4.19dgp2008-04-1111-26/+85
| | * | | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Keeping check for negativeandreas_kupries2008-04-104-23/+58
| | * | | | * tests/io.test (io-52.5): Removed '-size -1' from test, does notandreas_kupries2008-04-092-2/+7
| | * | | | * generic/tclIOCmd.c (Tcl_FcopyObjCmd): Added checking of -sizeandreas_kupries2008-04-093-2/+31
| | * | | | * tests/io.test (io-53.8,53.9,53.10): Backported das' fix of typoandreas_kupries2008-04-082-4/+9
| | * | | | * tests/io.test (io-53.10): Testcase for bi-directionaly fcopy.andreas_kupries2008-04-074-30/+119
| | * | | | Added forgotten reference to [Bug 1350564] in last entry.andreas_kupries2008-04-071-2/+3
| | * | | | * generic/tclIO.c (BUSY_STATE, CheckChannelErrors,andreas_kupries2008-04-073-5/+22
| | * | | | * tests/io.test (io-53.9): Added testcase for [Bug 780533], basedandreas_kupries2008-04-042-3/+57
| | * | | | * generic/tclIO.c (CopyData): Applied patch [Bug 1932639] toandreas_kupries2008-04-033-14/+76
| | * | | | * generic/tclIO.c (CopyData): Applied patch for the fcopy problemandreas_kupries2008-04-022-2/+10
| | * | | | * unix/configure: autoconf-2.13das2008-03-271-29/+10
| | * | | | * unix/dltest/Makefile.in: support use of LDFLAGS in SHLIB_LD.das2008-03-271-2/+5
| | * | | | * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-272-1/+9
| | * | | | Backported fix for #1923966patthoyts2008-03-243-3/+28
| | * | | | * macosx/tclMacOSXNotify.c: avoid using CoreFoundation after fork() ondas2008-03-112-7/+8