mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
Update.
2002-06-30 Ulrich Drepper <drepper@redhat.com> * locales/iso14651_t1: Fix U0406 handling (MIN -> CAP). Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
This commit is contained in:
parent
d8d5a6478e
commit
7cccc6f932
@ -279,6 +279,7 @@ $(addprefix $(inst_gconvdir)/, $(modules.so)): \
|
||||
$(do-install-program)
|
||||
$(inst_gconvdir)/gconv-modules: gconv-modules $(+force)
|
||||
$(do-install)
|
||||
ifeq (no,$(cross-compiling))
|
||||
# Update the $(prefix)/lib/gconv/gconv-modules.cache file. This is necessary
|
||||
# if this libc has more gconv modules than the previously installed one.
|
||||
if test -f "$(inst_gconvdir)/gconv-modules.cache"; then \
|
||||
@ -287,6 +288,9 @@ $(inst_gconvdir)/gconv-modules: gconv-modules $(+force)
|
||||
$(common-objpfx)iconv/iconvconfig \
|
||||
$(addprefix --prefix=,$(install_root)); \
|
||||
fi
|
||||
else
|
||||
@echo '*@*@*@ You should recreate $(inst_gconvdir)/gconv-modules.cache'
|
||||
endif
|
||||
|
||||
endif # build-shared = yes
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-06-30 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/iso14651_t1: Fix U0406 handling (MIN -> CAP).
|
||||
Patch by Alexander Mikhailian <lowry@altern.org> [PR libc/3566].
|
||||
|
||||
2002-06-29 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/mt_MT: Add locale-specific collation info.
|
||||
|
@ -1408,7 +1408,6 @@ order_start <CYRIL>;forward;forward;forward;forward,position
|
||||
<U0455> <CYR-DZE>;<BAS>;<MIN>;IGNORE
|
||||
<U0438> <CYR-I>;<BAS>;<MIN>;IGNORE
|
||||
<U0456> <UKR-I>;<BAS>;<MIN>;IGNORE
|
||||
<U0406> <UKR-I>;<BAS>;<MIN>;IGNORE
|
||||
<U0457> <UKR-YI>;<BAS>;<MIN>;IGNORE
|
||||
<U0439> <CYR-IBRE>;<BAS>;<MIN>;IGNORE
|
||||
<U0458> <CYR-JE>;<BAS>;<MIN>;IGNORE
|
||||
@ -1454,6 +1453,7 @@ order_start <CYRIL>;forward;forward;forward;forward,position
|
||||
<U0417> <CYR-ZE>;<BAS>;<CAP>;IGNORE
|
||||
<U0405> <CYR-DZE>;<BAS>;<CAP>;IGNORE
|
||||
<U0418> <CYR-I>;<BAS>;<CAP>;IGNORE
|
||||
<U0406> <UKR-I>;<BAS>;<CAP>;IGNORE
|
||||
<U0407> <UKR-YI>;<BAS>;<CAP>;IGNORE
|
||||
<U0419> <CYR-IBRE>;<BAS>;<CAP>;IGNORE
|
||||
<U0408> <CYR-JE>;<BAS>;<CAP>;IGNORE
|
||||
|
Loading…
Reference in New Issue
Block a user