diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 7 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 5da0bf0c67d..76ac11446a3 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-02-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use fdopendir, fstatat and readlinkat, for efficiency (Bug#13539). | ||
| 4 | * merge-gnulib (GNULIB_MODULES): Add fdopendir, fstatat, readlinkat. | ||
| 5 | (GNULIB_TOOL_FLAGS): Do not avoid at-internal, openat-h. | ||
| 6 | Avoid dup, open, opendir. | ||
| 7 | |||
| 1 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> | 8 | 2013-01-15 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 9 | ||
| 3 | * coccinelle/xsave.cocci: Semantic patch to adjust users of | 10 | * coccinelle/xsave.cocci: Semantic patch to adjust users of |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index f3509d98b85..e90e2e23b29 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -29,9 +29,9 @@ GNULIB_MODULES=' | |||
| 29 | alloca-opt c-ctype c-strcase | 29 | alloca-opt c-ctype c-strcase |
| 30 | careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 | 30 | careadlinkat close-stream crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 |
| 31 | dtoastr dtotimespec dup2 environ execinfo faccessat | 31 | dtoastr dtotimespec dup2 environ execinfo faccessat |
| 32 | fcntl-h filemode getloadavg getopt-gnu gettime gettimeofday | 32 | fcntl-h fdopendir filemode fstatat getloadavg getopt-gnu gettime gettimeofday |
| 33 | ignore-value intprops largefile lstat | 33 | ignore-value intprops largefile lstat |
| 34 | manywarnings mktime pselect pthread_sigmask putenv readlink | 34 | manywarnings mktime pselect pthread_sigmask putenv readlink readlinkat |
| 35 | sig2str socklen stat-time stdalign stdarg stdbool stdio | 35 | sig2str socklen stat-time stdalign stdarg stdbool stdio |
| 36 | strftime strtoimax strtoumax symlink sys_stat | 36 | strftime strtoimax strtoumax symlink sys_stat |
| 37 | sys_time time timer-time timespec-add timespec-sub unsetenv utimens | 37 | sys_time time timer-time timespec-add timespec-sub unsetenv utimens |
| @@ -39,10 +39,10 @@ GNULIB_MODULES=' | |||
| 39 | ' | 39 | ' |
| 40 | 40 | ||
| 41 | GNULIB_TOOL_FLAGS=' | 41 | GNULIB_TOOL_FLAGS=' |
| 42 | --avoid=at-internal | 42 | --avoid=dup |
| 43 | --avoid=errno --avoid=fchdir --avoid=fcntl --avoid=fstat | 43 | --avoid=errno --avoid=fchdir --avoid=fcntl --avoid=fstat |
| 44 | --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow | 44 | --avoid=malloc-posix --avoid=msvc-inval --avoid=msvc-nothrow |
| 45 | --avoid=openat-die --avoid=openat-h | 45 | --avoid=open --avoid=openat-die --avoid=opendir |
| 46 | --avoid=raise | 46 | --avoid=raise |
| 47 | --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types | 47 | --avoid=save-cwd --avoid=select --avoid=sigprocmask --avoid=sys_types |
| 48 | --avoid=threadlib | 48 | --avoid=threadlib |