summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-07-29 14:57:25 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-07-29 14:57:25 (GMT)
commit34c1b26fda7971d730ebcf6498ef36793dc84609 (patch)
tree062cd7e13a1afaeefc61eebd4c57c117336664b6 /ChangeLog
parentcfb0529d87cadc7480b14d0b3379ecf7ed5802c9 (diff)
downloadtcl-34c1b26fda7971d730ebcf6498ef36793dc84609.zip
tcl-34c1b26fda7971d730ebcf6498ef36793dc84609.tar.gz
tcl-34c1b26fda7971d730ebcf6498ef36793dc84609.tar.bz2
Take care with globals that have an entry in the var table but "don't exist"
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 17782af..9b1b01d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-29 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclCmdIL.c (InfoGlobalsCmd): Even in high-speed mode,
+ still have to take care with non-existant variables. [Bug 1247135]
+
2005-07-28 Mo DeJong <mdejong@users.sourceforge.net>
* win/README: Update link to msys_mingw8.zip.