diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-04 17:31:20 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-04 17:31:20 -0400 |
commit | a0c5d0c63f6801ca16865d04faa223cea440d2c0 (patch) | |
tree | 9850519d87395414d922bce9ca4aac4a7c874cac /ChangeLog | |
parent | 64dd61bcb83776a860afcfba640dc43f28cdc385 (diff) | |
download | gunmake-a0c5d0c63f6801ca16865d04faa223cea440d2c0.tar.gz |
Don't pump output to the descriptor, as we use FILE* elsewhere.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |