Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
|\ | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble. | ||||
| * | * generic/tclCompCmds.c (TclCompileDictForCmd): [Bug 3487626]: Fix | dkf | 2012-02-15 | 1 | -0/+51 |
| | | | | | | | | crash in compilation of [dict for] when its implementation command is used directly rather than through the ensemble. | ||||
* | | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
|\ \ | |/ | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
| * | * generic/tclDictObj.c (DictExistsCmd): [Bug 3475264]: Ensure that | dkf | 2012-01-22 | 1 | -3/+1 |
| | | | | | | | | | | errors only ever happen when insufficient arguments are supplied, and not when a path doesn't exist or a dictionary is poorly formatted (the two cases can't be easily distinguished). | ||||
* | | * generic/tclCompCmds.c (TclCompileDictWithCmd): Corrected handling of | dkf | 2011-10-09 | 1 | -0/+48 |
| | | | | | | | | qualified names, and added spacial cases for empty bodies (used when [dict with] is just used for extracting variables). | ||||
* | | 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 |
|\ \ | |/ | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| | | | | | | more harm than good. Purged them. | ||||
| * | [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 |
| | | |||||
| * | Fix off-by-one error that caused crashes. Backport from HEAD. | dkf | 2008-05-07 | 1 | -1/+4 |
| | | |||||
* | | * generic/tclExecute.c (TEBCresume): [Bug 3079830]: Added invalidation | dkf | 2010-10-02 | 1 | -1/+7 |
| | | | | | | | | of string representations of dictionaries in some cases. | ||||
* | | Also check the reverse path of dict->list EIAS violation. | ferrieux | 2010-05-20 | 1 | -1/+2 |
| | | |||||
* | | Add missing test for [Bug 3004007], fixed under the radar on 2010-02-24 ↵ | ferrieux | 2010-05-19 | 1 | -1/+2 |
| | | | | | | | | (dkf): EIAS violation in list-dict conversions. | ||||
* | | Fix some nasties with handling duplicate keys in list->dict->list conversions. | dkf | 2010-02-24 | 1 | -3/+15 |
| | | |||||
* | | General cleanliness improvements. | dkf | 2009-10-29 | 1 | -255/+408 |
| | | |||||
* | | [Bug 2874678]: Don't leak bignums in [dict incr]... | dkf | 2009-10-08 | 1 | -15/+22 |
| | | |||||
* | | Fi [Bug 2431847] | dkf | 2008-12-15 | 1 | -1/+7 |
| | | |||||
* | | Implement TIP#341. | dkf | 2008-12-10 | 1 | -13/+19 |
| | | |||||
* | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -4/+4 |
| | | |||||
* | | * tests/dict.test (dict-19.2): Corrected a bug where | Kevin B Kenny | 2008-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | the test was changed to use [apply] instead of a temporary proc, but the cleanup script still attempted to delete the temporary proc. | ||||
* | | * Makefile: | Kevin B Kenny | 2008-05-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restored compilability of 'stitcher.exe' on vc2k5. * cameraparams.h: * compressor.cpp: * imageDirectory.h: * stitchEngine.h: * stitcher.cpp: Added computation of Brenner gradient and median of several images to allow for computation of white balance on the fly. Replaced a lot of 'unsigned' quantities with 'int' to avoid surprises on overflow. Turned the images to run in X-major order again. This requires a 64-bit machine for the larger images, but is considerably more cache-friendly, and reduces stitch times of the smaller images by nearly half. | ||||
* | | Cleaning up | dkf | 2008-05-07 | 1 | -380/+369 |
| | | |||||
* | | Simplify test | dkf | 2008-05-07 | 1 | -8/+3 |
| | | |||||
* | | Detect problem case and prove that it's fixed. | dkf | 2008-05-07 | 1 | -1/+9 |
|/ | |||||
* | Correct the handling of stack space calculation (the jump pattern used was | dkf | 2008-03-16 | 1 | -1/+8 |
| | | | | confusing the simple-minded code doing the calculations). [Bug 1903325] | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | Rebuild [dict] as a full compiled ensemble. | dkf | 2007-11-22 | 1 | -3/+3 |
| | |||||
* | 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. |