diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-28 08:47:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-08-28 08:47:47 (GMT) |
commit | 46ba61c2807ce86a75016cf0ebf74898ef09ff26 (patch) | |
tree | 39fb7cea2b004d325f0f2f69ea64e8ba34ad40fe /ChangeLog | |
parent | 7f4c44f7f9c94d6872c360fa78a5ca8774cb5125 (diff) | |
download | tcl-46ba61c2807ce86a75016cf0ebf74898ef09ff26.zip tcl-46ba61c2807ce86a75016cf0ebf74898ef09ff26.tar.gz tcl-46ba61c2807ce86a75016cf0ebf74898ef09ff26.tar.bz2 |
Cache handling of ac_cv_type_socklen_t was wrong. [Bug 600931]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-08-28 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * unix/configure.in: Cache handling of ac_cv_type_socklen_t was + wrong. [Bug 600931] reported by John Ellson. Fixed by putting the + brackets where they belong. + 2002-08-26 Miguel Sofer <msofer@users.sourceforge.net> * generic/tclCompCmds.c: fix for [Bug 599788] (error in element |