diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2003-12-09 15:27:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2003-12-09 15:27:46 (GMT) |
commit | 4e5360f74973e4d77b3a766a0ab4ac4e378421c4 (patch) | |
tree | 57aefbfafb00fe48c812a7e68700bfc57dd2fb98 /ChangeLog | |
parent | e59347aca80cd4e89dac4bea20bed1e42b090418 (diff) | |
download | tcl-4e5360f74973e4d77b3a766a0ab4ac4e378421c4.zip tcl-4e5360f74973e4d77b3a766a0ab4ac4e378421c4.tar.gz tcl-4e5360f74973e4d77b3a766a0ab4ac4e378421c4.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-09 Vince Darley <vincentdarley@users.sourceforge.net> * win/tclWinFile.c: fix to NT file permissions code [Bug 855923] |