| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [Bug 2712377]: [info vars] and object declared variables | dkf | 2012-04-09 | 1 | -4/+48 |
|
|
* | Reduce amount of unreachable code. Refactor Win socket and load code to be less | dkf | 2012-04-05 | 1 | -2/+2 |
|
|
* | Small changes to quell gcc warnings and make message generation less ugly. | dkf | 2011-08-16 | 1 | -5/+2 |
|
|
* | * generic/tclVar.c (TclPtrSetVar): fix valgrind-detected error when newValueP... | mig | 2011-08-04 | 1 | -1/+2 |
|
|
* | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -2/+0 |
|
|
* | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -3/+4 |
|\ |
|
| * | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -3/+4 |
|
|
* | | Corrected odd comment | dkf | 2011-03-28 | 1 | -1/+1 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -16/+14 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
| | * | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+10 |
|
|
| | * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -45/+27 |
|
|
| | * | * generic/tclVar.c (TclArraySet): Re-fetch pointers for the list | dgp | 2007-03-13 | 1 | -1/+9 |
|
|
| | * | * generic/tclVar.c (Tcl_LappendObjCmd): | Miguel Sofer | 2006-10-05 | 1 | -2/+9 |
|
|
| | * | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -4/+4 |
|
|
| | * | * generic/tclInt.h: | Miguel Sofer | 2005-11-04 | 1 | -47/+172 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -13/+8 |
|
|
| | * | Correction to 1038021 bug fix; should only save restore those bits | dgp | 2004-10-01 | 1 | -3/+4 |
|
|
| | * | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -1/+5 |
|
|
| | * | fix for [Bug 1008314] | Miguel Sofer | 2004-08-16 | 1 | -3/+6 |
|
|
| | * | * generic/tclVar.c (TclObjUnsetVar2): backported fix [Bug 735335] | Miguel Sofer | 2004-05-22 | 1 | -9/+26 |
|
|
| | * | * generic/tclVar.c: fix flag bit collision between | Miguel Sofer | 2003-11-20 | 1 | -2/+2 |
|
|
| | * | * generic/tclVar.c (TclObjLookupVar): [Bug 735335] temporary fix, | Miguel Sofer | 2003-05-12 | 1 | -1/+13 |
|
|
| | * | * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjType | dgp | 2003-04-16 | 1 | -12/+3 |
|
|
| | * | * generic/tclVar.c: | Miguel Sofer | 2003-03-24 | 1 | -18/+42 |
|
|
| * | | * generic/tclVar.c (VarHashInvalidateEntry): Removed obsolete | andreas_kupries | 2010-11-23 | 1 | -12/+1 |
|
|
| * | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
| * | | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -7/+3 |
|
|
| * | | More corrections to the [array unset] command. | dkf | 2010-02-03 | 1 | -7/+6 |
|
|
| * | | Ensure that decrements never assume that they can't do (actual) deletion. | dkf | 2010-02-02 | 1 | -3/+7 |
|
|
| * | | Fix [Bug 2939073]: dangling ref when an unset trace triggered by [array unset] | dkf | 2010-02-02 | 1 | -20/+59 |
|
|
| * | | Fix [Bug 2629338]: Stop evil unset traces from accessing freed memory. | dkf | 2009-10-17 | 1 | -5/+25 |
|
|
| * | | * generic/tclBasic.c (Tcl_CreateInterp, Tcl_EvalTokensStandard, | andreas_kupries | 2009-08-25 | 1 | -1/+9 |
|
|
| * | | * generic/tclCmdIL.c: Removed unused variables. | dgp | 2009-07-16 | 1 | -1/+5 |
|
|
| * | | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 1 | -8/+5 |
|
|
| * | | * generic/tclVar.c (TclLookupSimpleVar): Retrieve the number of | dgp | 2008-08-07 | 1 | -3/+2 |
|
|
| * | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+12 |
|
|
* | | | Fix gcc -Wextra warning: missing initializer | nijtmans | 2010-12-10 | 1 | -13/+13 |
|
|
* | | | * generic/tclVar.c: use the macro HasLocalVars everywhere | Miguel Sofer | 2010-09-27 | 1 | -4/+3 |
|
|
* | | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -20/+10 |
|
|
* | | | * generic/tclExecute.c: [Bug 3057639]. Applied patch by Jeff to | andreas_kupries | 2010-09-01 | 1 | -3/+5 |
|
|
* | | | Remove many type casts which are no longernecessary as a result of [Patch 300... | nijtmans | 2010-08-22 | 1 | -13/+11 |
|
|
* | | | * generic/tclVar.c: correcting bad port of [Bug 3037525] fix | Miguel Sofer | 2010-08-02 | 1 | -2/+2 |
|
|
* | | | * generic/tclVar.c: fix for crash [Bug 3037525]: lose fickle | Miguel Sofer | 2010-07-31 | 1 | -7/+2 |
|
|
* | | | Eliminate some casts to (Tcl_HashTable *) | nijtmans | 2010-05-31 | 1 | -4/+4 |
|
|
* | | | Code Audit results: | dkf | 2010-03-05 | 1 | -11/+8 |
|
|
* | | | Pure whitespace changes, changing to follow Engineering Manual style. | dkf | 2010-02-24 | 1 | -2/+2 |
|
|