diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-03-04 15:10:41 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-03-04 15:10:41 (GMT) |
commit | c5e44485d15e28508cd8e8a7c7d6da2a6e777888 (patch) | |
tree | bd9f3d0e20a77186d2f0628ccca5456059cbc8e2 /ChangeLog | |
parent | 91efcbd1bca5f810db5a35238d96dbf3c6738f30 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] |