aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8bff20d56d..1e5bf54a897 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
12012-11-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 Remove no-longer-used pty_max_bytes variable.
4 * configure.ac (fpathconf): Remove unnecessary check.
5
62012-11-14 Paul Eggert <eggert@cs.ucla.edu>
7
8 Use faccessat, not access, when checking file permissions (Bug#12632).
9 * .bzrignore: Add lib/fcntl.h.
10 * configure.ac (euidaccess): Remove check; gnulib does this for us now.
11 (gl_FCNTL_O_FLAGS): Define a dummy version.
12 * lib/at-func.c, lib/euidaccess.c, lib/faccessat.c, lib/fcntl.in.h:
13 * lib/getgroups.c, lib/group-member.c, lib/root-uid.h:
14 * lib/xalloc-oversized.h, m4/euidaccess.m4, m4/faccessat.m4:
15 * m4/fcntl_h.m4, m4/getgroups.m4, m4/group-member.m4:
16 New files, from gnulib.
17 * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate.
18
12012-11-05 Paul Eggert <eggert@cs.ucla.edu> 192012-11-05 Paul Eggert <eggert@cs.ucla.edu>
2 20
3 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800). 21 Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid (Bug#12800).