summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2013-05-04 17:31:20 -0400
committerPaul Smith <psmith@gnu.org>2013-05-04 17:31:20 -0400
commita0c5d0c63f6801ca16865d04faa223cea440d2c0 (patch)
tree9850519d87395414d922bce9ca4aac4a7c874cac /ChangeLog
parent64dd61bcb83776a860afcfba640dc43f28cdc385 (diff)
downloadgunmake-a0c5d0c63f6801ca16865d04faa223cea440d2c0.tar.gz
Don't pump output to the descriptor, as we use FILE* elsewhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc6ba1a..ea20753 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04 Paul Smith <psmith@gnu.org>
+
+ * job.c (pump_from_tmp): (Rename) Write to stdout/stderr using
+ FILE* rather than fd. It's not a good idea to mix and match.
+
2013-05-04 Eli Zaretskii <eliz@gnu.org>
* makeint.h (ftruncate) [_MSC_VER]: Redirect to _chsize.