| 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 |
|
|
| * | Add FALLTHRU markers, to help GCC emit less false warnings | jan.nijtmans | 2021-08-23 | 1 | -0/+1 |
|
|
* | | More type-casts (c++-compatibility) | jan.nijtmans | 2023-09-13 | 1 | -37/+38 |
|
|
* | | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -6/+6 |
|
|
* | | Fix [1599352cca] and related issues | jan.nijtmans | 2022-10-05 | 1 | -25/+26 |
|
|
* | | Use TclListObjLength/TclListObjGetElements in stead of Tcl_ListObjLength/Tcl_... | jan.nijtmans | 2022-02-10 | 1 | -2/+2 |
|
|
* | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -1/+2 |
|
|
* | | Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings... | jan.nijtmans | 2019-08-28 | 1 | -0/+1 |
|
|
* | | tclDictObj.c:366: warning: dereferencing type-punned pointer will break stric... | jan.nijtmans | 2018-07-05 | 1 | -1/+1 |
|
|
* | | Change signature of (internal) TclScanElement() function. This saves memory a... | jan.nijtmans | 2017-11-15 | 1 | -6/+3 |
|
|
* | | Expose some of the core variable access APIs.
| dkf | 2017-06-06 | 1 | -3/+3 |
|
|
* | | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr... | jan.nijtmans | 2017-06-02 | 1 | -10/+8 |
|
|
* | | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -12/+6 |
|
|
* | | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -2/+2 |
|
|
* | | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -1/+1 |
|
|
* | | Suppress valgrind warnings about uninitialized values. | dgp | 2014-07-11 | 1 | -0/+4 |
|
|
* | | [cb042d294e] Improve consistency of [dict] wrong-args error messages. | dkf | 2014-06-15 | 1 | -10/+10 |
|
|
* | | Some more cleaning up | dkf | 2014-06-15 | 1 | -36/+44 |
|
|
* | | Make [dict replace] and [dict remove] guarantee result canonicality. | dkf | 2014-06-15 | 1 | -84/+65 |
|
|
* | | Improved the error messages.
| dkf | 2014-06-07 | 1 | -9/+5 |
|
|
* | | more tests, cleaning up the code a bit | dkf | 2014-06-04 | 1 | -16/+13 |
|
|
* | | [1b0266d8bb] Working towards ensuring that all dict operations are sufficient... | dkf | 2014-06-03 | 1 | -25/+21 |
|
|
* | | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Tcl_InvalidateStringRep -> TclInvalidateStringRep | jan.nijtmans | 2013-02-07 | 1 | -7/+7 |
|
|
* | | merge core-8-5-branch | jan.nijtmans | 2013-01-31 | 1 | -22/+20 |
|\ \
| |/ |
|
| * | Use twoPtrValue.ptr1 in stead of otherValuePtr everywhere. This is exactly th... | jan.nijtmans | 2013-01-31 | 1 | -22/+20 |
|
|
* | | Add super-simple compiler to many ensemble subcommands to allow better code | dkf | 2013-01-04 | 1 | -6/+6 |
|
|
* | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -19/+2 |
|
|
* | | Added [dict exists] compilation; implementation is 95% shared with [dict get]. | dkf | 2012-10-30 | 1 | -1/+18 |
|
|
* | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -1/+1 |
|
|
* | | merge trunk | dkf | 2012-10-16 | 1 | -0/+1 |
|\ \ |
|
| * \ | Bug 3576509: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's ... | jan.nijtmans | 2012-10-14 | 1 | -0/+1 |
| |\ \
| | |/ |
|
| | * | Bug 357650: Better fix, which helps for all Tcl_DictObjGet() calls in Tcl's s... | jan.nijtmans | 2012-10-14 | 1 | -0/+1 |
|
|
| | * | some formatting (*.decls) | jan.nijtmans | 2012-04-04 | 1 | -1/+1 |
|
|
* | | | ...and all the compilation and tests now work/pass | dkf | 2012-10-05 | 1 | -1/+2 |
|
|
* | | | adjusted non-compiled implementation of [dict map] to match TIP | dkf | 2012-10-05 | 1 | -59/+247 |
|
|
* | | | merge trunk | dkf | 2012-09-04 | 1 | -16/+23 |
|\ \ \
| |/ / |
|
| * | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -16/+23 |
|
|
* | | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite | 2012-08-03 | 1 | -11/+56 |
|/ / |
|
* | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|\ \
| |/ |
|
| * | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -11/+5 |
|
|
* | | Added support for having the dict var itself referenced by LVT index. | dkf | 2011-10-03 | 1 | -9/+34 |
|
|
* | | Experimental compilation of the [dict with] subcommand. No tests yet, and not | dkf | 2011-10-02 | 1 | -64/+149 |
|
|
* | | New internal routines TclScanElement() and TclConvertElement(). | dgp | 2011-05-10 | 1 | -21/+37 |
|\ \
| |/ |
|
| * | Completed patch with mucho comments. Merge 8.5. | dgp | 2011-05-10 | 1 | -123/+69 |
|
|
| * | Significant rewrite of the Tcl*(Scan|Convert)*Element() system, and revisions | dgp | 2011-03-03 | 1 | -21/+37 |
|
|
* | | merge 8.5 | dgp | 2011-05-03 | 1 | -127/+65 |
|\ \ |
|
| * | | Tighten SetDictFromAny(). | dgp | 2011-05-03 | 1 | -121/+64 |
|
|