summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclBasic.c: Reworked management of the interpdgp2004-09-211-6/+1
* * generic/tclExecute.c (TclCompEvalObj): Simplifieddgp2004-09-211-62/+13
* Fix silly mistakes :} and make sure that the original bug is a test case.dkf2004-09-181-13/+17
* Make sure large shifts shift for real. [Bug 868467]dkf2004-09-181-7/+72
* * generic/tclExecute.c (INST_CONCAT1): fix for [Bug 1025834];Miguel Sofer2004-09-111-37/+55
* * generic/tclExecute.c (INST_CONCAT1): added a peepholeMiguel Sofer2004-09-101-1/+15
* * generic/tclExecute.c (TEBC): fixed leak of expandNestList objsMiguel Sofer2004-07-111-1/+15
* added support for wide integers to round(); [Bug 908375], reported byMiguel Sofer2004-07-031-40/+36
* * generic/tclCompile.c:Miguel Sofer2004-06-081-3/+3
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-271-1/+6
* * generic/tclExecute.c:Miguel Sofer2004-05-271-3/+4