summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 forkennykb2007-08-252-1/+11
* * generic/tclCompile.c: replaced copy loop that tripped somemsofer2007-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
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-192-8/+13
* * library/init.tcl (unknown): Corrected inconsistent error messagedgp2007-07-052-12/+16
* De-fang an instance of the shared-result anti-pattern. [Bug 1716704]dkf2007-06-302-1/+10
* Prevent RemeberSyncObj() from growing the syncvasiljevic2007-06-302-3/+20
* * generic/tclAlloc.c: on Darwin, ensure memory allocated bydas2007-06-293-50/+71
* formattingdgp2007-06-271-2/+2
* * generic/tclCmdMZ.c: Corrected broken trace reversal logic indgp2007-06-274-8/+34
* * macosx/tclMacOSXNotify.c (AtForkChild): don't call CoreFoundationdas2007-06-232-6/+30
* * README: updated links. [Bug 1715081]hobbs2007-06-102-27/+19
* * unix/configure.in (Darwin): add plist for tclsh; link thedas2007-06-066-356/+401
* * tests/result.test (result-6.2): Add test for Bug 1649062 sodgp2007-06-052-0/+21
* * README: Bump version number to 8.4.16dgp2007-05-3010-34/+85
* * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling ofhobbs2007-05-292-1/+10
* typocore-8-4-15dgp2007-05-241-1/+0
* * generic/tclIO.c: Backport memleak fix in TclFinalizeIOSubsystem.dgp2007-05-242-75/+85
* * tests/fCmd.test: Backport the notNetworkFilesystem constraint.dgp2007-05-172-7/+10
* sync with HEAD tcl/changesdas2007-05-161-2/+4
* Mark tag for 8.4.15 (RC1) releasedgp2007-05-161-0/+4
* * generic/tclNamesp.c: Plugged memory leak related todgp2007-05-152-2/+11
* * changes: updates for 8.4.15 release.dgp2007-05-154-5/+39
* * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-102-2/+5
* [Tcl Bug 1706140]dgp2007-05-105-53/+54
* * unix/Makefile.in: add 'tclsh' dependency to install targets that relydas2007-04-302-4/+9
* * macosx/tclMacOSXNotify.c: fix warnings.das2007-04-296-134/+186
* * unix/Makefile.in (dist): copy license.terms to dist macosx dir.das2007-04-293-12/+15
* * unix/tclLoadDyld.c (TclpLoadMemory): fix (void*) arithmetic.das2007-04-291-42/+48