summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-06-03 16:31:21 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-06-03 16:31:21 (GMT)
commit0fff2bdf2fa5004c0b6a782ab5dbcd4831fb642d (patch)
tree7fcfc8982fc7252dadfac7585f77066844a82cdc /ChangeLog
parentd39a834cca9ff62b0d417677527e08e0304d8468 (diff)
downloadtcl-0fff2bdf2fa5004c0b6a782ab5dbcd4831fb642d.zip
tcl-0fff2bdf2fa5004c0b6a782ab5dbcd4831fb642d.tar.gz
tcl-0fff2bdf2fa5004c0b6a782ab5dbcd4831fb642d.tar.bz2
clarify the empty variable name issue ([Bug 549285])
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a09525..7b90e33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-03 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * doc/Tcl.n: clarify the empty variable name issue ([Bug 549285]
+ reported by Tom Krehbiel, patch by Don Porter).
+
2002-05-31 Don Porter <dgp@users.sourceforge.net>
* library/package.tcl: Fixed leak of slave interp in [pkg_mkIndex].