diff options
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 1a0746b3181..c0598dd5630 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2013-07-07 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * inc/sys/socket.h (F_SETFD, O_CLOEXEC, F_DUPFD_CLOEXEC) | ||
| 4 | (FD_CLOEXEC): New macros. | ||
| 5 | |||
| 6 | 2013-07-07 Paul Eggert <eggert@cs.ucla.edu> | ||
| 7 | |||
| 8 | Make file descriptors close-on-exec when possible (Bug#14803). | ||
| 9 | * gnulib.mk: Remove empty gl_GNULIB_ENABLED_verify section; | ||
| 10 | otherwise, gnulib-tool complains given close-on-exec changes. | ||
| 11 | * inc/ms-w32.h (pipe): Remove. | ||
| 12 | * mingw-cfg.site (ac_cv_func_fcntl, gl_cv_func_fcntl_f_dupfd_cloexec) | ||
| 13 | (gl_cv_func_fcntl_f_dupfd_works, ac_cv_func_pipe2): New vars. | ||
| 14 | |||
| 1 | 2013-06-25 Juanma Barranquero <lekktu@gmail.com> | 15 | 2013-06-25 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 16 | ||
| 3 | * configure.bat: Add warning to the help text about using the | 17 | * configure.bat: Add warning to the help text about using the |