summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * generic/tclExecute.c (VerifyExprObjType): use GET_WIDE_OR_INT tohobbs2004-05-251-2/+3
* One more fix; this time it really does let this file build...dkf2004-05-211-9/+15
* Make TCL_COMPILE_DEBUG path through TEBC work...dkf2004-05-211-7/+7
* Variables should only ever be declarated at the start of a block...dkf2004-05-211-3/+3
* 2004-05-21 Miguel Sofer <msofer@users.sf.net>Miguel Sofer2004-05-211-1114/+1275
* * generic/tclExecute.c (TclExecuteByteCode): added comments toMiguel Sofer2004-05-181-21/+56
* Improved TIP#143 tests and now track the number of bytecoded commands better.dkf2004-05-171-2/+3
* (FIXED PATCH)Miguel Sofer2004-05-171-12/+12
* oops ... reverting last (buggy) commitMiguel Sofer2004-05-171-10/+12
* * generic/tclExecute.c (TclExecuteByteCode): remove one level ofMiguel Sofer2004-05-171-12/+10
* * generic/tclExecute.c (INST_CALL_FUNC1): bugfix; restoredMiguel Sofer2004-05-161-1/+3
* * generic/tclBasic.c (Tcl_DeleteInterp):Miguel Sofer2004-05-161-3/+8
* * generic/tclCompile.h:Miguel Sofer2004-05-161-99/+90
* * generic/tclExecute.h:Miguel Sofer2004-05-141-250/+74
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-22/+59
* Optimisations for INST_START_CMD [Bug 926164].Miguel Sofer2004-05-121-25/+34
* Patch 922727 committed. Implements three changes:dgp2004-04-061-5/+3
* * generic/tclExecute.c (TEBC): reverting to the previous methodMiguel Sofer2004-03-301-14/+36
* * generic/tclCompile.c: New instruction code INST_START_CMDMiguel Sofer2004-03-301-34/+46
* Full bytecode compilation for [lassign]dkf2004-01-181-1/+120
* Patch 876451: restores performance of [return]. Also allows formsdgp2004-01-131-6/+17
* * generic/tclCompExpr.c (CompileLandOrLorExpr): new logic, fewerMiguel Sofer2004-01-121-4/+18
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-14/+14
* Miguel's masking bits had the wrong sense. I should have spotteddkf2003-11-161-2/+2