summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
Commit message (Expand)AuthorAgeFilesLines
* [d553228d9f] Stop crashes in [dict update] with low refcount dictionaries.donal.k.fellows@manchester.ac.uk2016-06-231-0/+7
* [cb042d294e] Improve consistency of [dict] wrong-args error messages.donal.k.fellows@manchester.ac.uk2014-06-151-26/+26
* Make [dict replace] and [dict remove] guarantee result canonicality.donal.k.fellows@manchester.ac.uk2014-06-151-11/+19
* Improved the error messages. donal.k.fellows@manchester.ac.uk2014-06-071-10/+10
* more tests, cleaning up the code a bitdonal.k.fellows@manchester.ac.uk2014-06-041-0/+29
* [1b0266d8bb] Working towards ensuring that all dict operations are sufficient...donal.k.fellows@manchester.ac.uk2014-06-031-0/+42
* Line numbers wrong in compiled [dict with].dgp@users.sourceforge.net2013-09-191-0/+30
* Line numbers wrong in compiled [dict exists].dgp@users.sourceforge.net2013-09-191-0/+6
* Line numbers wrong in compiled [dict update].dgp@users.sourceforge.net2013-09-191-0/+6
|\
| * Line numbers wrong in compiled [dict update].dgp@users.sourceforge.net2013-09-191-0/+6
* | Line numbers wrong in compiled [dict for].dgp@users.sourceforge.net2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict for].dgp@users.sourceforge.net2013-09-191-0/+6
* | Line numbers wrong in compiled [dict get].dgp@users.sourceforge.net2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict get].dgp@users.sourceforge.net2013-09-191-0/+6
* | Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp@users.sourceforge.net2013-09-191-0/+5
|\ \ | |/
| * Stop segfault due to OBOE in CompileWord() calls in [dict incr] compiler.dgp@users.sourceforge.net2013-09-191-0/+5
* | Line numbers wrong in compiled [dict set].dgp@users.sourceforge.net2013-09-191-0/+6
|\ \ | |/
| * Line numbers wrong in compiled [dict set].dgp@users.sourceforge.net2013-09-191-0/+6
| |
| \
*-. \ Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp@users.sourceforge.net2013-09-191-0/+6
|\ \ \ | | |/
| | * Stop segfault due to OBOE in CompileWord() calls in [dict lappend] compiler.dgp@users.sourceforge.net2013-09-191-0/+6
| |/
| * [3487626] Backport fix for knownBug test dict-23.2.dgp@users.sourceforge.net2013-09-191-1/+1
* | [3487626] knownBug tests dict-23.2 and dist-24.21 already fixed on trunk.dgp@users.sourceforge.net2013-09-191-2/+2
* | More efficient instruction sequence for [dict for] with correct exception dep...donal.k.fellows@manchester.ac.uk2013-06-061-0/+18
* | dup test namedgp@users.sourceforge.net2012-11-081-1/+1
* | Added compilation of [dict create] and [dict merge].donal.k.fellows@manchester.ac.uk2012-11-011-0/+48
* | Added compilation of [dict unset]; the bytecode needed already existed anyway.donal.k.fellows@manchester.ac.uk2012-10-241-0/+49
* | ...and all the compilation and tests now work/passdonal.k.fellows@manchester.ac.uk2012-10-051-19/+35
* | [Patch-3163961] Implementation of TIP #405 merged from private branch. Inclu...twylite@crypt.co.za2012-08-031-0/+246
* | [Bug 3527618]: Stabilize tests that use [info frame 0]donal.k.fellows@manchester.ac.uk2012-05-171-4/+4
* | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdonal.k.fellows@manchester.ac.uk2012-02-151-0/+51
|\ \ | |/
| * * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fixdonal.k.fellows@manchester.ac.uk2012-02-151-0/+51
* | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdonal.k.fellows@manchester.ac.uk2012-01-221-3/+1
|\ \ | |/
| * * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure thatdonal.k.fellows@manchester.ac.uk2012-01-221-3/+1
* | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling ofdonal.k.fellows@manchester.ac.uk2011-10-091-0/+48
* | Added some tests.donal.k.fellows@manchester.ac.uk2011-10-051-0/+66
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp@users.sourceforge.net2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp@users.sourceforge.net2011-03-021-2/+0
| * [Backport] Also check the reverse path of dict->list EIAS violation.ferrieux@users.sourceforge.net2010-05-201-1/+2
| * Backport of fix for [Bug 3004007], EIAS violation in list-dict conversions.ferrieux@users.sourceforge.net2010-05-191-1/+2
| * [Bug 2874678]: Don't leak bignums in [dict incr]...donal.k.fellows@manchester.ac.uk2009-10-081-13/+23
| * Fix [Bug 2431847]donal.k.fellows@manchester.ac.uk2008-12-151-1/+7
| * Fix off-by-one error that caused crashes. Backport from HEAD.donal.k.fellows@manchester.ac.uk2008-05-071-1/+4
* | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidationdonal.k.fellows@manchester.ac.uk2010-10-021-1/+7
* | Also check the reverse path of dict->list EIAS violation.ferrieux@users.sourceforge.net2010-05-201-1/+2
* | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 (dkf)...ferrieux@users.sourceforge.net2010-05-191-1/+2
* | Fix some nasties with handling duplicate keys in list->dict->list conversions.donal.k.fellows@manchester.ac.uk2010-02-241-3/+15
* | General cleanliness improvements.donal.k.fellows@manchester.ac.uk2009-10-291-255/+408
* | [Bug 2874678]: Don't leak bignums in [dict incr]...donal.k.fellows@manchester.ac.uk2009-10-081-15/+22
* | Fi [Bug 2431847]donal.k.fellows@manchester.ac.uk2008-12-151-1/+7
* | Implement TIP#341.donal.k.fellows@manchester.ac.uk2008-12-101-13/+19