diff options
author | Daiki Ueno <ueno@gnu.org> | 2013-01-03 10:34:18 +0900 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2013-01-03 10:34:18 +0900 |
commit | 3188bbfcf140c7e9a25bb7778dbcdc85943655e7 (patch) | |
tree | a769950f03f6153eb0aca8f0819951ac11432cf2 /gnulib-local | |
parent | 4ab048ea24d157988d226f137a9f2d448a109223 (diff) | |
download | external_gettext-3188bbfcf140c7e9a25bb7778dbcdc85943655e7.zip external_gettext-3188bbfcf140c7e9a25bb7778dbcdc85943655e7.tar.gz external_gettext-3188bbfcf140c7e9a25bb7778dbcdc85943655e7.tar.bz2 |
Update after gnulib changed.
Diffstat (limited to 'gnulib-local')
-rw-r--r-- | gnulib-local/ChangeLog | 5 | ||||
-rw-r--r-- | gnulib-local/modules/regex.diff | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gnulib-local/ChangeLog b/gnulib-local/ChangeLog index f48a62b..5a3a486 100644 --- a/gnulib-local/ChangeLog +++ b/gnulib-local/ChangeLog @@ -1,3 +1,8 @@ +2013-01-03 Daiki Ueno <ueno@gnu.org> + + Update after gnulib changed. + * modules/regex.diff: Update. + 2012-12-25 Daiki Ueno <ueno@gnu.org> * gettext-0.18.2 released. diff --git a/gnulib-local/modules/regex.diff b/gnulib-local/modules/regex.diff index 0decd27..fb56b3c 100644 --- a/gnulib-local/modules/regex.diff +++ b/gnulib-local/modules/regex.diff @@ -1,18 +1,18 @@ -*** modules/regex.orig 2011-06-02 22:43:41.000000000 +0200 ---- modules/regex 2011-06-02 22:43:53.000000000 +0200 +*** modules/regex.orig 2013-01-03 10:18:51.000000000 +0900 +--- modules/regex 2013-01-03 10:20:47.000000000 +0900 *************** *** 18,24 **** + alloca-opt [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] gettext-h [test $ac_use_included_regex = yes] - localcharset [test $ac_use_included_regex = yes] ! malloc-gnu [test $ac_use_included_regex = yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes] mbrtowc [test $ac_use_included_regex = yes] --- 18,24 ---- + alloca-opt [test $ac_use_included_regex = yes] btowc [test $ac_use_included_regex = yes] gettext-h [test $ac_use_included_regex = yes] - localcharset [test $ac_use_included_regex = yes] ! malloc-posix [test $ac_use_included_regex = yes] memcmp [test $ac_use_included_regex = yes] memmove [test $ac_use_included_regex = yes] |