summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-07-17 20:42:26 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-07-17 20:42:26 (GMT)
commit374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd (patch)
tree9ada26f5b375c55f3433d23f72df21c88270fe5c /ChangeLog
parentb6f6d97e727f10bb363e7951b3cb80bbfac6296a (diff)
downloadtcl-374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd.zip
tcl-374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd.tar.gz
tcl-374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd.tar.bz2
* generic/tclVar.c (DupParsedVarName): nasty bug fixed
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d8c9cf..6f7837f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2002-07-17 Miguel Sofer <msofer@users.sourceforge.net>
+ * generic/tclVar.c (DupParsedVarName): nasty bug fixed, reported
+ by Vince Darley.
+
+2002-07-17 Miguel Sofer <msofer@users.sourceforge.net>
+
* generic/tclVar.c (TclPtrIncrVar): missing CONST in declarations,
inconsistent with tclInt.h. Thanks to Vince Darley for reporting,
boo to gcc for not complaining.