diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-12-09 15:32:19 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-12-09 15:32:19 (GMT) |
commit | fbbfaea5fca1f1d6c39d4d126ffae9d71f4eb8e6 (patch) | |
tree | e3844e03bf12ae0e74b999b696545fd09563ce08 /ChangeLog | |
parent | 51aefc5291128249b16968dfa9a4f8cc9779d9d8 (diff) | |
download | tcl-fbbfaea5fca1f1d6c39d4d126ffae9d71f4eb8e6.zip tcl-fbbfaea5fca1f1d6c39d4d126ffae9d71f4eb8e6.tar.gz tcl-fbbfaea5fca1f1d6c39d4d126ffae9d71f4eb8e6.tar.bz2 |
#ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2003-12-09 Donal K. Fellows <donal.k.fellows@man.ac.uk> + + * unix/tclUnixPort.h: #ifdef'd out declarations of errno which + * tools/man2tcl.c: are known to cause problems with recent + glibc. [Bug 852369] + 2003-12-03 Don Porter <dgp@users.sourceforge.net> * generic/tcl.h: Bumped patch level to 8.4.5.1 to distinguish |