| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -18/+42 |
|
|
* | * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add proper | hobbs | 2002-11-12 | 1 | -3/+3 |
|
|
* | * generic/tclVar.c: Fixed code that check for proper # of args to | dgp | 2002-10-17 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (TclDeleteVars): Corrected logic for setting the | dgp | 2002-09-05 | 1 | -2/+5 |
|
|
* | * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. Thanks | Miguel Sofer | 2002-09-04 | 1 | -1/+14 |
|
|
* | (Tcl_UpVar2): code cleanup to not use goto | hobbs | 2002-09-03 | 1 | -9/+6 |
|
|
* | * generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked on | Miguel Sofer | 2002-09-03 | 1 | -2/+4 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -47/+60 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): leak fix and improved | Miguel Sofer | 2002-07-27 | 1 | -19/+26 |
|
|
* | * generic/tclVar.c (TclLookupVar): removed early returns that | hobbs | 2002-07-26 | 1 | -15/+11 |
|
|
* | * generic/tclVar.c (DupParsedVarName): nasty bug fixed | Miguel Sofer | 2002-07-17 | 1 | -6/+7 |
|
|
* | * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations, | Miguel Sofer | 2002-07-17 | 1 | -3/+3 |
|
|
* | removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar() | Miguel Sofer | 2002-07-17 | 1 | -1002/+1 |
|
|