| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP#215 IMPLEMENTATION | dgp | 2006-02-09 | 1 | -2/+2 |
|
|
* | Export Tcl_InitBignumFromDouble | Kevin B Kenny | 2005-12-27 | 1 | -3/+3 |
|
|
* | A little bit of tidying up in INST_DICT_DONE (fewer type puns, faster). | dkf | 2005-12-18 | 1 | -12/+19 |
|
|
* | Fix [Bug 1379349] | dkf | 2005-12-13 | 1 | -4/+7 |
|
|
* | New TEBC opcode, INST_JUMP_TABLE, for compiling the simple (and common) case of | dkf | 2005-11-30 | 1 | -17/+41 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -1/+3 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -7/+1 |
|
|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -184/+222 |
|
|
* | * generic/tclExecute.c (INST_INCR_*): fixed [Bug 1334570]. Obj | Miguel Sofer | 2005-10-22 | 1 | -4/+4 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -31/+1 |
|
|
* | * generic/tclExecute.c (INST_DICT_APPEND, INST_DICT_LAPPEND): | Miguel Sofer | 2005-10-19 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c: Added optimization for I32L64 systems to | dgp | 2005-10-18 | 1 | -2/+22 |
|
|
* | * generic/tclExecute.c: Restored some optimizations of the | dgp | 2005-10-15 | 1 | -25/+103 |
|
|
* | more revisions to TclIncrObj | dgp | 2005-10-14 | 1 | -23/+39 |
|
|
* | removed another do {} while(0) | Kevin B Kenny | 2005-10-14 | 1 | -11/+10 |
|
|
* | Tidied up do {...} while(0) | Kevin B Kenny | 2005-10-14 | 1 | -67/+21 |
|
|
* | * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H. | dgp | 2005-10-13 | 1 | -11/+3 |
|
|
* | * generic/tclExecute.c (GetNumberFromObj): Restored some lost | dgp | 2005-10-12 | 1 | -1/+7 |
|
|
* | performance improvements to [incr] | Kevin B Kenny | 2005-10-12 | 1 | -60/+65 |
|
|
* | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. Also | dgp | 2005-10-10 | 1 | -1/+2 |
|
|
* | * generic/tclExecute.c: Corrections to the NO_WIDE_TYPE build. | dgp | 2005-10-10 | 1 | -4/+6 |
|
|
* | removing wrong comment | Miguel Sofer | 2005-10-10 | 1 | -2/+1 |
|
|
* | * generic/tclExecute.c: fixing errors in last commit. | Miguel Sofer | 2005-10-10 | 1 | -1/+3 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-09 | 1 | -51/+67 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1009/+1656 |
|
|
* | * generic/tclBasic.c: More callers of TclObjPrintf and | dgp | 2005-09-15 | 1 | -2/+3 |
|
|
* | * generic/tclStringObj.c: Bug fixes: ObjPrintfVA needed to | dgp | 2005-09-14 | 1 | -6/+6 |
|
|
* | Fix memory leak caused by throwing away a duplicated object | dkf | 2005-08-25 | 1 | -5/+4 |
|
|
* | * generic/tclExecute.c (INST_DICT_*): stop 2 compiler | Miguel Sofer | 2005-07-23 | 1 | -2/+3 |
|
|
* | Improve the incrementer code for INST_DICT_INCR_IMM, removing a gcc-ism. | dkf | 2005-07-22 | 1 | -9/+25 |
|
|
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -4/+525 |
|
|
* | Purely style-guide cleansing | dkf | 2005-07-11 | 1 | -2163/+2063 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-07-09 | 1 | -49/+141 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): | mdejong | 2005-06-29 | 1 | -5/+29 |
|
|
* | typos | dkf | 2005-06-20 | 1 | -1/+2 |
|
|
* | Add compilation for TIP#90-style [catch] requiring a new opcode [Bug1219112] | dkf | 2005-06-20 | 1 | -153/+149 |
|
|
* | * generic/tclBasic.c (Tcl_ExprBoolean): Rewrite as wrapper around | dgp | 2005-05-18 | 1 | -46/+31 |
|
|
* | * generic/tclBasic.c: Dropped the TCL_NO_MATH configuration. | dgp | 2005-05-13 | 1 | -4/+2 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -865/+32 |
|
|
* | * generic/tclExecute.c (ExponLong, ExponWide): fixed special case | Miguel Sofer | 2005-05-10 | 1 | -3/+3 |
|
|
* | fix comments | Miguel Sofer | 2005-04-25 | 1 | -2/+5 |
|
|
* | * generic/tclExecute.c: fix for [Bug 1189274]. | Miguel Sofer | 2005-04-25 | 1 | -2/+2 |
|
|
* | The 2005-04-21 changes to Tcl_GetBooleanFromObj were done to bring | dgp | 2005-04-22 | 1 | -5/+5 |
|
|
* | * generic/tclGet.c: Radical code simplification. Converted | dgp | 2005-04-21 | 1 | -5/+5 |
|
|
* | * generic/tclExecute.c: missing semicolons caused failure to | Miguel Sofer | 2005-04-15 | 1 | -3/+3 |
|
|
* | fix in last commit | Miguel Sofer | 2005-04-09 | 1 | -6/+7 |
|
|
* | * generic/tclExecute.c: fix possible leak of expansion Tcl_Objs | Miguel Sofer | 2005-04-09 | 1 | -3/+12 |
|
|
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 1 | -6/+2 |
|
|
* | * generic/tclExecute.c: small opts in obj handling | Miguel Sofer | 2005-04-04 | 1 | -61/+46 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -5/+4 |
|
|