| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+4 |
|
|
* | Array Search struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -0/+24 |
|\ |
|
| * | ArraySearch struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -0/+24 |
|
|
* | | Merge in fix for 3602706 | dgp | 2013-02-04 | 1 | -27/+31 |
|\ \
| |/ |
|
| * | Cherrypick again. Add test.bug_3602706 | dgp | 2013-02-04 | 1 | -6/+0 |
|
|
| * | Cherrypick the refcount fixes and comments from mig-review. | dgp | 2013-02-04 | 1 | -2/+28 |
|
|
* | | Eliminate all Tcl_ConvertToType calls and all direct calls to typePtr->setFro... | jan.nijtmans | 2013-02-04 | 1 | -1/+2 |
|
|
* | | More symmetric Tcl_(Incr|Decr)RefCount call, preventing bugs like #3601260 an... | jan.nijtmans | 2013-02-03 | 1 | -2/+9 |
|\ \ |
|
| * \ | re-apply [8aca9a8e96], while backporting [d91c86d0da] from trunk. | jan.nijtmans | 2013-02-03 | 1 | -55/+98 |
| |\ \
| | |/ |
|
| * | | Bug 3601260: Reverting [8aca9a8e96] fixes it. | jan.nijtmans | 2013-01-17 | 1 | -54/+57 |
| |/ |
|
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -2/+2 |
|
|
* | | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c ... | mig | 2013-01-13 | 1 | -66/+54 |
|\ \
| |/ |
|
| * | Various bits of cleanup, efficiencies, and comment documentation in tclVar.c | dgp | 2012-12-14 | 1 | -57/+54 |
|
|
| * | Backport fix for [Bug 2857044]. | dgp | 2011-04-27 | 1 | -0/+3 |
|
|
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -8/+8 |
|
|
* | | Added compilation of [array exists], [array set] and [array unset]. Fixed a w...merge_to_trunk | dkf | 2012-11-05 | 1 | -3/+3 |
|
|
* | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -35/+38 |
|
|
* | | 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 |
|
|