diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 04:40:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-07 04:40:57 +0000 |
commit | 1a9dd4e4e42315b3c744b346e4696d1362b1fc9a (patch) | |
tree | 74a32492c582e7e6d3b96340f7526a2cafec9849 /localedata | |
parent | 41f128dc0470fd006dbeebd0cb06534bc56a5e16 (diff) |
[BZ #9781]
* grp/compat-initgroups.c (compat_call): Switch to use malloc when
the input line is too long.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 7 | ||||
-rw-r--r-- | localedata/locales/el_CY | 4 | ||||
-rw-r--r-- | localedata/locales/el_GR | 4 |
3 files changed, 11 insertions, 4 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index c748d0d704..12e7e68982 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,10 @@ +2009-02-06 Ulrich Drepper <drepper@redhat.com> + + [BZ #9736] + * locales/el_CY: Fix frac_digits and int_frac_digits. + * locales/el_GR: Likewise. + Patch by Clint Adams <schizo@debian.org>. + 2009-01-28 Ulrich Drepper <drepper@redhat.com> [BZ #9791] diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY index 7213924233..31175777ed 100644 --- a/localedata/locales/el_CY +++ b/localedata/locales/el_CY @@ -51,8 +51,8 @@ mon_thousands_sep "<U002E>" mon_grouping 3 positive_sign "" negative_sign "<U002D>" -int_frac_digits 4 -frac_digits 4 +int_frac_digits 2 +frac_digits 2 p_cs_precedes 0 p_sep_by_space 0 n_cs_precedes 1 diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR index ce608a801e..bb1db143f3 100644 --- a/localedata/locales/el_GR +++ b/localedata/locales/el_GR @@ -70,8 +70,8 @@ mon_thousands_sep "<U002E>" mon_grouping 3 positive_sign "" negative_sign "<U002D>" -int_frac_digits 4 -frac_digits 4 +int_frac_digits 2 +frac_digits 2 p_cs_precedes 0 p_sep_by_space 0 n_cs_precedes 1 |