summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* | * generic/tclClock.c: Removed some dead code.dgp2005-10-191-325/+1
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+130
* | Getting more systematic about styledkf2005-07-231-18/+28
* | Style-guide reformat and get rid of gcc warningdkf2005-07-051-1360/+1355
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index",dgp2005-06-071-6/+6
* | 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