Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [Bug 1786481] | dkf | 2007-09-08 | 1 | -1/+43 |
| | |||||
* | Added a scheme to allow aux-data to be printed out for debugging. For this ↵ | dkf | 2007-03-02 | 1 | -1/+17 |
| | | | | | | to work, immediate operands referring to aux-data must be identified as such in the instruction descriptor table using OPERAND_AUX4 (all are always 4 bytes). Rewrote the compiled [dict update] so that it stores critical non-varying data in an aux-data value instead of a (shimmerable) literal. [Bug 1671001] | ||||
* | Fix silly error in error handling for uncompiled [dict for]. [Bug 1531184] | dkf | 2006-08-09 | 1 | -1/+4 |
| | |||||
* | Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test | dgp | 2006-01-18 | 1 | -2/+2 |
| | | | | | file needs to avoid stomping on the assumptions of other files, and protect against getting stomped as well. | ||||
* | Fix [Bug 1382528]; thanks to Anton Kovalenko for finding this. | dkf | 2005-12-18 | 1 | -3/+11 |
| | |||||
* | Fix [Bug 1379349] | dkf | 2005-12-13 | 1 | -1/+12 |
| | |||||
* | Squelch the false [Bug 1342858] by removing traces cleanly. The trace leaking | dkf | 2005-11-07 | 1 | -1/+11 |
| | | | | is being pursued elsewhere. | ||||
* | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+8 |
| | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. | ||||
* | Compiler for [dict] and related changes. | dkf | 2005-07-21 | 1 | -1/+36 |
| | |||||
* | Stop losing result codes in [dict with] in some circumstances | dkf | 2004-10-19 | 1 | -1/+13 |
| | |||||
* | Fix things so we can pass our own test suite for TIP#212... | dkf | 2004-10-08 | 1 | -6/+6 |
| | |||||
* | Basic tests for TIPs #201 and #212 | dkf | 2004-10-08 | 1 | -1/+133 |
| | |||||
* | update test for TIP 212 | dgp | 2004-10-08 | 1 | -2/+2 |
| | |||||
* | Modify the semantics of [dict set] to be what everyone expected them to be | dkf | 2004-10-02 | 1 | -4/+4 |
| | | | | | in a straw poll. Also made T_DODone;T_DONext a non-fatal sequence, leading to simplified code. | ||||
* | Implementation of [dict merge] subcommand, based on [FRQ 745851] | dkf | 2004-03-12 | 1 | -2/+33 |
| | |||||
* | Allow [dict exists {a {b c}} d e] to not be an error. [Bug 871387] | dkf | 2004-01-14 | 1 | -4/+2 |
| | |||||
* | Dict refcount fixes from Peter Spjuth. Thanks! [Bug 876170] | dkf | 2004-01-14 | 1 | -6/+160 |
| | |||||
* | * tests/reg.test: Corrected duplicate test names. | dgp | 2003-10-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | * tests/resource.test: [Bugs 710370, 710358] * tests/dict.test: * tests/dict.test: Updated [package require tcltest] lines to * tests/fileSystem.test: indiciate that these test files * tests/lrepeat.test: use features of tcltest 2. [Bug 706114] * tests/notify.test: * tests/parseExpr.test: * tests/unixNotfy.test: * tests/winDde.test: | ||||
* | * tests/async.test: Added several tests that demonstrate Tcl | dgp | 2003-07-24 | 1 | -1/+7 |
| | | | | | | | | | | * tests/basic.test: Bug 489537, Tcl's longstanding failure to * tests/dict.test: properly quote any leading '#' character * tests/dstring.test: when generating the string rep of a list * tests/list.test: so that the comment-power of that character * tests/parse.test: is hidden from any [eval], in order to * tests/util.test: satisfy the documentation that [list] does [eval]-safe quoting. | ||||
* | Fixed bugs 715751 and 713562 so dict code should build everywhere and wide ints | dkf | 2003-04-07 | 1 | -1/+9 |
| | | | | be defined (though not necessarily useful) everywhere. | ||||
* | The bulk of the TIP#111 implementation. Still need to finish plumbing this | dkf | 2003-04-05 | 1 | -0/+706 |
into the rest of the core, but that won't take long... |