summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18dgp2008-02-0611-27/+69
* * unix/configure.in (Darwin): correct Info.plist year substitution indas2008-02-023-5/+12
* * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-302-2/+6
* * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel):hobbs2008-01-142-3/+9
* * doc/filename.n: Typocore_8_4_17dgp2007-12-312-3/+4
* * changes: updates for 8.4.17 release.dgp2007-12-312-1/+26
* Fixes for problems created when processing regular expressions thatdkf2007-12-187-15/+110
* remove note about gcc compiler warningshobbs2007-12-141-4/+2
* updated noteshobbs2007-12-142-36/+34
* Appled the change to tclUnixcompat.c already stated invasiljevic2007-12-141-0/+5
* TclpGetHostByName: The six-argument form of getaddressbyname_r() usesvasiljevic2007-12-141-5/+6
* * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flaghobbs2007-12-143-3/+34
* Prevent shimmering crash in [lsearch] when -exact and -integer/-real aredkf2007-12-053-2/+18
* * win/tclWinSock.c (Tcl_GetHostName): update to previous fix tohobbs2007-11-292-40/+21
* * win/tclWinSock.c: Add missing encoding conversion of thedgp2007-11-272-5/+23
* * generic/tclThread.c: Back-port locking changes from Tcl8.5vasiljevic2007-11-262-1/+17
* * generic/regc_nfa.c: Fixed infinite loop in the regexp compilerdgp2007-11-154-11/+69
* The six-argument form of getaddressbyname_r() uses the fifth argument todkf2007-11-132-2/+8
* autoconf-2.13das2007-11-091-28/+9
* typo fixesdgp2007-11-052-3/+3
* Backport of fix for first part of [Bug 1810264]dkf2007-10-302-1/+6
* * generic/tclParse.c (Tcl_ParseBraces): fix for possible readMiguel Sofer2007-10-152-2/+7
* * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deletedMiguel Sofer2007-10-032-2/+10
* * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29hobbs2007-10-022-3/+9
* * README: Bump version number to 8.4.17dgp2007-10-0210-25/+57
* s/amount/amt/ [Bug 1800153]das2007-09-221-2/+2
* document --enable-dtrace configure optioncore_8_4_16das2007-09-201-1/+5
* * doc/load.n: Backport corrected example.dgp2007-09-202-5/+9
* * unix/Makefile.in: Update `make dist` so that tclDTrace.d isdgp2007-09-192-2/+5
* typodgp2007-09-191-1/+0
* * generic/tclPkg.c: Backport fix for [1573844] to thedgp2007-09-193-814/+502
* Darwin changes for 8.4.16das2007-09-181-4/+6
* *** 8.4.16 TAGGED FOR RELEASE ***dgp2007-09-182-2/+37
* * unix/tcl.m4 (SunOS-5.1x): replace direct use of '/usr/ccs/bin/ld'das2007-09-153-308/+324
* typodas2007-09-141-1/+1
* whitespacedas2007-09-131-2/+2
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-1312-486/+1075
* * library/tcltest/tcltest.tcl: Accept underscores and colons indgp2007-09-113-5/+12
* Fix for AMD64 target symbols builds.patthoyts2007-09-113-13/+23
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-102-2/+14
* Fixed obvious stupid error. [Bug 1786647]dkf2007-09-061-1/+1
* fix building on Pantherdas2007-09-051-1/+2
* * generic/tclClock.c (FormatClock): Claimed additional space forKevin B Kenny2007-08-252-1/+11
* * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-242-5/+10
* ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
* * tests/trace.test: Backport some tests.dgp2007-08-142-1/+31
* * unix/tclLoadDyld.c: use dlfcn API on Mac OS X 10.4 and later; fixdas2007-08-143-178/+389
* fix missing preprocessor \ line continuationdas2007-08-111-2/+2
* * unix/Makefile.in: add support for compile flags specific todas2007-08-074-29/+49
* * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-072-27/+11