summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2009-10-07 17:11:40 (GMT)
committerandreas_kupries <akupries@shaw.ca>2009-10-07 17:11:40 (GMT)
commit86d7b6d7b9a8a46a9d99a3e0e6b707fe7eb0b411 (patch)
tree327335456bc78fe912775e45acc10c5ba37051c8 /ChangeLog
parent68cca388595b1a3e1535f8e700e003bcb98bde45 (diff)
downloadtcl-86d7b6d7b9a8a46a9d99a3e0e6b707fe7eb0b411.zip
tcl-86d7b6d7b9a8a46a9d99a3e0e6b707fe7eb0b411.tar.gz
tcl-86d7b6d7b9a8a46a9d99a3e0e6b707fe7eb0b411.tar.bz2
* generic/tclIORChan.c (ErrnoReturn): Replace the hardwired
constant 11 with the proper errno define, EAGAIN. What was I thinking ? The BSD's have a different errno assignment and break with the hardwired number. Reported by emiliano on the chat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a07b27..6d4f1b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-10-07 Andreas Kupries <andreask@activestate.com>
+
+ * generic/tclIORChan.c (ErrnoReturn): Replace the hardwired
+ constant 11 with the proper errno define, EAGAIN. What was I
+ thinking ? The BSD's have a different errno assignment and break
+ with the hardwired number. Reported by emiliano on the chat.
+
2009-10-06 Don Porter <dgp@users.sourceforge.net>
* generic/tclTomMathInt.h (new): Public header tclTomMath.h had