| Commit message (Expand) | Author | Age | Files | Lines |
* | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 1 | -1/+18 |
|
|
* | * unix/configure.in (Darwin): correct Info.plist year substitution in | das | 2008-02-02 | 1 | -0/+7 |
|
|
* | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] | Miguel Sofer | 2008-01-30 | 1 | -0/+4 |
|
|
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -0/+5 |
|
|
* | * doc/filename.n: Typocore_8_4_17 | dgp | 2007-12-31 | 1 | -1/+2 |
|
|
* | * changes: updates for 8.4.17 release. | dgp | 2007-12-31 | 1 | -0/+6 |
|
|
* | Fixes for problems created when processing regular expressions that | dkf | 2007-12-18 | 1 | -0/+9 |
|
|
* | updated notes | hobbs | 2007-12-14 | 1 | -0/+4 |
|
|
* | Appled the change to tclUnixcompat.c already stated in | vasiljevic | 2007-12-14 | 1 | -0/+5 |
|
|
* | * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag | hobbs | 2007-12-14 | 1 | -0/+6 |
|
|
* | Prevent shimmering crash in [lsearch] when -exact and -integer/-real are | dkf | 2007-12-05 | 1 | -0/+5 |
|
|
* | * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to | hobbs | 2007-11-29 | 1 | -0/+5 |
|
|
* | * win/tclWinSock.c: Add missing encoding conversion of the | dgp | 2007-11-27 | 1 | -0/+7 |
|
|
* | * generic/tclThread.c: Back-port locking changes from Tcl8.5 | vasiljevic | 2007-11-26 | 1 | -0/+6 |
|
|
* | * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler | dgp | 2007-11-15 | 1 | -0/+8 |
|
|
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 1 | -0/+6 |
|
|
* | Backport of fix for first part of [Bug 1810264] | dkf | 2007-10-30 | 1 | -0/+5 |
|
|
* | * generic/tclParse.c (Tcl_ParseBraces): fix for possible read | Miguel Sofer | 2007-10-15 | 1 | -0/+5 |
|
|
* | * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted | Miguel Sofer | 2007-10-03 | 1 | -0/+7 |
|
|
* | * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 | hobbs | 2007-10-02 | 1 | -0/+5 |
|
|
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 1 | -0/+13 |
|
|
* | * doc/load.n: Backport corrected example. | dgp | 2007-09-20 | 1 | -1/+5 |
|
|
* | * unix/Makefile.in: Update `make dist` so that tclDTrace.d is | dgp | 2007-09-19 | 1 | -0/+3 |
|
|
* | typo | dgp | 2007-09-19 | 1 | -1/+0 |
|
|
* | * generic/tclPkg.c: Backport fix for [1573844] to the | dgp | 2007-09-19 | 1 | -1/+7 |
|
|
* | *** 8.4.16 TAGGED FOR RELEASE *** | dgp | 2007-09-18 | 1 | -1/+7 |
|
|
* | * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld' | das | 2007-09-15 | 1 | -0/+6 |
|
|
* | typo | das | 2007-09-14 | 1 | -1/+1 |
|
|
* | * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allows | das | 2007-09-13 | 1 | -0/+16 |
|
|
* | * library/tcltest/tcltest.tcl: Accept underscores and colons in | dgp | 2007-09-11 | 1 | -0/+7 |
|
|
* | Fix for AMD64 target symbols builds. | patthoyts | 2007-09-11 | 1 | -0/+5 |
|
|
* | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being | hobbs | 2007-09-10 | 1 | -0/+5 |
|
|
* | * generic/tclClock.c (FormatClock): Claimed additional space for | Kevin B Kenny | 2007-08-25 | 1 | -0/+7 |
|
|
* | * generic/tclCompile.c: replaced copy loop that tripped some | Miguel Sofer | 2007-08-24 | 1 | -0/+5 |
|
|
* | * tests/trace.test: Backport some tests. | dgp | 2007-08-14 | 1 | -0/+4 |
|
|
* | * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fix | das | 2007-08-14 | 1 | -0/+7 |
|
|
* | * unix/Makefile.in: add support for compile flags specific to | das | 2007-08-07 | 1 | -0/+14 |
|
|
* | * generic/tclParse.c: In contexts where interp and parsePtr->interp | dgp | 2007-07-19 | 1 | -0/+5 |
|
|
* | * library/init.tcl (unknown): Corrected inconsistent error message | dgp | 2007-07-05 | 1 | -0/+5 |
|
|
* | De-fang an instance of the shared-result anti-pattern. [Bug 1716704] | dkf | 2007-06-30 | 1 | -0/+5 |
|
|
* | Prevent RemeberSyncObj() from growing the sync | vasiljevic | 2007-06-30 | 1 | -0/+6 |
|
|
* | * generic/tclAlloc.c: on Darwin, ensure memory allocated by | das | 2007-06-29 | 1 | -0/+6 |
|
|
* | formatting | dgp | 2007-06-27 | 1 | -2/+2 |
|
|
* | * generic/tclCmdMZ.c: Corrected broken trace reversal logic in | dgp | 2007-06-27 | 1 | -0/+7 |
|
|
* | * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundation | das | 2007-06-23 | 1 | -3/+8 |
|
|
* | * README: updated links. [Bug 1715081] | hobbs | 2007-06-10 | 1 | -0/+4 |
|
|
* | * unix/configure.in (Darwin): add plist for tclsh; link the | das | 2007-06-06 | 1 | -0/+9 |
|
|
* | * tests/result.test (result-6.2): Add test for Bug 1649062 so | dgp | 2007-06-05 | 1 | -0/+5 |
|
|
* | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 1 | -0/+13 |
|
|
* | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -0/+5 |
|
|