aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-09 10:16:21 -0700
committerPaul Eggert2013-07-09 10:16:21 -0700
commit7b154deff5f593d056b54d81baf627dcea6bb149 (patch)
tree087a09ad257f99b921051708179b74f2bc3dbebe /ChangeLog
parentd74647c382d793c2df2eb5b4756b9742ea57c1cc (diff)
downloademacs-7b154deff5f593d056b54d81baf627dcea6bb149.tar.gz
emacs-7b154deff5f593d056b54d81baf627dcea6bb149.zip
Port recent close-on-exec changes to Cygwin.
* lib/binary-io.c, lib/binary-io.h: New files. Merge from gnulib, incorporating: 2013-07-09 accept4, dup3, pipe2: port to Cygwin * lib/pipe2.c: Update from gnulib, as part of this merge. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. Fixes: debbugs:14821
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9571aec61c..6a451c85cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
12013-07-09 Paul Eggert <eggert@cs.ucla.edu> 12013-07-09 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Port recent close-on-exec changes to Cygwin (Bug#14821).
4 * lib/binary-io.c, lib/binary-io.h: New files.
5 Merge from gnulib, incorporating:
6 2013-07-09 accept4, dup3, pipe2: port to Cygwin
7 * lib/pipe2.c: Update from gnulib, as part of this merge.
8 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
9
3 Handle errno and exit status a bit more carefully. 10 Handle errno and exit status a bit more carefully.
4 * lib/ignore-value.h: Remove this gnulib-imported file. 11 * lib/ignore-value.h: Remove this gnulib-imported file.
5 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. 12 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.