diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 05:47:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-05 05:47:53 +0000 |
commit | 61d357cae37d7d84afa50bdba12dcf177980e7bf (patch) | |
tree | cb9f74682e77f817cf03ccbd6e83ac4ba1f31690 /localedata/ChangeLog | |
parent | 7ee0c09d61eb834813377c54f10b000020edd375 (diff) | |
download | glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.tar glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.tar.gz glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.tar.bz2 glibc-61d357cae37d7d84afa50bdba12dcf177980e7bf.zip |
Update.
2000-05-04 Jakub Jelinek <jakub@redhat.com>
* sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
end of enum.
2000-05-04 Jakub Jelinek <jakub@redhat.com>
* iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
happy.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f45e52faa7..d4ffc86e40 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2000-05-04 Ulrich Drepper <drepper@redhat.com> + * charmaps/ISO-8859-15: Remove incorrect definitions of <So> and <OR>. + Reported by Gaël Quéri <gqueri@mail.dotcom.fr> [PR libc/1718]. + * tst-fmon.c (main): Print the locale name as well in the error message. |