aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES2
-rw-r--r--admin/ChangeLog5
-rwxr-xr-xadmin/merge-gnulib5
3 files changed, 8 insertions, 4 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index 9fc7ce3e33d..47963edecab 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -61,8 +61,6 @@ SYSTEM_TYPE
61** Misc macros 61** Misc macros
62USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. 62USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default.
63 63
64** Replace, the definition is trivial: SWITCH_ENUM_CAST
65
66** Defines from src/s/*.h. Some of these might not be used in the code anymore, so they can be removed. The HAVE_* definitions are probably handled by autoconf, so it might be possible to just remove them from src/s/*.h. 64** Defines from src/s/*.h. Some of these might not be used in the code anymore, so they can be removed. The HAVE_* definitions are probably handled by autoconf, so it might be possible to just remove them from src/s/*.h.
67 65
68 66
diff --git a/admin/ChangeLog b/admin/ChangeLog
index b4c88c20ed1..d97e7dde32d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12012-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
12012-07-20 Dmitry Antipov <dmantipov@yandex.ru> 62012-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
28GNULIB_MODULES=' 28GNULIB_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'