summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+12
* * generic/tclVar.c (TclDeleteNamespaceVars):Miguel Sofer2008-03-111-2/+8
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tclVar.c (Tcl_ArrayObjCmd): handle the right data forhobbs2007-11-231-6/+11
* More minor cleanupdkf2007-11-181-56/+61
* Add comments for clarity.dkf2007-11-151-51/+75
* [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-7/+7
* * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-2/+3
* * generic/tclVar.c: try to preserve Tcl_Objs when doing variableMiguel Sofer2007-10-271-55/+97
* * generic/tclVar.c (Tcl_SetVar2, TclPtrSetVar): [Bug 1710710]Miguel Sofer2007-09-081-7/+4
* make tclVarHashKeyType definition staticdas2007-09-031-2/+2
* * generic/tclVar.c: improved localVarNameType caching to leverageMiguel Sofer2007-08-171-9/+42
* modifs to help itcl adapt to VarReformMiguel Sofer2007-08-041-2/+19
* Tidying up.dkf2007-08-031-207/+258
* Abstracted the 'offsetof' to a TclOffset macro as per Tk_Offset to permitpatthoyts2007-08-011-2/+2
* * generic/tclVar.c (TclCleanupVar): fix [Bug 1765225], thx LarryMiguel Sofer2007-08-011-2/+2
* VarReform [Patch 1750051]Miguel Sofer2007-07-311-777/+1550
* * generic/tclVar.c (UnsetVarStruct): fix possible segfault withMiguel Sofer2007-06-281-5/+6
* * generic/tclVar.c (UnsetVarStruct): more streamlining.Miguel Sofer2007-06-261-10/+8
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete change,Miguel Sofer2007-06-251-24/+25
* * generic/tclVar.c (UnsetVarStruct): fixing incomplete changeMiguel Sofer2007-06-251-2/+2
* * generic/tclVar.c (TclDeleteCompiledLocalVars): removed inliningMiguel Sofer2007-06-241-57/+62
* * generic/tclVar.c (UnsetVarStruct): fixed a leak introduced inMiguel Sofer2007-06-241-1/+8
* * generic/tclVar.c (UnsetVarStruct, TclDeleteVars): made the logicMiguel Sofer2007-06-231-177/+90
* * generic/tclVar.c: streamline namespace vars deletion: onlyMiguel Sofer2007-06-201-11/+46
* * generic/tclInt.h:Miguel Sofer2007-06-101-3/+3
* Minor whitespace cleanupdkf2007-05-111-1/+6
* [Tcl Bug 1706140]dgp2007-05-071-48/+24
* * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtrMiguel Sofer2007-05-021-2/+7
* * generic/tclVar.c (UnsetVarStruct): Make sure thedgp2007-04-231-2/+2
* * generic/tclVar.c (TclDeleteNamespaceVars): fixed access to freedMiguel Sofer2007-04-231-3/+2
* Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-3/+3
* * generic/tclBasic.c: Added bytecode compilers for theMiguel Sofer2007-04-031-2/+3
* * generic/tclVar.c (TclArraySet): Make efficient private copy ofdgp2007-03-121-3/+6
* various "const" additions, in line with TIP #27nijtmans2007-02-201-105/+105
* Cleaning up of various bits in tclVar.c to make code clearer to understand.dkf2006-10-271-38/+41
* * generic/tcl.h: Modified the Tcl call stack soMiguel Sofer2006-10-231-15/+13
* Undo mistaken commit to wrong branch caused by CVS fumble... :-}dkf2006-10-201-17/+12
* Consolidated TIP#257 patch applied to HEAD to allow for experimentation bydkf2006-10-201-12/+17
* * generic/tclVar.c (Tcl_LappendObjCmd):Miguel Sofer2006-10-051-2/+7
* Various minor object file size efficiency fixes. [Bug 1530474]dkf2006-08-101-10/+6
* TIP#215 IMPLEMENTATIONdgp2006-02-091-5/+5
* Minor style fixesdkf2006-02-021-16/+15
* TIP#250 IMPLEMENTATIONdgp2006-02-011-20/+62
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-5/+5
* Tidy updkf2005-11-071-41/+47
* * generic/tclBinary.c:Miguel Sofer2005-11-041-18/+24
* * generic/tclInt.h:Miguel Sofer2005-11-041-70/+191
* ANSIfy (though only partially - function decls only - for tclExecute.c)dkf2005-11-021-190/+194
* Partial ANSIfydkf2005-11-021-213/+209