Artifact d66fb98565792769b5d2cd31271f92afeb7d8430:
- File generic/tclCompExpr.c — part of check-in [42d08624f2] at 2000-05-26 08:53:40 on branch trunk — * generic/tclCompExpr.c: changed INST_STREQ -> INST_STR_EQ, INST_STRNEQ -> INST_STR_NEQ * generic/tclCompile.c: added streq, strneq, strcmp, strlen & strmatch to the compiled stats instructionTable * generic/tclCompile.h: added instructions INST_STR_CMP, INST_STR_INDEX, INST_STR_MATCH * generic/tclCompCmds.c: added byte compiler support for [string compare|match|index]. * generic/tclExecute.c: Changed INST_STR_(N)EQ to return an Int object and not bother trying to reuse the top stack object. Added INST_STR_CMP, INST_STR_INDEX, INST_STR_MATCH bytecode ops. Extended evalstats output info with Tcl_IsShared stat info. (user: hobbs size: 31966)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.