Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 10:04:07 +0000 (10:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 14 Jan 2003 10:04:07 +0000 (10:04 +0000)
* sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
Fix entry for bit 31.

ChangeLog
localedata/CHECKSUMS
localedata/ChangeLog
localedata/locales/sv_SE
sysdeps/unix/sysv/linux/i386/dl-procinfo.c

index 0afc476..325c23d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/i386/dl-procinfo.c (_dl_x86_cap_flags):
+       Fix entry for bit 31.
+
        * iconvdata/Makefile: Add rules to build IBM866NAV.
        * iconvdata/ibm866nav.c: New file.
        * iconvdata/tst-tables.sh: Add IBM866NAV.
index 1ca22eb..4478a29 100644 (file)
@@ -169,6 +169,7 @@ d663303a0f58dab4a6eb28a66a64b94e  charmaps/IBM863
 754b798ba5e75bc05fd2171f425261ed  charmaps/IBM864
 b6a61bfb10e0e97b6e6acfa85b974e54  charmaps/IBM865
 a97d1ae5b7e1042e9fd64b25ed471f40  charmaps/IBM866
+ed3787887442af7cc8e03cb440bd22e3  charmaps/IBM866NAV
 3c687466bbe8924d247de33aefc3b39c  charmaps/IBM868
 25a012edcc641079a92e48b7daaefb6c  charmaps/IBM869
 f06c133a6a95e36ed4bfd25def526769  charmaps/IBM870
index 1d84935..717d8c7 100644 (file)
@@ -1,5 +1,8 @@
 2003-01-14  Ulrich Drepper  <drepper@redhat.com>
 
+       * locales/sv_SE [LC_TIME]: Define first_weekday and first_workday
+       as 2.  Reported by Christian Rose <menthos@gnu.org>.
+
        * charmaps/IBM866NAV: New file.  Contributed by vidybida@bitp.kiev.ua.
 
 2002-12-03  Roland McGrath  <roland@redhat.com>
index 5909b48..be76126 100644 (file)
@@ -173,6 +173,8 @@ t_fmt_ampm  ""
 date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_MESSAGES
index 2f2f736..1631c65 100644 (file)
@@ -1,5 +1,5 @@
 /* Data for Linux/i386 version of processor capability information.
-   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
 
@@ -53,7 +53,7 @@ const char _dl_x86_cap_flags[32][8]
     "fpu", "vme", "de", "pse", "tsc", "msr", "pae", "mce",
     "cx8", "apic", "10", "sep", "mtrr", "pge", "mca", "cmov",
     "pat", "pse36", "pn", "clflush", "20", "dts", "acpi", "mmx",
-    "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "amd3d"
+    "fxsr", "sse", "sse2", "ss", "ht", "tm", "ia64", "pbe"
   }
 #endif
 #if !defined SHARED || defined PROCINFO_DECL