summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | Small changes to quell gcc warnings and make message generation less ugly.dkf2011-08-161-5/+2
* | | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP...mig2011-08-041-1/+2
* | | TclFreeIntRep() cleanup.dgp2011-04-271-2/+0
* | | fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
|\ \ \ | |/ /
| * | fix for [Bug 2662380], crash caused by appending to a variable with a write t...mig2011-04-131-3/+4
* | | Corrected odd commentdkf2011-03-281-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-16/+14
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
| | * * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+10
| | * [Tcl Bug 1706140]dgp2007-05-101-45/+27
| | * * generic/tclVar.c (TclArraySet): Re-fetch pointers for the listdgp2007-03-131-1/+9
| | * * 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 (VarHashInvalidateEntry): Removed obsoleteandreas_kupries2010-11-231-12/+1
| * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
| * | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickleMiguel Sofer2010-07-311-7/+3
| * | More corrections to the [array unset] command.dkf2010-02-031-7/+6
| * | Ensure that decrements never assume that they can't do (actual) deletion.dkf2010-02-021-3/+7
| * | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset]dkf2010-02-021-20/+59
| * | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory.dkf2009-10-171-5/+25
| * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard,andreas_kupries2009-08-251-1/+9
| * | * generic/tclCmdIL.c: Removed unused variables.dgp2009-07-161-1/+5
| * | * generic/tclTrace.c: Corrected handling of errors returned bydgp2008-10-081-8/+5
| * | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number ofdgp2008-08-071-3/+2
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+12
* | | Fix gcc -Wextra warning: missing initializernijtmans2010-12-101-13/+13
* | | * generic/tclVar.c: use the macro HasLocalVars everywhereMiguel Sofer2010-09-271-4/+3
* | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-20/+10
* | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff toandreas_kupries2010-09-011-3/+5
* | | Remove many type casts which are no longernecessary as a result of [Patch 300...nijtmans2010-08-221-13/+11
* | | * generic/tclVar.c: correcting bad port of [Bug 3037525] fixMiguel Sofer2010-08-021-2/+2
* | | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickleMiguel Sofer2010-07-311-7/+2
* | | Eliminate some casts to (Tcl_HashTable *)nijtmans2010-05-311-4/+4
* | | Code Audit results:dkf2010-03-051-11/+8
* | | Pure whitespace changes, changing to follow Engineering Manual style.dkf2010-02-241-2/+2
* | | Upgrade Tcl's hash function to use the FNV-32 algorithm. This is marginallydkf2010-02-071-36/+2
* | | More consistency in errorcode generation.dkf2010-02-051-14/+25