summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2003-12-09 15:27:46 (GMT)
committerdkf <dkf@noemail.net>2003-12-09 15:27:46 (GMT)
commitccdc9cfb939ab5fcbc2f816657e6d448c94b8e68 (patch)
tree57aefbfafb00fe48c812a7e68700bfc57dd2fb98 /ChangeLog
parent76a0110bb9d76a00382c2f0807336f1cb4c947f1 (diff)
downloadtcl-ccdc9cfb939ab5fcbc2f816657e6d448c94b8e68.zip
tcl-ccdc9cfb939ab5fcbc2f816657e6d448c94b8e68.tar.gz
tcl-ccdc9cfb939ab5fcbc2f816657e6d448c94b8e68.tar.bz2
#ifdef'd out errno declarations; incompatible with recent glibc. [Bug 852369]
FossilOrigin-Name: d06ae339af6460c998f81bb9bb5aee9b6ca08b95
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7afbb8b..de699a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]