summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2004-03-04 15:10:41 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2004-03-04 15:10:41 (GMT)
commitc5e44485d15e28508cd8e8a7c7d6da2a6e777888 (patch)
treebd9f3d0e20a77186d2f0628ccca5456059cbc8e2 /ChangeLog
parent91efcbd1bca5f810db5a35238d96dbf3c6738f30 (diff)
downloadtcl-c5e44485d15e28508cd8e8a7c7d6da2a6e777888.zip
tcl-c5e44485d15e28508cd8e8a7c7d6da2a6e777888.tar.gz
tcl-c5e44485d15e28508cd8e8a7c7d6da2a6e777888.tar.bz2
Added TIP #100 support to the registry package (patch #903831)
This provides a Windows test of the TIP #100 mechanism and a sample to show how unloading an extension can be done.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e38ade4..79e64db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-04 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * library/reg/pkgIndex.tcl: Added TIP #100 support to the
+ * win/tclWinReg.c: registry package (patch #903831)
+ This provides a Windows test of the TIP #100 mechanism and
+ a sample to show how unloading an extension can be done.
+
2004-03-04 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* unix/dltest/pkgua.c: Fix minor syntax problems. [Bug 909288]