| Commit message (Expand) | Author | Age | Files | Lines |
* | TIP#215 IMPLEMENTATION | dgp | 2006-02-09 | 1 | -5/+5 |
|
|
* | Minor style fixes | dkf | 2006-02-02 | 1 | -16/+15 |
|
|
* | TIP#250 IMPLEMENTATION | dgp | 2006-02-01 | 1 | -20/+62 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -5/+5 |
|
|
* | Tidy up | dkf | 2005-11-07 | 1 | -41/+47 |
|
|
* | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -18/+24 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -70/+191 |
|
|
* | ANSIfy (though only partially - function decls only - for tclExecute.c) | dkf | 2005-11-02 | 1 | -190/+194 |
|
|
* | Partial ANSIfy | dkf | 2005-11-02 | 1 | -213/+209 |
|
|
* | * generic/tclClock.c: Removed some dead code. | dgp | 2005-10-19 | 1 | -325/+1 |
|
|
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+130 |
|
|
* | Getting more systematic about style | dkf | 2005-07-23 | 1 | -18/+28 |
|
|
* | Style-guide reformat and get rid of gcc warning | dkf | 2005-07-05 | 1 | -1360/+1355 |
|
|
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", | dgp | 2005-06-07 | 1 | -6/+6 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro. | dgp | 2005-05-05 | 1 | -2/+41 |
|
|
* | * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leak | Miguel Sofer | 2005-04-16 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c: converted a few function calls to macros. | Miguel Sofer | 2005-04-03 | 1 | -23/+23 |
|
|
* | Changed the internal representation of lists to (a) reduce the malloc/free | Miguel Sofer | 2005-04-02 | 1 | -54/+12 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 1 | -10/+11 |
|
|
* | * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [Bug | Miguel Sofer | 2004-12-13 | 1 | -1/+2 |
|
|
* | * generic/tclInt.h: Moved verification of ptrdiff_t typedef from | dgp | 2004-11-12 | 1 | -7/+1 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -9/+5 |
|
|
* | removed more direct references to the VAR flags, replaced with access | Miguel Sofer | 2004-10-26 | 1 | -10/+10 |
|
|
* | * generic/tclVar.c: fixed bug in commit of 2004-07-23, which was | Miguel Sofer | 2004-10-22 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -26/+18 |
|
|
* | Tcl_GetString -> TclGetString | dkf | 2004-10-06 | 1 | -11/+11 |
|
|
* | Speed up [upvar] and [uplevel] by not forcing level references to be parsed | dkf | 2004-10-01 | 1 | -4/+3 |
|
|
* | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -12/+6 |
|
|
* | Completed an incomplete undo of a mistaken commit that broke the HEAD. | dgp | 2004-08-31 | 1 | -9/+9 |
|
|
* | Undo mistaken commit of code in sandbox. <:} D'oh! | dkf | 2004-08-31 | 1 | -111/+3 |
|
|
* | Grammar and spelling fixes. [Patch 1018486] | dkf | 2004-08-31 | 1 | -11/+119 |
|
|
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+6 |
|
|
* | * generic/tclVar.c: simplify tclLocalVarNameType, removing the | Miguel Sofer | 2004-07-23 | 1 | -68/+39 |
|
|
* | better (?) #ifdeferry for the last fix | Miguel Sofer | 2004-05-27 | 1 | -1/+6 |
|
|
* | * generic/tclExecute.c: | Miguel Sofer | 2004-05-27 | 1 | -4/+5 |
|
|
* | Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner. | dkf | 2004-05-27 | 1 | -3/+4 |
|
|
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): | Miguel Sofer | 2004-05-25 | 1 | -2/+21 |
|
|
* | * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed, | Miguel Sofer | 2004-05-23 | 1 | -17/+5 |
|
|
* | * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for new | Miguel Sofer | 2004-05-22 | 1 | -12/+30 |
|
|
* | * generic/tclVar.c: fix for [Bug 735335]. The use of | Miguel Sofer | 2004-05-22 | 1 | -21/+24 |
|
|
* | * doc/global.n: | Miguel Sofer | 2004-04-28 | 1 | -1/+25 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -3/+3 |
|
|
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+6 |
|
|
* | Made [array get] return a dictionary, and allowed [array set] to accept one | dkf | 2003-07-03 | 1 | -30/+83 |
|
|
* | More trace factoring - variable traces are the target this time. | dkf | 2003-06-26 | 1 | -742/+55 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
* | Made [incr] able to accept and work with wide increments [Bug 728838] | dkf | 2003-04-28 | 1 | -1/+158 |
|
|
* | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -12/+3 |
|
|