]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 30 Jun 2002 19:20:39 +0000 (19:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 30 Jun 2002 19:20:39 +0000 (19:20 +0000)
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].

iconvdata/Makefile
localedata/ChangeLog
localedata/locales/iso14651_t1

index aeb4ff979b511a97a8e7373c060f2c65c90d02b0..43083b0bbff5d6363b57379afc9b6d4e17f1a37f 100644 (file)
@@ -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
 
index 4f4451dae231bb7183e68878f7d79a5de6694520..4e58dd5c3940ae8122d6a06bdc01813dc5593d46 100644 (file)
@@ -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.
index 6ca63358e07887d247c02ea06e6f1bfd50b94c74..5985490800dc27c9b802e3e1f394b9e37031b23d 100644 (file)
@@ -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
This page took 0.055138 seconds and 5 git commands to generate.