summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. ObjMiguel Sofer2005-10-221-4/+4
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-31/+1
* * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND):Miguel Sofer2005-10-191-2/+2
* * generic/tclExecute.c: Added optimization for I32L64 systems todgp2005-10-181-2/+22
* * generic/tclExecute.c: Restored some optimizations of thedgp2005-10-151-25/+103
* more revisions to TclIncrObjdgp2005-10-141-23/+39
* removed another do {} while(0)Kevin B Kenny2005-10-141-11/+10
* Tidied up do {...} while(0)Kevin B Kenny2005-10-141-67/+21
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-11/+3
* * generic/tclExecute.c (GetNumberFromObj): Restored some lostdgp2005-10-121-1/+7
* performance improvements to [incr]Kevin B Kenny2005-10-121-60/+65
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Alsodgp2005-10-101-1/+2
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.dgp2005-10-101-4/+6
* removing wrong commentMiguel Sofer2005-10-101-2/+1
* * generic/tclExecute.c: fixing errors in last commit.Miguel Sofer2005-10-101-1/+3
* * generic/tclBasic.c:Miguel Sofer2005-10-091-51/+67
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1009/+1656
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-2/+3
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-6/+6
* Fix memory leak caused by throwing away a duplicated objectdkf2005-08-251-5/+4
* * generic/tclExecute.c (INST_DICT_*): stop 2 compilerMiguel Sofer2005-07-231-2/+3
* Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism.dkf2005-07-221-9/+25
* Compiler for [dict] and related changes.dkf2005-07-211-4/+525
* Purely style-guide cleansingdkf2005-07-111-2163/+2063
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-07-091-49/+141
* * generic/tclExecute.c (TclExecuteByteCode):mdejong2005-06-291-5/+29
* typosdkf2005-06-201-1/+2
* Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112]dkf2005-06-201-153/+149
* * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper arounddgp2005-05-181-46/+31
* * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration.dgp2005-05-131-4/+2
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-865/+32
* * generic/tclExecute.c (ExponLong, ExponWide): fixed special caseMiguel Sofer2005-05-101-3/+3
* fix commentsMiguel Sofer2005-04-251-2/+5
* * generic/tclExecute.c: fix for [Bug 1189274].Miguel Sofer2005-04-251-2/+2
* The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bringdgp2005-04-221-5/+5
* * generic/tclGet.c: Radical code simplification. Converteddgp2005-04-211-5/+5
* * generic/tclExecute.c: missing semicolons caused failure toMiguel Sofer2005-04-151-3/+3
* fix in last commitMiguel Sofer2005-04-091-6/+7
* * generic/tclExecute.c: fix possible leak of expansion Tcl_ObjsMiguel Sofer2005-04-091-3/+12
* * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into thedgp2005-04-051-6/+2
* * generic/tclExecute.c: small opts in obj handlingMiguel Sofer2005-04-041-61/+46
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-5/+4
* slight reduction in cost of INST_START_CMDMiguel Sofer2005-04-011-7/+29
* * generic/tclExecute.c:Miguel Sofer2005-04-011-4/+11
* * generic/tclExecute.c:Miguel Sofer2005-04-011-82/+96
* * generic/tclExecute.c (INST_JUMP_TRUE/FALSE): replacedMiguel Sofer2005-03-311-70/+58
* * generic/tclExecute.c: fixed INST_PUSH1's debugging code (wrongMiguel Sofer2005-03-141-2/+2
* * generic/tclExecute.c: new peephole optimisation for INST_PUSH1;Miguel Sofer2005-03-071-6/+27
* * generic/tclExecute.c (TclCompEvalObj): Removed stray statementdgp2005-02-011-2/+1
* Avoid sharing cmdName literals accross namespaces, and generalise usage ofMiguel Sofer2004-12-241-2/+2