summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-1315-35/+883
* * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
* * unix/Makefile.in: Perform missing updates of the tcltest Tcldgp2007-09-123-6/+12
* Use nmakehlp to substitute values for tclConfig.sh (helps cross-compiling).patthoyts2007-09-124-76/+223
* * library/tcltest/tcltest.tcl: Accept underscores and colons indgp2007-09-114-11/+15
* * doc/package.n: Restored the functioning ofdgp2007-09-114-213/+87
* Changelog incompat warning for precompiled scriptsMiguel Sofer2007-09-111-0/+4
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-114-21/+44
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-112-3/+31
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-102-2/+14
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-103-10/+11
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-104-65/+51
* Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish.dkf2007-09-103-344/+332
* * generic/tclInt.h: Removed the "nsName" Tcl_ObjType from thedgp2007-09-0911-295/+175
* Correct stack effect value in table.dgp2007-09-091-2/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-096-66/+86
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-092-7/+21
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-082-7/+9
* Fix [Bug 1786481]dkf2007-09-084-22/+90
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-073-14/+74
* * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-072-2/+10
* * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-074-35/+37
* header cleanupdgp2007-09-072-4/+3
* * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-062-3/+7
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-069-41/+135
* typodas2007-09-061-2/+2
* * macosx/Tcl.xcode/project.pbxproj: discontinue unmaintained supportdas2007-09-067-127/+77
* discontinue support for Xcode 1.5 (project was no longer being maintained); m...das2007-09-062-7845/+2561
* replace (ab)use of GENERIC_FLAGS as a unix/Makefile override by dedicated EXT...das2007-09-062-7/+7
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-054-43/+18
* correct autoconf/autoheader dependenciesdas2007-09-051-9/+8
* fix building on Pantherdas2007-09-051-1/+2
* * unix/Makefile.in: It's unreliable to count on the releasedgp2007-09-042-2/+6
* * unix/Makefile.in: Corrections to `make dist` dependencies to bedgp2007-09-041-2/+2
* * unix/Makefile.in: Corrections to `make dist` dependencies to bedgp2007-09-042-3/+10
* * tests/lindex.test (lindex-17.[01]): Added code to detect theKevin B Kenny2007-09-033-3/+38
* Olson's tzdata2007gKevin B Kenny2007-09-0317-2550/+2617
* * generic/tclObj.c (TclInitObjSubsystem): restore registration of thedas2007-09-032-2/+41
* make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* fix warnings about 64bit signed vs unsigned comparisondas2007-09-031-3/+3
* Doc clarification.dkf2007-09-022-4/+12
* * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-303-2/+11
* * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-282-63/+58
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-284-38/+72
* typodas2007-08-271-2/+3
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-276-189/+87
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-274-24/+11
* * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-272-7/+32
* fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ...das2007-08-271-7/+7
* * library/clock.tcl (ParseClockScanFormat): Modified code to allowKevin B Kenny2007-08-253-20/+67