summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * generic/tclCompExpr.c: Added a "constant" field to the OpNodedgp2007-08-161-90/+296
* Fix [Bug 1773127]dkf2007-08-151-13/+21
* * generic/tclExecute.c (INST_INVOKE*): peephole opt, do not getMiguel Sofer2007-08-141-1/+6
* comment correctionsdgp2007-08-141-8/+7
* * generic/tclBasic.c: Use fully qualified variable names fordgp2007-08-141-3/+3
* * generic/tclExecute.c: Provide DECACHE/CACHE protection to thedgp2007-08-131-1/+3
* * generic/tclCmdMZ.c (Tcl_SplitObjCmd): use TclNewStringObj macroMiguel Sofer2007-08-121-5/+5
* * generic/tcl_Obj.c (TclAllocateFreeObjects): remove unneededMiguel Sofer2007-08-121-2/+1
* * generic/tclInt.h: remove redundant ops in TclNewStringObj macroMiguel Sofer2007-08-111-3/+6
* * generic/tclInt.h: fix the TclSetVarNamespaceVar macro, wasMiguel Sofer2007-08-101-3/+5
* Then reorder code todgp2007-08-101-219/+174
* * generic/tclCompExpr.c: Revise CompileExprTree() to use thedgp2007-08-101-65/+117
* * generic/tclProc.c (TclCreateProc): better comments on theMiguel Sofer2007-08-101-10/+9
* * generic/tclExecute.c (INST_STORE_ARRAY):Miguel Sofer2007-08-091-24/+13
* * generic/tclProc.c (InitLocalCache): reference firstLocalPtr viahobbs2007-08-081-8/+7
* * generic/tclExecute.c: Corrected failure to compile/linkdgp2007-08-081-2/+2
* * generic/tclExecute.c: Corrected improper use of bignum argumentsdgp2007-08-081-7/+14
* renamed InitCompiledLocals to InitResolvedLocals to make it clearer that itMiguel Sofer2007-08-081-8/+8
* * generic/tclInt.h: remove comments refering to VAR_SCALAR, asMiguel Sofer2007-08-082-80/+62
* * generic/tclInt.decls: Exporting via stubs to helpMiguel Sofer2007-08-074-7/+20
* * generic/tclEnv.c: improve environ handling on Mac OS X (adapteddas2007-08-071-31/+1
* * tests/parseExpr.test: Update source file name of expr parser code.dgp2007-08-061-262/+285
* * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-062-440/+725
* fix breakage in TCL_COMPILE_DEBUG builddas2007-08-051-9/+11
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-046-13/+61
* Tidying up.dkf2007-08-033-275/+324
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-013-5/+17
* * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-011-2/+2
* VarReform [Patch 1750051]Miguel Sofer2007-07-3118-2152/+2754
* comment fixMiguel Sofer2007-07-241-3/+2
* * generic/tclBasic.c (TEOvI, GetCommandSource):Miguel Sofer2007-07-244-73/+72
* * generic/tclParse.c: In contexts where interp and parsePtr->interpdgp2007-07-191-20/+20
* * generic/tclCompExpr.c: Removed unused arguments and variables.dgp2007-07-181-43/+25