aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 4d16be4..79e0462 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,10 @@
+2009-11-23 Ben Elliston <bje@au.ibm.com>
+ Ian Lance Taylor <iant@google.com>
+
+ * pex-unix.c (pex_child_error): Improve warning avoidance by
+ checking the results of write(3) and exiting with -2 if any write
+ returns a negative value.
+
2009-11-22 Steve Ward <planet36@gmail.com>
* dyn-string.c (dyn_string_append_char): Fix typo in comment.