aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-11-17 20:00:16 +0200
committerEli Zaretskii2012-11-17 20:00:16 +0200
commitcf2d22b874ca2df0072e32ee641e8efffe4abd6d (patch)
tree1795142ec7861fc85c61adc90f03265b69041556 /nt/ChangeLog
parent3c4ca7155293ffc2d04708007131bcbc882d8913 (diff)
parent6ad30855c02908fdd99d9b11943719e185e65ee3 (diff)
downloademacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.tar.gz
emacs-cf2d22b874ca2df0072e32ee641e8efffe4abd6d.zip
Merge from trunk.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog39
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 @@
12012-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
112012-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
182012-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
252012-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
332012-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
12012-11-05 Eli Zaretskii <eliz@gnu.org> 402012-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.