summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-1/+126
* * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-2/+1
* Ensure that the count of commands commenced by bytecode is correct at all timesdkf2007-04-011-303/+543
* * generic/tclExecute.c: optimise the lookup of elements of indexedMiguel Sofer2007-03-301-11/+39
* * generic/tclExecute.c: Revised GrowEvaluationStack to take andgp2007-03-221-30/+31
* * generic/tclExecute.c: More ckalloc -> ckrealloc conversions.dgp2007-03-211-20/+11
* Fix trivial error in comment.dkf2007-03-201-2/+2
* * generic/tclExecute.c (INST_FOREACH_STEP4): Make private copydgp2007-03-121-3/+5
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-26/+23
* various "const" additions, in line with TIP #27nijtmans2007-02-201-68/+69
* * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmddgp2006-12-081-4/+2
* * generic/tclCompCmds.c: Additional commits correct mostdgp2006-12-071-5/+16
* TIP#298 IMPLEMENTATIONdgp2006-12-011-77/+17
* fix warningsdas2006-12-011-3/+3
* * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-5/+106
* * generic/tclExecute.c (TclIncrObj): Correct failure to detectdgp2006-11-271-2/+2
* * generic/tclExecute.c (INST_EXPON): Corrected crash ondgp2006-11-171-1/+6
* TIP#270 IMPLEMENTATIONdgp2006-11-151-4/+4
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-4/+4
* * generic/tclBasic.c: Further revised TclAppendPrintToObj() anddgp2006-11-021-3/+3
* * generic/tclBasic.c: Refactored and renamed the routinesdgp2006-10-311-7/+4
* * generic/tclExecute.c (INST_MOD): Corrected improper testing ofdgp2006-10-301-3/+3
* * generic/tclExecute.c: Corrected error in INST_LSHIFT in thedgp2006-09-281-2/+2
* * generic/tclExecute.c (INST_EXPON): Native type overflow detectiondgp2006-09-191-46/+6
* * generic/tclExecute.c: Corrected INST_EXPON flaw that treateddgp2006-09-111-1/+4
* add casts to make gcc2 happy with previous commit [Bug 1548330]das2006-08-291-25/+25
* fixed printf format warnings from gcc4 when TCL_COMPILE_STATS defineddas2006-08-281-7/+7
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-5/+5
* * generic/tclExecute.c: Corrected flawed overflow detection indgp2006-07-261-2/+5
* * generic/tclExecute.c:Miguel Sofer2006-07-211-4/+9
* * generic/regc_locale.c (cclass):das2006-07-201-5/+5
* * generic/tclIOUtil.c: Changed default configuration todgp2006-06-211-3/+1
* * generic/tclExecute.c: remove unused var and silence gcc warningMiguel Sofer2006-03-301-3/+6
* * generic/tclExecute.c: Revised INST_MOD implementation to dodgp2006-03-291-28/+154
* * generic/tclExecute.c: Merge INST_MOD computation in with thedgp2006-03-271-2/+2
* * generic/tclExecute.c: Merge INST_MOD computation in with thedgp2006-03-271-431/+64
* * generic/tclExecute.c: Corrections to INST_EXPON detection ofdgp2006-03-251-4/+8
* add missing casts to int that were making VC6 complainKevin B Kenny2006-03-241-3/+3
* * generic/tclExecute.c: Revised INST_EXPON implementation to dodgp2006-03-241-190/+122
* avoid unused var compiler warningdas2006-03-241-2/+2
* * generic/tclExecute.c: Merged INST_EXPON handling in with the otherdgp2006-03-231-91/+68
* * generic/tclExecute.c: Complete missing bit of TIP 215 implementationdgp2006-03-081-2/+2
* TIP#215 IMPLEMENTATIONdgp2006-02-091-2/+2
* Export Tcl_InitBignumFromDoubleKevin B Kenny2005-12-271-3/+3
* A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster).dkf2005-12-181-12/+19
* Fix [Bug 1379349]dkf2005-12-131-4/+7
* New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case ofdkf2005-11-301-17/+41
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+3
* * generic/tclBinary.c:Miguel Sofer2005-11-041-7/+1
* ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-184/+222