diff options
| author | Paul Eggert | 2013-07-09 10:16:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-09 10:16:21 -0700 |
| commit | 7b154deff5f593d056b54d81baf627dcea6bb149 (patch) | |
| tree | 087a09ad257f99b921051708179b74f2bc3dbebe /ChangeLog | |
| parent | d74647c382d793c2df2eb5b4756b9742ea57c1cc (diff) | |
| download | emacs-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-07-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-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. |