summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* updated some comments msofer_bcEngineMiguel Sofer2001-07-131-1/+3
* small changes in tclExecute.cMiguel Sofer2001-07-131-65/+67
* change from HEADMiguel Sofer2001-06-021-3/+3
* removed Tcl_DuplicateObj from INST_DUPMiguel Sofer2001-05-221-2/+2
* regrouping instructionsMiguel Sofer2001-05-191-90/+26
* Update to head -> S4-0-2Miguel Sofer2001-05-191-26/+374
* better commentsMiguel Sofer2001-04-301-20/+11
* revert stupid mistake in tclExecute.cMiguel Sofer2001-04-301-2/+1
* cleanup of tclExecute.hMiguel Sofer2001-04-301-1/+2
* Small bugfixes in the MSVC versionMiguel Sofer2001-04-271-2/+2
* First CVS version of the S4 engine (slight updates & bugfixes fromMiguel Sofer2001-04-111-0/+5071
* Added for the branch msofer-bcEngine; contains compiler-dependent Miguel Sofer2001-04-111-5359/+0
* Added some casts to ClientData that are apparently needed on somedkf2001-03-131-5/+5
* Fixed bug that could leave saved data for [info level] pointing intodkf2001-03-021-10/+34
* 2000-12-14 Don Porter <dgp@users.sourceforge.net>dgp2000-12-141-21/+33
* * docs/scan.n:hobbs2000-12-101-10/+12
* Logical negation "!" can now handle string booleans, provided thosedkf2000-11-241-1/+7
* * generic/tclExecute.c (TclExecuteByteCode): INST_STR_INDEX fixedhobbs2000-09-061-13/+32
* * generic/tclExecute.c (TclExecuteByteCode INST_STR_CMP): addedhobbs2000-06-061-1/+5
* * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ,hobbs2000-05-261-40/+168
* * generic/tclInt.h: Added function prototypes forericm2000-05-231-1/+20
* * doc/expr.n:hobbs2000-05-091-2/+53
* * tests/namespace.test:hobbs2000-03-271-22/+31
* * tests/var.test:hobbs1999-12-121-35/+52
* * tests/expr-old.test:hobbs1999-12-041-228/+160
* * tests/execute.test:stanton1999-06-161-4/+4
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-922/+1125
* eliminated purify warning and other lintstanton1998-11-191-2/+7
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* - modified to use the AuxDataType setup.escoffon1998-07-011-3/+5
* removed dead codestanton1998-06-181-3/+0
* Initial revisionrjohnson1998-03-261-0/+4929