summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclTest.c: Added two new functions to allocate memoryMiguel Sofer2004-12-151-1/+82
* * generic/tclInt.h: Moved verification of ptrdiff_t typedef fromdgp2004-11-121-7/+1
* Final fix for NaN != NaN bug. Thanks to Miguel Sofer for his improved patch.dkf2004-11-021-10/+62
* Remove unused labeldkf2004-11-011-2/+1
* Fix for [Bug 761471]; NaN is now *never* equal to NaN...dkf2004-11-011-19/+5
* fix for execution stack corruption [Bug 1055676]. Credit dgp for detectiveMiguel Sofer2004-10-281-1/+3
* * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):dgp2004-10-251-37/+2
* defined new macros to get/set the flags of variables.Miguel Sofer2004-10-251-24/+12
* Whitespace policedkf2004-10-221-25/+25
* Standardize way of calling object freeIntRepProcs...dkf2004-10-221-3/+3
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp):dgp2004-10-181-6/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-13/+6
* Core of implementation of TIP#201 ('in' and 'ni' operators)dkf2004-10-081-1/+66
* Formatting fixes.dkf2004-10-061-8/+8
* * generic/tclBasic.c:dgp2004-10-061-43/+31
* * generic/tclBasic.c: Corrections to the 2004-09-21 commitdgp2004-09-241-1/+2
* * generic/tclExecute.c (INST_START_CMD):Miguel Sofer2004-09-221-2/+3