summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2003-12-09 15:27:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2003-12-09 15:27:46 (GMT)
commit4e5360f74973e4d77b3a766a0ab4ac4e378421c4 (patch)
tree57aefbfafb00fe48c812a7e68700bfc57dd2fb98 /ChangeLog
parente59347aca80cd4e89dac4bea20bed1e42b090418 (diff)
downloadtcl-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--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]