diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index b4c88c20ed1..d97e7dde32d 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use Gnulib environ and stdalign modules (Bug#9772, Bug#9960). | ||
| 4 | * merge-gnulib: Add environ, stdalign. | ||
| 5 | |||
| 1 | 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-07-20 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * coccinelle/unibyte_string.cocci: Semantic patch to convert from | 8 | * coccinelle/unibyte_string.cocci: Semantic patch to convert from |
diff --git a/admin/merge-gnulib b/admin/merge-gnulib index 727b701cfe0..49d194c8033 100755 --- a/admin/merge-gnulib +++ b/admin/merge-gnulib | |||
| @@ -28,11 +28,12 @@ GNULIB_URL=git://git.savannah.gnu.org/gnulib.git | |||
| 28 | GNULIB_MODULES=' | 28 | GNULIB_MODULES=' |
| 29 | alloca-opt c-strcase | 29 | alloca-opt c-strcase |
| 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 | 30 | careadlinkat crypto/md5 crypto/sha1 crypto/sha256 crypto/sha512 |
| 31 | dtoastr dtotimespec dup2 | 31 | dtoastr dtotimespec dup2 environ |
| 32 | filemode getloadavg getopt-gnu gettime gettimeofday | 32 | filemode getloadavg getopt-gnu gettime gettimeofday |
| 33 | ignore-value intprops largefile lstat | 33 | ignore-value intprops largefile lstat |
| 34 | manywarnings mktime pselect pthread_sigmask readlink | 34 | manywarnings mktime pselect pthread_sigmask readlink |
| 35 | socklen stat-time stdarg stdio strftime strtoimax strtoumax symlink sys_stat | 35 | socklen stat-time stdalign stdarg stdio |
| 36 | strftime strtoimax strtoumax symlink sys_stat | ||
| 36 | sys_time time timespec-add timespec-sub utimens | 37 | sys_time time timespec-add timespec-sub utimens |
| 37 | warnings | 38 | warnings |
| 38 | ' | 39 | ' |