diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 04:09:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 04:09:50 +0000 |
commit | 61c6385ddbfec9c3b4ac49d992c68ea4eba533f7 (patch) | |
tree | c42c7c0fe9eea87c639479f49dfb01d1f0831d7e | |
parent | 7864c09b09a5c10839de78355eff6fdf4b2ee3ca (diff) | |
download | glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar.gz glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.tar.bz2 glibc-61c6385ddbfec9c3b4ac49d992c68ea4eba533f7.zip |
[BZ #253]
Update.
* elf/ldconfig.c (options): Mark parameter option names as
translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-08-09 Ulrich Drepper <drepper@redhat.com> + * elf/ldconfig.c (options): Mark parameter option names as + translatable. [BZ #253] Patch by Jakub Bogusz <qboosh@pld-linux.org>. + * iconv/gconv_charset.h (strip): Also allow comma which is what is used to separate options. [BZ #194] |