diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-05 20:43:58 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2001-12-05 20:43:58 (GMT) |
commit | ecb30566e2adaac0b5ee80eda58257530b1e3a7e (patch) | |
tree | e1c66b55980fda6fc20a91baffd84dd43bff7897 /ChangeLog | |
parent | 5135eae0433e9c4fb96153356cce8f29f72c09a8 (diff) | |
download | tcl-ecb30566e2adaac0b5ee80eda58257530b1e3a7e.zip tcl-ecb30566e2adaac0b5ee80eda58257530b1e3a7e.tar.gz tcl-ecb30566e2adaac0b5ee80eda58257530b1e3a7e.tar.bz2 |
new algorithm for [array get], safe when there are traces that modify the array [Bug #449893].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2001-12-05 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclVar.c: + * tests/trace.test: new algorithm for [array get], safe when there + are traces that modify the array [Bug #449893]. + 2001-12-04 Donal K. Fellows <fellowsd@cs.man.ac.uk> * tests/compExpr-old.test, tests/compExpr.test, tests/compile.test: |