aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog7
-rwxr-xr-xadmin/merge-gnulib2
2 files changed, 8 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index c579930d2bf..ea977e80cfa 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,10 @@
12012-08-16 Paul Eggert <eggert@cs.ucla.edu>
2
3 Use ASCII tests for character types.
4 * merge-gnulib (GNULIB_MODULES): Add c-ctype. This documents a
5 new direct dependency; c-ctype was already being used indirectly
6 via other gnulib modules.
7
12012-08-14 Paul Eggert <eggert@cs.ucla.edu> 82012-08-14 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Use bool for Emacs Lisp booleans. 10 Use bool for Emacs Lisp booleans.
diff --git a/admin/merge-gnulib b/admin/merge-gnulib
index c5b9eba5ee6..63865edf3ce 100755
--- a/admin/merge-gnulib
+++ b/admin/merge-gnulib
@@ -26,7 +26,7 @@
26GNULIB_URL=git://git.savannah.gnu.org/gnulib.git 26GNULIB_URL=git://git.savannah.gnu.org/gnulib.git
27 27
28GNULIB_MODULES=' 28GNULIB_MODULES='
29 alloca-opt c-strcase 29 alloca-opt c-ctype 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 environ 31 dtoastr dtotimespec dup2 environ
32 filemode getloadavg getopt-gnu gettime gettimeofday 32 filemode getloadavg getopt-gnu gettime gettimeofday