From 0d277ce47dcbaea4e6bd09a7e90296531e3a2c09 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 7 Nov 2010 19:11:12 +0100 Subject: [PATCH] Update comment. --- gettext-runtime/intl/ChangeLog | 4 ++++ gettext-runtime/intl/loadmsgcat.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gettext-runtime/intl/ChangeLog b/gettext-runtime/intl/ChangeLog index 76b0f49b6..b17c0ea7f 100644 --- a/gettext-runtime/intl/ChangeLog +++ b/gettext-runtime/intl/ChangeLog @@ -1,3 +1,7 @@ +2010-11-07 Bruno Haible + + * loadmsgcat.c (get_sysdep_segment_value): Update comment. + 2010-11-07 Bruno Haible vasnprintf: Support I flag on glibc systems. diff --git a/gettext-runtime/intl/loadmsgcat.c b/gettext-runtime/intl/loadmsgcat.c index bf883a37e..9d49d086f 100644 --- a/gettext-runtime/intl/loadmsgcat.c +++ b/gettext-runtime/intl/loadmsgcat.c @@ -1,5 +1,5 @@ /* Load needed message catalogs. - Copyright (C) 1995-1999, 2000-2008 Free Software Foundation, Inc. + Copyright (C) 1995-1999, 2000-2008, 2010 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -763,7 +763,7 @@ get_sysdep_segment_value (const char *name) #if defined _LIBC || __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2) /* The 'I' flag, in numeric format directives, replaces ASCII digits with the 'outdigits' defined in the LC_CTYPE locale facet. This is - used for Farsi (Persian) and maybe Arabic. */ + used for Farsi (Persian), some Indic languages, and maybe Arabic. */ return "I"; #else return ""; -- 2.47.3