summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* comment typodas2007-10-121-2/+2
* * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-112-81/+43
* * generic/tclObj.c: remove superfluous #include of tclCompile.hMiguel Sofer2007-10-111-2/+1
* Fix my silly blunder with an undeclared variable.dkf2007-10-091-2/+3
* * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29hobbs2007-10-021-3/+4
* * generic/tcl.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
* Add a new command, ::tcl::unsupported::disassembledkf2007-09-256-166/+406
* fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1das2007-09-201-1/+4
* * README: Bump version number to 8.5b1dgp2007-09-191-4/+4
* formattingdgp2007-09-191-9/+5
* Replace isdigit call with an internal implementation to avoid libc linkage on...patthoyts2007-09-191-2/+11
* * generic/tclStubLib.c: Remove C library calls from Tcl_InitStubs()dgp2007-09-181-2/+8
* * generic/tcl.h: Revised Tcl_InitStubs() to restore Tcl 8.4dgp2007-09-173-5/+70
* (CopyData): avoid leaking msg and errObj (if interp == NULL)das2007-09-171-15/+27
* Generate literal values more efficiently using TclNewLiteralStringObj macro.dkf2007-09-174-53/+54
* Minor cleanup of NULL usagedkf2007-09-171-13/+16
* Only invalidate the namespace path once on command creation. [1519940]dkf2007-09-141-2/+1
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-137-22/+561
* * generic/tclCmdIL.c: factor our core of InfoFrameCmd() into internaldas2007-09-131-14/+41
* * doc/package.n: Restored the functioning ofdgp2007-09-111-188/+57
* * generic/tclCompCmds.c (TclCompileDictCmd-update):Miguel Sofer2007-09-113-21/+37
* * generic/tclExecute.c: Corrected an off-by-one error in theKevin B Kenny2007-09-111-3/+25
* * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-101-2/+9
* * generic/tclCompile.c: fix tclInstructionTable entry forMiguel Sofer2007-09-102-10/+3
* * doc/package.n: Restored the document parallel syntax of thedgp2007-09-101-55/+35
* 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-095-242/+112
* Correct stack effect value in table.dgp2007-09-091-2/+2
* * generic/tclCompCmds.c: Use the new INST_REVERSE instructiondgp2007-09-094-63/+74
* * generic/tclCompCmds.c (TclCompilePowOpCmd): Make a separatedgp2007-09-091-7/+16
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-081-7/+4
* Fix [Bug 1786481]dkf2007-09-082-2/+20
* * generic/tclEvent.c ([::tcl::Bgerror]): Corrections to Tcl'sdgp2007-09-071-13/+27
* * generic/tclProc.c (TclInitCompiledLocals): the refCount ofMiguel Sofer2007-09-071-2/+4
* * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-072-33/+26
* header cleanupdgp2007-09-071-2/+2
* * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-061-3/+3
* * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-068-41/+118
* * generic/tclBasic.c: Removed support for the unmaintaineddgp2007-09-052-25/+2
* * tests/lindex.test (lindex-17.[01]): Added code to detect theKevin B Kenny2007-09-031-2/+9
* * generic/tclObj.c (TclInitObjSubsystem): restore registration of thedas2007-09-031-2/+35
* make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* fix warnings about 64bit signed vs unsigned comparisondas2007-09-031-3/+3
* * generic/tclCompile.c: Added fflush() calls following all callers ofdgp2007-08-302-2/+4
* * generic/tclCompExpr.c: Use a table lookup in ParseLexeme()dgp2007-08-281-63/+55
* * generic/tclBasic.c: Used unions to better clarify overloading ofdgp2007-08-283-38/+66
* typodas2007-08-271-2/+3
* * generic/tclCompExpr.c: Call TclCompileSyntaxError() whendgp2007-08-275-189/+72
* * generic/tclCompile.c: Move the deallocation of local LiteralTabledgp2007-08-273-24/+7
* * generic/tclCompExpr.c: Force numeric and boolean literalsdgp2007-08-271-7/+26