summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-07-15 03:48:39 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-07-15 03:48:39 (GMT)
commitb12bec507a6ed4797409c5b66654dc970841657d (patch)
treeee11475de6d856982270bc222c565562bed5f23e /ChangeLog
parent6589dad62592f0a6175b2c711ed1533dbe093225 (diff)
downloadtcl-b12bec507a6ed4797409c5b66654dc970841657d.zip
tcl-b12bec507a6ed4797409c5b66654dc970841657d.tar.gz
tcl-b12bec507a6ed4797409c5b66654dc970841657d.tar.bz2
* Removed declarations that duplicated entries in the (internal)
stub table.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b366260..a59743a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2002-07-14 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclInt.h: Removed declarations that duplicated entries
+ in the (internal) stub table.
* library/tcltest/tcltest.tcl: Corrected errors in handling of
configuration options -constraints and -limitconstraints.