summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-12-05 20:43:58 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-12-05 20:43:58 (GMT)
commitecb30566e2adaac0b5ee80eda58257530b1e3a7e (patch)
treee1c66b55980fda6fc20a91baffd84dd43bff7897 /ChangeLog
parent5135eae0433e9c4fb96153356cce8f29f72c09a8 (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3c7687..a5ef431 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: