summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-051-2/+9
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
* * generic/tclInt.h:Miguel Sofer2005-11-041-47/+172
* * generic/tclBasic.c:Miguel Sofer2005-10-231-13/+8
* Correction to 1038021 bug fix; should only save restore those bitsdgp2004-10-011-3/+4
* * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-1/+5
* fix for [Bug 1008314]Miguel Sofer2004-08-161-3/+6
* * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335]Miguel Sofer2004-05-221-9/+26
* * generic/tclVar.c: fix flag bit collision betweenMiguel Sofer2003-11-201-2/+2
* * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix,Miguel Sofer2003-05-121-1/+13
* * 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
* * Updated APIs indgp2001-09-271-7/+7
* * generic/tclVar.c: removed comments referring to unused flag TCL_PARSE_PART1.Miguel Sofer2001-09-251-6/+4
* insure that [array] traces work for undefined vars [bug: 449094]Miguel Sofer2001-08-101-8/+14
* * tests/var.test:hobbs2001-07-041-1/+6
* * generic/tclVar.c (Tcl_GetVar2Ex): added ability to recognizehobbs2001-07-031-17/+64
* [Patch #424851]: Faster array searching & obj cleanupMiguel Sofer2001-05-261-27/+116
* * generic/tclBasic.c: added new CompileProc invocations to basichobbs2001-05-171-82/+145