diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 55b71844144..1085bc0b870 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-05-07 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | Use Gnulib ACL implementation, for benefit of Solaris etc. (Bug#14295) | ||
| 4 | * Makefile.in (LIB_ACL): New macro. | ||
| 5 | (LIBACL_LIBS): Remove. | ||
| 6 | (LIBES): Use LIB_ACL, not LIBACL_LIBS. | ||
| 7 | * fileio.c: Include <acl.h>. | ||
| 8 | Use HAVE_ACL_SET_FILE rather than HAVE_POSIX_ACL. | ||
| 9 | (ACL_NOT_WELL_SUPPORTED): Remove. All uses replaced by | ||
| 10 | !acl_errno_valid. | ||
| 11 | (Fcopy_file) [!WINDOWSNT]: Use qcopy_acl instead of rolling | ||
| 12 | it ourselves. | ||
| 13 | |||
| 3 | * unexelf.c: Don't assume ElfW (Half) fits in int. | 14 | * unexelf.c: Don't assume ElfW (Half) fits in int. |
| 4 | (entry_address, find_section, unexec): Use ptrdiff_t, not int, | 15 | (entry_address, find_section, unexec): Use ptrdiff_t, not int, |
| 5 | when dealing with ElfW (Half) values, since they can exceed 2**31 | 16 | when dealing with ElfW (Half) values, since they can exceed 2**31 |