diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-28 19:22:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-28 19:22:10 +0000 |
commit | b85f32b420f23c0356e07d4489485f750d855da3 (patch) | |
tree | f644f01746e7f9aca4747f18e938a7639714ac9c | |
parent | 500a1f289711497e9a6e1da0e67e3ea2369a7027 (diff) | |
download | glibc-b85f32b420f23c0356e07d4489485f750d855da3.tar glibc-b85f32b420f23c0356e07d4489485f750d855da3.tar.gz glibc-b85f32b420f23c0356e07d4489485f750d855da3.tar.bz2 glibc-b85f32b420f23c0356e07d4489485f750d855da3.zip |
* locale/langinfo.h (_NL_LOCALE_NAME): New macro.
[__USE_GNU] (NL_LOCALE_NAME): New macro.
* locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
return locale name string for the category.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-03-28 Roland McGrath <roland@redhat.com> + + * locale/langinfo.h (_NL_LOCALE_NAME): New macro. + [__USE_GNU] (NL_LOCALE_NAME): New macro. + * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME, + return locale name string for the category. + 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com> * sysdeps/mips/atomicity.h: Remove unused file. |