summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-03-26 20:02:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-03-26 20:02:14 (GMT)
commitd4400715593b55eb5389eefc554c1ff293bb0c5f (patch)
tree5781ce48711b600d7847d553a3bc260ae1c606c2 /ChangeLog
parent843c34025cd8e00610703851bb3ef645e36a0040 (diff)
downloadtcl-d4400715593b55eb5389eefc554c1ff293bb0c5f.zip
tcl-d4400715593b55eb5389eefc554c1ff293bb0c5f.tar.gz
tcl-d4400715593b55eb5389eefc554c1ff293bb0c5f.tar.bz2
* unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass
argument exact = 0, so that rebuilds are not required when Tcl bumps to a new version. [Bug 701926]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35366a1..0dc1c4a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-03-26 Don Porter <dgp@users.sourceforge.net>
+
+ * unix/dltest/pkg?.c: Changed all Tcl_InitStubs calls to pass
+ argument exact = 0, so that rebuilds are not required when Tcl
+ bumps to a new version. [Bug 701926]
+
2003-03-24 Miguel Sofer <msofer@users.sf.net>
* generic/tclVar.c: