]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Updated to fedora-glibc-20061110T2049 cvs/fedora-glibc-2_5_90-6
authorJakub Jelinek <jakub@redhat.com>
Fri, 10 Nov 2006 20:52:00 +0000 (20:52 +0000)
committerJakub Jelinek <jakub@redhat.com>
Fri, 10 Nov 2006 20:52:00 +0000 (20:52 +0000)
14 files changed:
elf/cache.c
elf/ldconfig.c
fedora/branch.mk
locale/programs/charmap.c
locale/programs/ld-ctype.c
locale/programs/ld-monetary.c
locale/programs/ld-numeric.c
locale/programs/ld-time.c
locale/programs/repertoire.c
nis/nss_nisplus/nisplus-publickey.c
nscd/selinux.c
sunrpc/clnt_raw.c
sunrpc/pm_getmaps.c
sysdeps/i386/fpu/bits/mathinline.h

index 6730fb36eb5103d62b7d3ba92746a83897b99f8c..e18446644e5f2ad5c2d7ebcd334a896b1f0561d6 100644 (file)
@@ -439,7 +439,7 @@ save_cache (const char *cache_name)
     }
 
   if (write (fd, strings, total_strlen) != (ssize_t) total_strlen)
-    error (EXIT_FAILURE, errno, _("Writing of cache data failed."));
+    error (EXIT_FAILURE, errno, _("Writing of cache data failed"));
 
   close (fd);
 
index 0716a2acb817cafa01bf3a147e6600844b60d772..3f6aabbc260421a2505addaa4e353460f831ab26 100644 (file)
@@ -558,7 +558,7 @@ manual_link (char *library)
   /* Do some sanity checks first.  */
   if (lstat64 (real_library, &stat_buf))
     {
-      error (0, errno, _("Can't lstat %s"), library);
+      error (0, errno, _("Cannot lstat %s"), library);
       free (path);
       return;
     }
index 1762b85308912d27f9707e1ec045438add4284e9..22d6a26f35a1bab942727a9122a13bc9858bec84 100644 (file)
@@ -3,5 +3,5 @@ glibc-branch := fedora
 glibc-base := HEAD
 DIST_BRANCH := devel
 COLLECTION := dist-fc4
-fedora-sync-date := 2006-11-10 19:56 UTC
-fedora-sync-tag := fedora-glibc-20061110T1956
+fedora-sync-date := 2006-11-10 20:49 UTC
+fedora-sync-tag := fedora-glibc-20061110T2049
index 52a69de4b04a593c9195b3eb1703f4bb47912776..592d29e916755f4d65d670f1365e4ec2f913c441 100644 (file)
@@ -607,7 +607,7 @@ character sets with locking states are not supported"));
        case 90:
          if (nowtok != expected_tok)
            lr_error (cmfile, _("\
-`%1$s' definition does not end with `END %1$s'"), expected_str);
+%1$s: definition does not end with `END %1$s'"), expected_str);
 
          lr_ignore_rest (cmfile, nowtok == expected_tok);
          state = 91;
@@ -1019,7 +1019,7 @@ hexadecimal range format should use only capital characters"));
          && errno == ERANGE)
       || *to_end != '\0')
     {
-      lr_error (lr, _("<%s> and <%s> are illegal names for range"), from, to);
+      lr_error (lr, _("<%s> and <%s> are invalid names for range"), from, to);
       return;
     }
 
index ca1ec7995aed4ade770f96b5fa4921bfbcf721fa..69fc05f4ee86eea8d8aabe61d9bb389d229bf118 100644 (file)
@@ -3036,7 +3036,7 @@ set_class_defaults (struct locale_ctype_t *ctype,
            {
              if (!be_quiet)
                WITH_CUR_LOCALE (error (0, 0, _("\
-%s: character `%s' not defined in charmap while needed as default value"),
+%s: character `%s' not defined while needed as default value"),
                                        "LC_CTYPE", tmp));
            }
          else if (seq->nbytes != 1)
@@ -3161,8 +3161,8 @@ set_class_defaults (struct locale_ctype_t *ctype,
        {
          if (!be_quiet)
            WITH_CUR_LOCALE (error (0, 0, _("\
-character `%s' not defined while needed as default value"),
-                                   "<newline>"));
+%s: character `%s' not defined while needed as default value"),
+                                   "LC_CTYPE", "<newline>"));
        }
       else if (seq->nbytes != 1)
        WITH_CUR_LOCALE (error (0, 0, _("\
index 27636d6498183618224fb39f5b3ce259e18fa048..d493a142b568f1b8ebad9ea236fff692936cfc67 100644 (file)
@@ -252,7 +252,7 @@ not correspond to a valid name in ISO 4217"),
   else if (monetary->mon_decimal_point[0] == '\0' && ! be_quiet && ! nothing)
     {
       WITH_CUR_LOCALE (error (0, 0, _("\
-%s: value for field `%s' must not be the empty string"),
+%s: value for field `%s' must not be an empty string"),
                              "LC_MONETARY", "mon_decimal_point"));
     }
   if (monetary->mon_decimal_point_wc == L'\0')
index a901c4d98500b874a7724a8f644ca827ebb1960b..d7ffe75beef5fee95596fea7a47c09ad9f749cec 100644 (file)
@@ -115,7 +115,7 @@ No definition for %s category found"), "LC_NUMERIC"));
   else if (numeric->decimal_point[0] == '\0' && ! be_quiet && ! nothing)
     {
       WITH_CUR_LOCALE (error (0, 0, _("\
-%s: value for field `%s' must not be the empty string"),
+%s: value for field `%s' must not be an empty string"),
                              "LC_NUMERIC", "decimal_point"));
     }
   if (numeric->decimal_point_wc == L'\0')
index bf5151858a797d977d7d43668b8c6990c4566084..0d193503718edcc930ea27da7759badb6fcce0d5 100644 (file)
@@ -502,7 +502,7 @@ No definition for %s category found"), "LC_TIME"));
     time->first_weekday = 1;
   else if (time->first_weekday > time->week_ndays)
     WITH_CUR_LOCALE (error (0, 0, _("\
-%s: values of field `%s' must not be larger than %d"),
+%s: values for field `%s' must not be larger than %d"),
                            "LC_TIME", "first_weekday", 7));
 
   if (time->first_workday == '\0')
@@ -510,7 +510,7 @@ No definition for %s category found"), "LC_TIME"));
     time->first_workday = 1;
   else if (time->first_workday > time->week_ndays)
     WITH_CUR_LOCALE (error (0, 0, _("\
-%s: values of field `%s' must not be larger than %d"),
+%s: values for field `%s' must not be larger than %d"),
                            "LC_TIME", "first_workday", 7));
 
   if (time->cal_direction == '\0')
index e9bdf9e7baae26f3c9cf5dbb6bdadb13271e1cdb..c96cf0425a4ccbe2493dc858e5ca76a6224df8ba 100644 (file)
@@ -311,7 +311,7 @@ argument to <%s> must be a single character"),
        case 90:
          if (nowtok != tok_charids)
            lr_error (repfile, _("\
-`%1$s' definition does not end with `END %1$s'"), "CHARIDS");
+%1$s: definition does not end with `END %1$s'"), "CHARIDS");
 
          lr_ignore_rest (repfile, nowtok == tok_charids);
          break;
index f6b32f8827dfde5f1356677399889fcb0b570e38..14e7d41dbe6106070b4ff0838a631de0948a2599 100644 (file)
@@ -217,7 +217,7 @@ parse_grp_str (const char *s, gid_t *gidp, int *gidlenp, gid_t *gidlist,
 
   if (!s || (!isdigit (*s)))
     {
-      syslog (LOG_ERR, _("netname2user: missing group id list in `%s'."), s);
+      syslog (LOG_ERR, _("netname2user: missing group id list in `%s'"), s);
       return NSS_STATUS_NOTFOUND;
     }
 
index f123d68b933b9c8e65aefd37b73775f2ba0a76f5..f0620d10128973bdeae016a0367a586f84647b72 100644 (file)
@@ -202,7 +202,7 @@ preserve_capabilities (void)
   if (__builtin_expect (res != 0, 0))
     {
       cap_free (new_caps);
-      dbg_log (_("Failed to drop capabilities\n"));
+      dbg_log (_("Failed to drop capabilities"));
       error (EXIT_FAILURE, 0, _("cap_set_proc failed"));
     }
 
index 019f1bbae05f31365dda3b4a5e3bc3f3d686d59b..44ea03efb7ca38a7db9460563220993f1aac7b29 100644 (file)
@@ -114,7 +114,7 @@ clntraw_create (u_long prog, u_long vers)
   INTUSE(xdrmem_create) (xdrs, clp->mashl_callmsg, MCALL_MSG_SIZE, XDR_ENCODE);
   if (!INTUSE(xdr_callhdr) (xdrs, &call_msg))
     {
-      perror (_ ("clnt_raw.c - Fatal header serialization error."));
+      perror (_ ("clnt_raw.c: fatal header serialization error"));
     }
   clp->mcnt = XDR_GETPOS (xdrs);
   XDR_DESTROY (xdrs);
index 2a6876d9d808b8e3665cab8585880ba1aa0c43bb..b21e7ea85cc04b8d42d35b7a5e476e91d1748280 100644 (file)
@@ -80,7 +80,7 @@ pmap_getmaps (struct sockaddr_in *address)
                     (xdrproc_t)INTUSE(xdr_pmaplist), (caddr_t)&head,
                     minutetimeout) != RPC_SUCCESS)
        {
-         clnt_perror (client, _("pmap_getmaps rpc problem"));
+         clnt_perror (client, _("pmap_getmaps.c: rpc problem"));
        }
       CLNT_DESTROY (client);
     }
index 8e7a867ec63202ad93b0d17a03215e2cfb3193d7..28547d44b87b5251458669760436044165dd6020 100644 (file)
@@ -532,16 +532,17 @@ __inline_mathcodeNP (floor, __x, \
   register int __ignore;                                                     \
   unsigned short int __cw;                                                   \
   unsigned short int __cwtmp;                                                \
-  __asm __volatile ("fnstcw %4\n\t"                                          \
-                   "movzwl %4, %1\n\t"                                       \
+  __asm __volatile ("fnstcw %3\n\t"                                          \
+                   "movzwl %3, %1\n\t"                                       \
                    "andl $0xf3ff, %1\n\t"                                    \
                    "orl $0x0400, %1\n\t"       /* rounding down */           \
-                   "movw %1, %3\n\t"                                         \
-                   "fldcw %3\n\t"                                            \
+                   "movw %w1, %2\n\t"                                        \
+                   "fldcw %2\n\t"                                            \
                    "frndint\n\t"                                             \
-                   "fldcw %4"                                                \
-                   : "=t" (__value), "=&q" (__ignore)                        \
-                   : "0" (__x), "m" (__cwtmp), "m" (__cw));                  \
+                   "fldcw %3"                                                \
+                   : "=t" (__value), "=&q" (__ignore), "=m" (__cwtmp),       \
+                     "=m" (__cw)                                             \
+                   : "0" (__x));                                             \
   return __value)
 
 __inline_mathcodeNP (ceil, __x, \
@@ -549,16 +550,17 @@ __inline_mathcodeNP (ceil, __x, \
   register int __ignore;                                                     \
   unsigned short int __cw;                                                   \
   unsigned short int __cwtmp;                                                \
-  __asm __volatile ("fnstcw %4\n\t"                                          \
-                   "movzwl %4, %1\n\t"                                       \
+  __asm __volatile ("fnstcw %3\n\t"                                          \
+                   "movzwl %3, %1\n\t"                                       \
                    "andl $0xf3ff, %1\n\t"                                    \
                    "orl $0x0800, %1\n\t"       /* rounding up */             \
-                   "movw %1, %3\n\t"                                         \
-                   "fldcw %3\n\t"                                            \
+                   "movw %w1, %2\n\t"                                        \
+                   "fldcw %2\n\t"                                            \
                    "frndint\n\t"                                             \
-                   "fldcw %4"                                                \
-                   : "=t" (__value), "=&q" (__ignore)                        \
-                   : "0" (__x), "m" (__cwtmp), "m" (__cw));                  \
+                   "fldcw %3"                                                \
+                   : "=t" (__value), "=&q" (__ignore), "=m" (__cwtmp),       \
+                     "=m" (__cw)                                             \
+                   : "0" (__x));                                             \
   return __value)
 
 #ifdef __FAST_MATH__