summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* fix warnings about signed vs unsigned comparison (type of sizeof() is size_t ...das2007-08-271-7/+7
* * generic/tclExecute.c (TclExecuteByteCode): Added code to handleKevin B Kenny2007-08-251-3/+425
* * generic/tclCompExpr.c: Register literals found in expressionsdgp2007-08-241-5/+29
* * generic/tclCompile.c: replaced copy loop that tripped someMiguel Sofer2007-08-241-5/+5
* * generic/tclCompCmds.c (TclCompileReturnCmd): Added crash protectiondgp2007-08-231-2/+29
* * generic/tclCompExpr.c: Suppress the attempt to convert todgp2007-08-231-2/+2
* ensure WORDS_BIGENDIAN redefinition is consistent with autoconf definitiondas2007-08-231-2/+2
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-3/+1
* Missing init in ParseExpr().dgp2007-08-222-4/+3
* * generic/tclExecute.c (TEBC): disable the new shortcut to frequentMiguel Sofer2007-08-221-2/+4
* * generic/tclMain.c: Corrected the logic of dropping the lastdgp2007-08-211-17/+27
* * generic/tclExecute.c (INST_SUB): fix usage of the new macro forMiguel Sofer2007-08-201-3/+10
* Swapped the order in the Overflowing macro (created in the last commit byMiguel Sofer2007-08-191-2/+5
* Make Miguel's overflow-detection more mnemonic with a macro.dkf2007-08-191-73/+86
* * generic/tclExecute.c: changed the check for overflow in sums,Miguel Sofer2007-08-191-18/+12
* * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-171-9/+42
* * generic/tclExecute.c: check the two most frequent instructionsMiguel Sofer2007-08-161-1/+17