diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-10 22:51:06 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-08-10 22:51:06 +0000 |
commit | c84d9ff0d101623f8aa2654f5517e4d28e1d1c16 (patch) | |
tree | 1fd4182cec8bef6640c89d5cf65402a7891fe650 | |
parent | 9d302e0729b6003fc68de8a15b14319679b3ba9c (diff) | |
download | coreutils-c84d9ff0d101623f8aa2654f5517e4d28e1d1c16.tar.xz |
Adjust some files for gettext 0.15.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | po/ChangeLog | 9 |
2 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2006-08-10 Paul Eggert <eggert@cs.ucla.edu> + * ABOUT-NLS: Update from gettext 0.15. + * configure.ac (AM_GNU_GETTEXT_VERSION): Update from 0.13.1 to 0.15. + * Makefile.maint (my-distcheck): Don't bother with --disable-nls, + as it shouldn't be needed with gettext 0.15. + * src/csplit.c (struct control): Remove fastmap member. (extract_regexp): Allocate fastmap separately, since otherwise it might move due to a realloc. This fixes a bug that led diff --git a/po/ChangeLog b/po/ChangeLog index ebc0cefc3..2b9526210 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,12 @@ +2006-08-10 Paul Eggert <eggert@cs.ucla.edu> + + * Makevars (XGETTEXT_OPTIONS): Add pass-c-format flags for + _ and N_, so that we get format checking even when --enable-nls. + Add c-format flags for error, error_at_line, asprintf, vasprintf, + asnprintf, vasnprintf, wrapf. + (USE_MSGCTXT): New macro. + * Rules-quot (en@quot.po-create, en@boldquot.po-create): New rules. + 2006-08-09 Paul Eggert <eggert@cs.ucla.edu> * Makefile.in.in: Sync from gettext 0.15. |