diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-12 16:18:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-12 16:18:09 (GMT) |
commit | a5fbabae01fb74139bbfe1c34061e2458395cba5 (patch) | |
tree | 3f8eb53a3165efd0a8a534427ad6f88c4520bb6c /ChangeLog | |
parent | 93b82f20898aee2279608c81083e429192114e7a (diff) | |
download | tcl-a5fbabae01fb74139bbfe1c34061e2458395cba5.zip tcl-a5fbabae01fb74139bbfe1c34061e2458395cba5.tar.gz tcl-a5fbabae01fb74139bbfe1c34061e2458395cba5.tar.bz2 |
Make a bad zlib install less fatal to rest of Tcl for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2008-12-12 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclZlib.c, unix/configure.in: Added stubs to use when the + version of zlib is not capable enough, and automagic to detect when + that is the case. + 2008-12-12 Alexandre Ferrieux <ferrieux@users.sourceforge.net> * unix/tclUnixNotfy.c Fix missing CLOEXEC on internal pipes [2417695] |