summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* fix for [Bug 1008314]Miguel Sofer2004-08-161-3/+6
* * generic/tclVar.c: simplify tclLocalVarNameType, removing theMiguel Sofer2004-07-231-68/+39
* better (?) #ifdeferry for the last fixMiguel Sofer2004-05-271-1/+6
* * generic/tclExecute.c:Miguel Sofer2004-05-271-4/+5
* Made compiling with -Wstrict-prototypes -Wmissing-prototypes much cleaner.dkf2004-05-271-3/+4
* * generic/tclNamesp.c (Tcl_FindNamespaceVar):Miguel Sofer2004-05-251-2/+21
* * generic/tclNamesp.c (Tcl_FindNamespaceVar): [Bug 959052] fixed,Miguel Sofer2004-05-231-17/+5
* * generic/tclVar.c (TclObjLookupVar, TclObjUnsetVar2): fix for newMiguel Sofer2004-05-221-12/+30
* * generic/tclVar.c: fix for [Bug 735335]. The use ofMiguel Sofer2004-05-221-21/+24
* * doc/global.n:Miguel Sofer2004-04-281-1/+25
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-3/+3
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-2/+6
* Made [array get] return a dictionary, and allowed [array set] to accept onedkf2003-07-031-30/+83
* More trace factoring - variable traces are the target this time.dkf2003-06-261-742/+55
* * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+13
* Made [incr] able to accept and work with wide increments [Bug 728838]dkf2003-04-281-1/+158
* * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-12/+3
* * generic/tclVar.c:Miguel Sofer2003-03-241-18/+42
* * generic/tclVar.c (DisposeTraceResult, CallVarTraces): add properhobbs2002-11-121-3/+3
* * generic/tclVar.c: Fixed code that check for proper # of args todgp2002-10-171-2/+2
* * generic/tclVar.c (TclDeleteVars): Corrected logic for setting thedgp2002-09-051-2/+5
* * generic/tclVar.c (DeleteArray): leak plug [Bug 604239]. ThanksMiguel Sofer2002-09-041-1/+14
* (Tcl_UpVar2): code cleanup to not use gotohobbs2002-09-031-9/+6
* * generic/tclVar.c (Tcl_UpVar2): a Tcl_Obj was being leaked onMiguel Sofer2002-09-031-2/+4
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-47/+60
* * generic/tclVar.c (TclObjLookupVar): leak fix and improvedMiguel Sofer2002-07-271-19/+26
* * generic/tclVar.c (TclLookupVar): removed early returns thathobbs2002-07-261-15/+11
* * generic/tclVar.c (DupParsedVarName): nasty bug fixedMiguel Sofer2002-07-171-6/+7
* * generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,Miguel Sofer2002-07-171-3/+3
* removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()Miguel Sofer2002-07-171-1002/+1
* variable access optimisationsMiguel Sofer2002-07-171-1012/+1004
* style guide fixesdgp2002-07-161-72/+103
* * generic/tclVar.c: inaccurate comment fixedMiguel Sofer2002-07-161-3/+4
* * generic/tclVar.c: refactorisation to reuse already looked-up VarMiguel Sofer2002-07-151-491/+1281
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-32/+32
* consolidated opcodes in the bytecode engine, eliminating duplicatedMiguel Sofer2002-06-131-13/+17
* * Refactored CallTraces to collect repeateddgp2002-03-291-257/+124
* * Updated interfaces of generic/tclVar.c accordingdgp2002-03-201-21/+25
* * generic/tclVar.c (Tcl_ArrayObjCmd): removed extra obj allocation.hobbs2002-02-271-10/+8
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-29/+89
* * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27).dgp2002-01-251-3/+3
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-7/+7
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-3/+3
* restored consistency in refCount accounting by array traces [Bug #4484339]Miguel Sofer2001-12-071-2/+4
* new algorithm for [array get], safe when there are traces that modify the arr...Miguel Sofer2001-12-051-8/+67
* Tcl_Preserve'ing VarTrace structures to avoid memory corruption [Bug: 484334]Miguel Sofer2001-11-301-6/+14
* Changes due to TIP#68; memory handling in variable traces is now correct!dkf2001-11-191-34/+219
* Reference implementation of TIP's #22, #33 and #45. Adds thehobbs2001-11-141-2/+3
* * tests/var.test:dgp2001-11-091-2/+2