diff options
Diffstat (limited to 'nt/ChangeLog')
| -rw-r--r-- | nt/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 931cb745c8b..b24acae8be5 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog | |||
| @@ -1,3 +1,42 @@ | |||
| 1 | 2012-11-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * inc/sys/wait.h: New file, with prototype of waitpid and | ||
| 4 | definitions of macros it needs. | ||
| 5 | |||
| 6 | * inc/ms-w32.h (wait): Don't define, 'wait' is not used anymore. | ||
| 7 | (sys_wait): Remove prototype. | ||
| 8 | |||
| 9 | * config.nt (HAVE_SYS_WAIT_H): Define to 1. | ||
| 10 | |||
| 11 | 2012-11-17 Dani Moncayo <dmoncayo@gmail.com> | ||
| 12 | |||
| 13 | * zipdist.bat (ZIP_CHECK): Remove unused label. When invoking 7z | ||
| 14 | to check if it's installed, redirect standard output and standard | ||
| 15 | error to the null device. | ||
| 16 | (ZIP_DIST): Don't build the "barebin" distribution. | ||
| 17 | |||
| 18 | 2012-11-15 Juanma Barranquero <lekktu@gmail.com> | ||
| 19 | |||
| 20 | * config.nt: Sync with autogen/config.in. | ||
| 21 | (GETGROUPS_T, GETGROUPS_ZERO_BUG, GNULIB_FACCESSAT, HAVE_ACCESS) | ||
| 22 | (HAVE_EACCESS, HAVE_FACCESSAT, HAVE_GETGROUPS, HAVE_LIBGEN_H): | ||
| 23 | New macros. | ||
| 24 | |||
| 25 | 2012-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 26 | |||
| 27 | * inc/unistd.h (faccessat): Add prototype. | ||
| 28 | (AT_FDCWD, AT_EACCESS, AT_SYMLINK_NOFOLLOW): New macros; the first | ||
| 29 | 2 moved from ms-w32.h. | ||
| 30 | |||
| 31 | * inc/ms-w32.h (AT_FDCWD, AT_EACCESS, faccessat): Remove macros. | ||
| 32 | |||
| 33 | 2012-11-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 34 | |||
| 35 | Use faccessat, not access, when checking file permissions (Bug#12632). | ||
| 36 | * inc/ms-w32.h (AT_FDCWD, AT_EACCESS): New symbols. | ||
| 37 | (access): Remove. | ||
| 38 | (faccessat): New macro. | ||
| 39 | |||
| 1 | 2012-11-05 Eli Zaretskii <eliz@gnu.org> | 40 | 2012-11-05 Eli Zaretskii <eliz@gnu.org> |
| 2 | 41 | ||
| 3 | * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes. | 42 | * inc/unistd.h (tcgetpgrp, setsid): Provide prototypes. |