summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c16ba9..36e49cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -39,6 +39,7 @@
* win/tclWinDde.c:
* win/tclWinFCmd.c:
* win/tclWinPipe.c:
+ * win/tclWinReg.c:
It is a poor practice to directly set or append to the value
of the objResult of an interp, because that value might be
shared, and in that circumstance a Tcl_Panic() will be the
@@ -46,6 +47,7 @@
with safer alternatives, often using the Tcl_AppendResult()
routine that dkf just rehabilitated.
* library/dde/pkgIndex.tcl: Bump to dde 1.3.1
+ * library/reg/pkgIndex.tcl: Bump to registry 1.1.5
2004-10-06 Donal K. Fellows <donal.k.fellows@man.ac.uk>