| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | variable access optimisations | Miguel Sofer | 2002-07-17 | 1 | -1012/+1004 |
|
|
* | style guide fixes | dgp | 2002-07-16 | 1 | -72/+103 |
|
|
* | * generic/tclVar.c: inaccurate comment fixed | Miguel Sofer | 2002-07-16 | 1 | -3/+4 |
|
|
* | * generic/tclVar.c: refactorisation to reuse already looked-up Var | Miguel Sofer | 2002-07-15 | 1 | -491/+1281 |
|
|
* | * doc/CrtTrace.3: Added TIP#62 implementation of command | hobbs | 2002-06-17 | 1 | -32/+32 |
|
|
* | consolidated opcodes in the bytecode engine, eliminating duplicated | Miguel Sofer | 2002-06-13 | 1 | -13/+17 |
|
|
* | * Refactored CallTraces to collect repeated | dgp | 2002-03-29 | 1 | -257/+124 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -21/+25 |
|
|
* | * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation. | hobbs | 2002-02-27 | 1 | -10/+8 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -29/+89 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 1 | -3/+3 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -7/+7 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -3/+3 |
|
|
* | restored consistency in refCount accounting by array traces [Bug #4484339] | Miguel Sofer | 2001-12-07 | 1 | -2/+4 |
|
|
* | new algorithm for [array get], safe when there are traces that modify the arr... | Miguel Sofer | 2001-12-05 | 1 | -8/+67 |
|
|
* | Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334] | Miguel Sofer | 2001-11-30 | 1 | -6/+14 |
|
|
* | Changes due to TIP#68; memory handling in variable traces is now correct! | dkf | 2001-11-19 | 1 | -34/+219 |
|
|
* | Reference implementation of TIP's #22, #33 and #45. Adds the | hobbs | 2001-11-14 | 1 | -2/+3 |
|
|
* | * tests/var.test: | dgp | 2001-11-09 | 1 | -2/+2 |
|
|
* | * Updated APIs in | dgp | 2001-09-27 | 1 | -7/+7 |
|
|
* | * generic/tclVar.c: removed comments referring to unused flag TCL_PARSE_PART1. | Miguel Sofer | 2001-09-25 | 1 | -6/+4 |
|
|