diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:28:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-07-19 17:28:06 +0000 |
commit | 087722b8549cc4335c822ed39bf3dda5202093f1 (patch) | |
tree | ca45c157f6672a789266004640d4127c90f8d29b /localedata | |
parent | b042b023f5b7c023b3edb1d8f5d33dcf8fb41e60 (diff) | |
download | glibc-087722b8549cc4335c822ed39bf3dda5202093f1.tar.gz glibc-087722b8549cc4335c822ed39bf3dda5202093f1.tar.xz glibc-087722b8549cc4335c822ed39bf3dda5202093f1.zip |
* include/features.h (__USE_ISOC95): New define.
* wcsmbs/wchar.h (fwprintf, fwscanf, wprintf, wscanf, swprintf, swscanf, vfwprintf, vwprintf, vswprintf, fwide): Define even for -std=iso9899:199409. * CONFORMANCE: Remove comments about unsupported AMD1.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2aa5560235..7a7a62fa2f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2007-07-16 Jakub Jelinek <jakub@redhat.com> + + * locales/ar_SA (d_t_fmt, d_fmt, t_fmt, t_fmt_ampm): Replace %.1d + with supported %e and %.1H with %k. + * locales/dz_BT (t_fmt): Remove whitespace between % and H. + 2007-07-10 Ulrich Drepper <drepper@redhat.com> [BZ #4773] |