summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* * generic/tclInt.decls: Converted TclMatchIsTrivial to a macro.dgp2005-05-051-2/+41
* * generic/Var.c (Tcl_ArrayObjCmd - ARRAY_NAMES): fix Tcl_Obj leakMiguel Sofer2005-04-161-2/+2
* * generic/tclVar.c: converted a few function calls to macros.Miguel Sofer2005-04-031-23/+23
* Changed the internal representation of lists to (a) reduce the malloc/freeMiguel Sofer2005-04-021-54/+12
* changing the isProcCallFrame field of the CallFrame struct from a 0/1 fieldMiguel Sofer2004-12-141-10/+11
* * generic/tclVar.c (TclArrayObjCmd - ARRAY_NAMES): leaking an object [BugMiguel Sofer2004-12-131-1/+2
* * generic/tclInt.h: Moved verification of ptrdiff_t typedef fromdgp2004-11-121-7/+1
* Allow ensembles to rewrite their subcommands' error messages to be moredkf2004-10-291-9/+5
* removed more direct references to the VAR flags, replaced with accessMiguel Sofer2004-10-261-10/+10
* * generic/tclVar.c: fixed bug in commit of 2004-07-23, which wasMiguel Sofer2004-10-221-4/+1
* * generic/tclBasic.c:dgp2004-10-061-26/+18
* Tcl_GetString -> TclGetStringdkf2004-10-061-11/+11
* Speed up [upvar] and [uplevel] by not forcing level references to be parseddkf2004-10-011-4/+3
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-12/+6
* Completed an incomplete undo of a mistaken commit that broke the HEAD.dgp2004-08-311-9/+9
* Undo mistaken commit of code in sandbox. <:} D'oh!dkf2004-08-311-111/+3
* Grammar and spelling fixes. [Patch 1018486]dkf2004-08-311-11/+119
* 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