summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2002-07-24 13:51:17 (GMT)
committerdas <das>2002-07-24 13:51:17 (GMT)
commit0fd543a530069579d7b5ae7cc55401d2a0ad45b2 (patch)
treeb65906e3add473c0e18741e513241c2edc0f7112 /ChangeLog
parentca9b078ef7aa8a23a6958d0ec486badbfdbcc44c (diff)
downloadtcl-0fd543a530069579d7b5ae7cc55401d2a0ad45b2.zip
tcl-0fd543a530069579d7b5ae7cc55401d2a0ad45b2.tar.gz
tcl-0fd543a530069579d7b5ae7cc55401d2a0ad45b2.tar.bz2
* unix/Makefile.in:
* unix/configure.in: corrected fix for [Bug 529801]: ranlib only needed for static builds on Mac OS X. * unix/configure: Regen. * unix/tclLoadDyld.c: fixed small bugs introduced by Vince, implemented library unloading correctly (needs OS X 10.2).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e129a7..8181b6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2002-07-24 Daniel Steffen <das@users.sourceforge.net>
+
+ * unix/Makefile.in:
+ * unix/configure.in: corrected fix for [Bug 529801]: ranlib
+ only needed for static builds on Mac OS X.
+ * unix/configure: Regen.
+ * unix/tclLoadDyld.c: fixed small bugs introduced by Vince,
+ implemented library unloading correctly (needs OS X 10.2).
+
2002-07-23 Joe English <jenglish@users.sourceforge.net>
* doc/OpenFileChnl.3: (Updates from Larry Virden)