Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 27 Jul 2001 17:34:53 +0000 (17:34 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 27 Jul 2001 17:34:53 +0000 (17:34 +0000)
commit9a018f6c44b7393e4ac1f57d504b9c054e2d0533
tree824941e3d79629e9609554717a5099d086b2ab3e
parent97b0f3d3a715c8486d48a26933260af9028a8bdb
Update.

2001-07-27  Ulrich Drepper  <drepper@redhat.com>

* iconv/gconv_cache.c (__gconv_compare_alias_cache): New function.
* iconv/gconv_int.h: Add prototype for __gconv_compare_alias_cache.
* iconv/gconv_charset.h: Replace __gconv_lookup_alias prototype with
__gconv_compare_alias prototype.
* iconv/gconv_db.c (__gconv_lookup_alias): Removed.
(__gconv_compare_alias): New function.
* locale/findlocale.c (_nl_find_locale): Ise __gconv_compare_alias
instead of calling __gconv_lookup_alias twice and compare here.
ChangeLog
iconv/gconv_charset.h
iconv/gconv_db.c
iconv/gconv_int.h
locale/findlocale.c