| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -1/+1 |
|
|
* | Now that all Tcl source files are UTF-8 by default, we can use the ©-sign wh... | jan.nijtmans | 2020-11-23 | 1 | -1/+1 |
|
|
* | simplify check for ::tcltest namespace in testcases | jan.nijtmans | 2020-07-16 | 1 | -1/+1 |
|
|
* | duplicate test names | dgp | 2019-05-01 | 1 | -2/+2 |
|
|
* | Compilation for [dict getwithdefault]. | dkf | 2019-04-18 | 1 | -0/+49 |
|
|
* | Add [dict getdef] alias | dkf | 2019-04-15 | 1 | -9/+37 |
|
|
* | Add tests | dkf | 2019-04-01 | 1 | -0/+28 |
|
|
* | Request the tcltest version that provides the testing facilities used. | dgp | 2018-10-24 | 1 | -1/+1 |
|
|
* | Updated tests to exercise new feature. | pspjuth | 2018-10-22 | 1 | -10/+2 |
|
|
* | [d553228d9f] Stop crashes in [dict update] with low refcount dictionaries. | dkf | 2016-06-23 | 1 | -0/+7 |
|
|
* | [cb042d294e] Improve consistency of [dict] wrong-args error messages. | dkf | 2014-06-15 | 1 | -26/+26 |
|
|
* | Make [dict replace] and [dict remove] guarantee result canonicality. | dkf | 2014-06-15 | 1 | -11/+19 |
|
|
* | Improved the error messages.
| dkf | 2014-06-07 | 1 | -10/+10 |
|
|
* | more tests, cleaning up the code a bit | dkf | 2014-06-04 | 1 | -0/+29 |
|
|
* | [1b0266d8bb] Working towards ensuring that all dict operations are sufficient... | dkf | 2014-06-03 | 1 | -0/+42 |
|
|
* | Line numbers wrong in compiled [dict with]. | dgp | 2013-09-19 | 1 | -0/+30 |
|
|
* | Line numbers wrong in compiled [dict exists]. | dgp | 2013-09-19 | 1 | -0/+6 |
|
|
* | Line numbers wrong in compiled [dict update]. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ |
|
| * | Line numbers wrong in compiled [dict update]. | dgp | 2013-09-19 | 1 | -0/+6 |
|
|
* | | Line numbers wrong in compiled [dict for]. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Line numbers wrong in compiled [dict for]. | dgp | 2013-09-19 | 1 | -0/+6 |
|
|
* | | Line numbers wrong in compiled [dict get]. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Line numbers wrong in compiled [dict get]. | dgp | 2013-09-19 | 1 | -0/+6 |
|
|
* | | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler. | dgp | 2013-09-19 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler. | dgp | 2013-09-19 | 1 | -0/+5 |
|
|
* | | Line numbers wrong in compiled [dict set]. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Line numbers wrong in compiled [dict set]. | dgp | 2013-09-19 | 1 | -0/+6 |
|
|
| | | |
| \ | |
*-. \ | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. | dgp | 2013-09-19 | 1 | -0/+6 |
|\ \ \
| | |/ |
|
| | * | Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler. | dgp | 2013-09-19 | 1 | -0/+6 |
| |/ |
|
| * | [3487626] Backport fix for knownBug test dict-23.2. | dgp | 2013-09-19 | 1 | -1/+1 |
|
|
* | | [3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk. | dgp | 2013-09-19 | 1 | -2/+2 |
|
|
* | | More efficient instruction sequence for [dict for] with correct exception dep... | dkf | 2013-06-06 | 1 | -0/+18 |
|
|
* | | dup test name | dgp | 2012-11-08 | 1 | -1/+1 |
|
|
* | | Added compilation of [dict create] and [dict merge]. | dkf | 2012-11-01 | 1 | -0/+48 |
|
|
* | | Added compilation of [dict unset]; the bytecode needed already existed anyway. | dkf | 2012-10-24 | 1 | -0/+49 |
|
|
* | | ...and all the compilation and tests now work/pass | dkf | 2012-10-05 | 1 | -19/+35 |
|
|
* | | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu... | twylite | 2012-08-03 | 1 | -0/+246 |
|
|
* | | [Bug 3527618]: Stabilize tests that use [info frame 0] | dkf | 2012-05-17 | 1 | -4/+4 |
|
|
* | | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -0/+51 |
|\ \
| |/ |
|
| * | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -0/+51 |
|
|
* | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
|
|
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+48 |
|
|
* | | Added some tests. | dkf | 2011-10-05 | 1 | -0/+66 |
|
|
* | | 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 |
|
|
| * | [Backport] Also check the reverse path of dict->list EIAS violation. | ferrieux | 2010-05-20 | 1 | -1/+2 |
|
|
| * | Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions. | ferrieux | 2010-05-19 | 1 | -1/+2 |
|
|
| * | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -13/+23 |
|
|
| * | Fix [Bug 2431847] | dkf | 2008-12-15 | 1 | -1/+7 |
|
|