summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix Tcl_Panic error message typo [Bug 1712602]hobbs2007-06-101-2/+2
* * README: updated links. [Bug 1715081]hobbs2007-06-102-34/+23
* * generic/tclExecute.c (TclExecuteByteCode): restore support forhobbs2007-06-102-9/+146
* * generic/tclInt.h:Miguel Sofer2007-06-105-103/+108
* fix for ne TclCleanupCommandMacro (doh!)Miguel Sofer2007-06-101-2/+2
* * generic/tclExecute.c (INST_INVOKE): isolated two vars to theMiguel Sofer2007-06-092-3/+6
* * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make theMiguel Sofer2007-06-092-41/+35
* added incompat warning in ChangelogMiguel Sofer2007-06-091-0/+8
* * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-097-159/+359
* * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in.das2007-06-092-2/+8
* Forgot to fix the relevant testsdkf2007-06-082-8/+8
* Make [string first] and [string last] clearerdkf2007-06-083-14/+22
* * generic/tclParse.c: fix for uninit read [Bug 1732414].Miguel Sofer2007-06-062-2/+7
* * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue.das2007-06-068-30/+100
* * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-057-12/+51
* * generic/tclInt.h:Miguel Sofer2007-06-053-190/+301
* Add missing constraintsdgp2007-06-041-3/+3
* * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning.das2007-06-032-1/+6
* * generic/tclBasic.c: Removed code that dealt withdgp2007-05-307-259/+167
* * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling ofhobbs2007-05-292-3/+12
* restore line endingsdgp2007-05-297-1058/+1058
* * unix/configure: autoconf-2.59 (FC6 fork)dgp2007-05-1813-65/+67
* suppress compiler warnings about values computed and not useddgp2007-05-171-3/+3
* Added macro version of Tcl_LimitReady.dkf2007-05-173-86/+126
* sync with core-8-4-branch tcl/changesdas2007-05-161-1/+3
* * generic/tcl.decls: workaround 'make checkstubs' failures fromdas2007-05-162-4/+22
* Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs tablejenglish2007-05-162-11/+14
* * win/configure: autoconf-2.59 (FC6 fork)dgp2007-05-156-33/+55
* * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPcpatthoyts2007-05-112-5/+6
* Minor whitespace cleanupdkf2007-05-111-1/+6
* Add a full stop to a commentdkf2007-05-111-2/+2
* Better const correctnessdkf2007-05-111-4/+4
* Minor comment improvements and code reordering for claritydkf2007-05-111-32/+42
* * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined,dgp2007-05-092-2/+7
* * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' &das2007-05-093-4/+116
* * generic/tclInt.h: fix warning when building threaded with -DPURIFY.das2007-05-091-1/+2
* [Tcl Bug 1706140]dgp2007-05-076-63/+69
* regendkf2007-05-052-2/+26
* Changes to allow the tip257 code to work as an extension properly post-tip280dkf2007-05-055-112/+174
* More type-pun warning squelchesdkf2007-05-054-273/+283
* Record the dll base addresses for some additional extensionspatthoyts2007-05-041-1/+5
* Comment and open file as textpatthoyts2007-05-041-3/+14
* * tests/encoding.test: Modified so that encoding tests happenKevin B Kenny2007-05-044-18/+55
* Changelog clarificationMiguel Sofer2007-05-031-1/+2
* * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath):Kevin B Kenny2007-05-022-3/+14
* Convert to using ANSI function definitions.dkf2007-05-027-1066/+1058
* * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-022-2/+7
* * tests/utf.test (utf-25.1--utf-25.4): Modified tests toKevin B Kenny2007-05-022-33/+70
* * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtrMiguel Sofer2007-05-022-2/+13
* * generic/tclIO.c (DeleteChannelTable): Made changes so thatKevin B Kenny2007-05-013-76/+91