| Commit message (Expand) | Author | Age | Files | Lines |
* | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -45/+27 |
|
|
* | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list | dgp | 2007-03-13 | 1 | -1/+9 |
|
|
* | * generic/tclVar.c (Tcl_LappendObjCmd): | Miguel Sofer | 2006-10-05 | 1 | -2/+9 |
|
|
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+4 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -47/+172 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -13/+8 |
|
|
* | Correction to 1038021 bug fix; should only save restore those bits | dgp | 2004-10-01 | 1 | -3/+4 |
|
|
* | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -1/+5 |
|
|
* | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+6 |
|
|
* | * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] | Miguel Sofer | 2004-05-22 | 1 | -9/+26 |
|
|
* | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+2 |
|
|
* | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
* | * 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 |
|
|
* | insure that [array] traces work for undefined vars [bug: 449094] | Miguel Sofer | 2001-08-10 | 1 | -8/+14 |
|
|
* | * tests/var.test: | hobbs | 2001-07-04 | 1 | -1/+6 |
|
|
* | * generic/tclVar.c (Tcl_GetVar2Ex): added ability to recognize | hobbs | 2001-07-03 | 1 | -17/+64 |
|
|