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 /ChangeLog | |
parent | 9d302e0729b6003fc68de8a15b14319679b3ba9c (diff) | |
download | coreutils-c84d9ff0d101623f8aa2654f5517e4d28e1d1c16.tar.xz |
Adjust some files for gettext 0.15.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 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 |