diff options
| author | Joakim Verona | 2012-07-31 00:00:41 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-07-31 00:00:41 +0200 |
| commit | 55fa71b3d9bb8609ca3cbb56f92c776ad8724a69 (patch) | |
| tree | b002fe941cc8636f8bd735717e440014359839dd /admin | |
| parent | 5fb63197843dcae66f2fe0ddd6f4a9d560e9db2f (diff) | |
| parent | b429a4eee4e09b1ba09e17ced5091d042955d84f (diff) | |
| download | emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.tar.gz emacs-55fa71b3d9bb8609ca3cbb56f92c776ad8724a69.zip | |
upstream
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 2 | ||||
| -rw-r--r-- | admin/ChangeLog | 5 | ||||
| -rwxr-xr-x | admin/merge-gnulib | 5 |
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 |
| 62 | USER_FULL_NAME If defined, overrides the default pw->pw_gecos for getting at the full user name. Only MSDOS overrides the default. | 62 | USER_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 @@ | |||
| 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 | ' |