summaryrefslogtreecommitdiffstats
path: root/generic/tclExecute.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. ObjMiguel Sofer2005-10-221-4/+4
* * generic/tclClock.c: Removed some dead code.dgp2005-10-191-31/+1
* * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND):Miguel Sofer2005-10-191-2/+2
* * generic/tclExecute.c: Added optimization for I32L64 systems todgp2005-10-181-2/+22
* * generic/tclExecute.c: Restored some optimizations of thedgp2005-10-151-25/+103
* more revisions to TclIncrObjdgp2005-10-141-23/+39
* removed another do {} while(0)Kevin B Kenny2005-10-141-11/+10
* Tidied up do {...} while(0)Kevin B Kenny2005-10-141-67/+21
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-11/+3
* * generic/tclExecute.c (GetNumberFromObj): Restored some lostdgp2005-10-121-1/+7
* performance improvements to [incr]Kevin B Kenny2005-10-121-60/+65
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Alsodgp2005-10-101-1/+2
* * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build.dgp2005-10-101-4/+6
* removing wrong commentMiguel Sofer2005-10-101-2/+1
* * generic/tclExecute.c: fixing errors in last commit.Miguel Sofer2005-10-101-1/+3
* * generic/tclBasic.c:Miguel Sofer2005-10-091-51/+67
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1009/+1656
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-2/+3
* * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed todgp2005-09-141-6/+6
* Fix memory leak caused by throwing away a duplicated objectdkf2005-08-251-5/+4