summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
Commit message (Expand)AuthorAgeFilesLines
* More efficient instruction sequence for [dict for] with correct exception dep...dkf2013-06-061-0/+18
* dup test namedgp2012-11-081-1/+1
* Added compilation of [dict create] and [dict merge].dkf2012-11-011-0/+48
* Added compilation of [dict unset]; the bytecode needed already existed anyway.dkf2012-10-241-0/+49
* ...and all the compilation and tests now work/passtip_votedkf2012-10-051-19/+35
* [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite2012-08-031-0/+246
* [Bug 3527618]: Stabilize tests that use [info frame 0]dkf2012-05-171-4/+4
* * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdkf2012-02-151-0/+51
|\
| * * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdkf2012-02-151-0/+51
* | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-3/+1
|\ \ | |/
| * * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdkf2012-01-221-3/+1
* | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdkf2011-10-091-0/+48
* | Added some tests.dkf2011-10-051-0/+66
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| * [Backport] Also check the reverse path of dict->list EIAS violation.ferrieux2010-05-201-1/+2
| * Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions.ferrieux2010-05-191-1/+2
| * [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-13/+23
| * Fix [Bug 2431847]dkf2008-12-151-1/+7
| * Fix off-by-one error that caused crashes. Backport from HEAD.dkf2008-05-071-1/+4
* | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdkf2010-10-021-1/+7
* | Also check the reverse path of dict->list EIAS violation.ferrieux2010-05-201-1/+2
* | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf)...ferrieux2010-05-191-1/+2
* | Fix some nasties with handling duplicate keys in list->dict->list conversions.dkf2010-02-241-3/+15
* | General cleanliness improvements.dkf2009-10-291-255/+408
* | [Bug 2874678]: Don't leak bignums in [dict incr]...dkf2009-10-081-15/+22
* | Fi [Bug 2431847]dkf2008-12-151-1/+7
* | Implement TIP#341.dkf2008-12-101-13/+19
* | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-4/+4
* | * tests/dict.test (dict-19.2): Corrected a bug whereKevin B Kenny2008-05-091-1/+1
* | * Makefile:Kevin B Kenny2008-05-091-2/+2
* | Cleaning updkf2008-05-071-380/+369
* | Simplify testdkf2008-05-071-8/+3
* | Detect problem case and prove that it's fixed.dkf2008-05-071-1/+9
|/
* Correct the handling of stack space calculation (the jump pattern used wasdkf2008-03-161-1/+8
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Rebuild [dict] as a full compiled ensemble.dkf2007-11-221-3/+3
* Fix [Bug 1786481]dkf2007-09-081-1/+43
* Added a scheme to allow aux-data to be printed out for debugging. For this to...dkf2007-03-021-1/+17
* Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184]dkf2006-08-091-1/+4
* Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each testdgp2006-01-181-2/+2
* Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this.dkf2005-12-181-3/+11
* Fix [Bug 1379349]dkf2005-12-131-1/+12
* Squelch the false [Bug 1342858] by removing traces cleanly. The trace leakingdkf2005-11-071-1/+11
* TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+8
* Compiler for [dict] and related changes.dkf2005-07-211-1/+36
* Stop losing result codes in [dict with] in some circumstancesdkf2004-10-191-1/+13
* Fix things so we can pass our own test suite for TIP#212...dkf2004-10-081-6/+6
* Basic tests for TIPs #201 and #212dkf2004-10-081-1/+133
* update test for TIP 212dgp2004-10-081-2/+2