| Commit message (Expand) | Author | Age | Files | Lines |
* | merge 8.5, amend to [82f721a5a039596f]: the bug was fixed incompletely, this ... | sebres | 2024-04-12 | 1 | -1/+1 |
|\ |
|
| * | amend to [295b0570ff660950]: the bug was fixed incompletely, this is full bug... | sebres | 2024-04-12 | 1 | -1/+1 |
|
|
* | | Tcl_GetString() -> TclGetString(), for minor speedup. | jan.nijtmans | 2024-04-04 | 1 | -1/+1 |
|
|
* | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | Remove ARGSUSED. More type-casts | jan.nijtmans | 2022-11-29 | 1 | -69/+49 |
|
|
* | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -1/+1 |
|
|
* | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -4/+5 |
|
|
* | | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -29/+29 |
|
|
* | | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -35/+35 |
|
|
* | | Contributed patch from Gustaf Neumann, preventing problems where "localCacheP... | jan.nijtmans | 2018-09-25 | 1 | -23/+30 |
|
|
* | | DeleteArray has only one caller. It is called on the "dummy" variable | dgp | 2018-04-20 | 1 | -3/+0 |
|
|
* | | Fold TclArraySet() into its only caller. tclEnv.c no longer calls it | dgp | 2018-04-19 | 1 | -170/+141 |
|
|
* | | merge 8.5 | dgp | 2018-04-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | An [array set] from a dict can only take shortcuts when the dict is "pure", | dgp | 2018-04-19 | 1 | -1/+1 |
|
|
* | | Refactor error reporting when value is not an expected array variable name. | dgp | 2018-04-18 | 1 | -36/+20 |
|
|
* | | Refactor to bring the test for existence of an array variable into | dgp | 2018-04-18 | 1 | -88/+44 |
|
|
* | | cleanup of refactor | dgp | 2018-04-18 | 1 | -13/+6 |
|
|
* | | Refactor the common operations of looking up and checking traces on an array | dgp | 2018-04-18 | 1 | -111/+41 |
|
|
* | | Refactor array trace handling into a common routine TclCheckArrayTraces(). | dgp | 2018-04-17 | 1 | -143/+37 |
|
|
* | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -28/+247 |
|
|
* | | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | compatability -> compatibility | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|
|
* | | [4dbdd9af14] Plug mem leak when var unset trace re-creates namespace var. Tha... | dgp | 2016-09-07 | 1 | -5/+19 |
|\ \
| |/ |
|
| * | Improve the comments and add a test. | dgp | 2016-09-07 | 1 | -2/+11 |
|
|
| * | [4dbdd9af14] Proposed fix for mem leak. | dgp | 2016-09-06 | 1 | -1/+6 |
|
|
| * | Improve code 'quality' by fixing some harmless clang/cppcheck warnings. Thank... | jan.nijtmans | 2016-01-22 | 1 | -31/+51 |
|
|
* | | Remove outdated comment. | dgp | 2016-07-19 | 1 | -4/+0 |
|
|
* | | Expose the AVOID_RESOLVERS flag to [namespace upvar] implementations, which s... | dkf | 2016-07-07 | 1 | -34/+21 |
|
|
* | | [c95b9fc0e3] Make errorcodes out of level parsing more consistent. | dkf | 2016-06-22 | 1 | -1/+2 |
|
|
* | | Extra safety against cycles | 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 |
|
|