| Commit message (Expand) | Author | Age | Files | Lines |
* | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. | dkf | 2016-06-22 | 1 | -1/+2 |
|\ |
|
| * | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. | dkf | 2016-06-22 | 1 | -1/+2 |
|
|
* | | [d1f55451c6] Remove unnecessary panic routines. | dgp | 2016-04-11 | 1 | -28/+2 |
|
|
* | | Revise "parsedVarName" Tcl_ObjType to eliminated unnecessary parts and | dgp | 2016-04-04 | 1 | -63/+9 |
|\ \
| |/
|/| |
|
| * | There's a "parsedVarName" Tcl_ObjType that remembers how a variable namedgp_revise_parsedvarnametype | dgp | 2016-03-28 | 1 | -11/+34 |
|/ |
|
* | Extra safety against cyclesbug_80304238ac | dgp | 2016-03-01 | 1 | -1/+2 |
|
|
* | [80304238ac] Candidate fix for memleak due to RC cycle. | dgp | 2016-02-26 | 1 | -5/+7 |
|
|
* | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -5/+5 |
|\ |
|
* | | micro-opt of hash lookups found by drh | Miguel Sofer | 2015-09-22 | 1 | -6/+5 |
|
|
* | | remove potential crash detected by Coverity (it is a should-never-happen thing) | Miguel Sofer | 2015-08-05 | 1 | -1/+1 |
|
|
* | | [9bad630c31] Prevent read outside of buffer bounds. | dgp | 2015-07-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | [9bad630c31] Prevent read outside of buffer bounds. | dgp | 2015-07-15 | 1 | -1/+1 |
|
|
* | | remove code that was ifdef'ed out for ages (ENABLE_NS_VARNAME_CACHING), has z... | Miguel Sofer | 2015-07-02 | 1 | -163/+0 |
|
|
* | | Consistancy in refcount management. | jan.nijtmans | 2015-06-30 | 1 | -2/+2 |
|
|
* | | Use twoPtrValue in stead of ptrAndLongRep for implementation of some internal... | jan.nijtmans | 2015-06-30 | 1 | -17/+16 |
|
|
* | | Protect against extension variable resolvers that fail to play by the post-Va... | dgp | 2015-01-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Protect against extension variable resolvers that fail to play by | dgp | 2015-01-29 | 1 | -1/+2 |
|
|
* | | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | [2486824] Improve error message; not all that upvars is an upvar. | dkf | 2014-09-10 | 1 | -5/+4 |
|
|
* | | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in to | dgp | 2014-07-10 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | [7368d225a6] Extend the auto-cleanup of zero ref count values passed in | dgp | 2014-07-10 | 1 | -0/+3 |
|
|
| * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+4 |
| |\ |
|
| | * | Implement many Tcl_*Var* functions and Tcl_GetIndexFromObj as (faster/stack-s... | jan.nijtmans | 2013-04-19 | 1 | -0/+7 |
|
|
| | * | Tcl_HashStats does not return a CONST | jan.nijtmans | 2011-09-06 | 1 | -1/+1 |
|
|
| | * | fix for [Bug 2662380], crash caused by appending to a variable with a write t... | mig | 2011-04-13 | 1 | -1/+2 |
|
|
* | | | [219226]: Rewrote how ::env is synchronized to the environment so it no longer | dkf | 2013-09-27 | 1 | -0/+47 |
|
|
* | | | 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 |
|
|