Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 9 Feb 1999 09:50:05 +0000 (09:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 9 Feb 1999 09:50:05 +0000 (09:50 +0000)
* po/el.po: Update from translation team.

1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* intl/locale.alias: Fix slovenian entry [PR libc/948].

1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* elf/sprof.c: assert.h isn't used anymore, remove inclusion.
* inet/ruserpass.c: Likewise.
* locale/programs/stringtrans.c: Likewise.
* locale/programs/localedef.c: Likewise.
* nscd/grpcache.c: Likewise.
* nss/nss_files/files-XXX.c: Likewise.
* stdlib/canonicalize.c: Likewise.
* sysdeps/posix/sigwait.c: Likewise.

1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
even on 64 bit platforms.

* sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.

1999-02-09  Ulrich Drepper  <drepper@cygnus.com>

13 files changed:
ChangeLog
elf/sprof.c
inet/ruserpass.c
intl/locale.alias
locale/programs/localedef.c
locale/programs/stringtrans.c
nscd/grpcache.c
nss/nss_files/files-XXX.c
po/el.po
stdlib/canonicalize.c
sunrpc/clnt_tcp.c
sunrpc/pmap_rmt.c
sysdeps/posix/sigwait.c

index 0dc60abb5b75177a60b94f1daf5794e3a3ad5a8f..d07bf3b3e5a3d88e6a60b6e849dd32444e4c989c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,30 @@
+1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * po/el.po: Update from translation team.
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * intl/locale.alias: Fix slovenian entry [PR libc/948].
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
+       * inet/ruserpass.c: Likewise.
+       * locale/programs/stringtrans.c: Likewise.
+       * locale/programs/localedef.c: Likewise.
+       * nscd/grpcache.c: Likewise.
+       * nss/nss_files/files-XXX.c: Likewise.
+       * stdlib/canonicalize.c: Likewise.
+       * sysdeps/posix/sigwait.c: Likewise.
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
+       even on 64 bit platforms.
+
+       * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
+       Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
+
 1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
 
        * intl/dcgettext.c: Include locale.h is available.
index b64c2b97f1db7222cf0fcef6e1b9b6a4b977368d..b4711e90351aaa4e5062ea00ea5060d0cf160194 100644 (file)
 #include <sys/param.h>
 #include <sys/stat.h>
 
-/* Undefine the following line line in the production version.  */
-/* #define _NDEBUG 1 */
-#include <assert.h>
-
 /* Get libc version number.  */
 #include "../version.h"
 
index f56931fb4bc14125838e959815110ca8b1a617a4..d8ea79a04613e16e5fd297f968164561b84b2d7d 100644 (file)
@@ -38,7 +38,6 @@ static char sccsid[] = "@(#)ruserpass.c       8.3 (Berkeley) 4/2/94";
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <assert.h>
 #include <ctype.h>
 #include <err.h>
 #include <errno.h>
index b41ce4b0ebdba2032613510b7883ecb53b416405..cca29214099d43f03cb16a1e68ca85ed4a1d0900 100644 (file)
@@ -1,5 +1,5 @@
 # Locale name alias data base.
-# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+# Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -48,7 +48,8 @@ portuguese      pt_PT.ISO-8859-1
 romanian        ro_RO.ISO-8859-2
 russian         ru_RU.ISO-8859-5
 slovak          sk_SK.ISO-8859-2
-slovene         sl_CS.ISO-8859-2
+slovene         sl_SI.ISO-8859-2
+slovenian       sl_SI.ISO-8859-2
 spanish         es_ES.ISO-8859-1
 swedish         sv_SE.ISO-8859-1
 turkish         tr_TR.ISO-8859-9
index fc9683f69dc1b6e8d74e230ee57e15d5411099f7..9163c2c6c91c989f749abf544c50597acb009274 100644 (file)
 #include "locfile.h"
 #include "locales.h"
 
-/* Undefine the following line in the production version.  */
-/* #define NDEBUG 1 */
-#include <assert.h>
-
 
 /* This is a special entry of the copylist.  For all categories we don't
    have a definition we use the data for the POSIX locale.  */
index 873b61b5de6a19f6f082bb45e86783d6b887d194..17f967002511b9fd2d364361b8cb75fc087116ce 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -21,7 +21,6 @@
 # include <config.h>
 #endif
 
-#include <assert.h>
 #include <stdlib.h>
 
 #include "charset.h"
index 1645d71e4192e0e769e2aeb53a22598324574ff9..1c6b1aff3fc989d67e184889d082448292932605 100644 (file)
@@ -1,5 +1,5 @@
 /* Cache handling for group lookup.
-   Copyright (C) 1998 Free Software Foundation, Inc.
+   Copyright (C) 1998, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
 
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <assert.h>
 #include <errno.h>
 #include <error.h>
 #include <grp.h>
index f4f2f2ce68ab66072dac1546bb5fa433d931fda4..d14500197bbbfefa3440f767435cc56e6712a1f2 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <stdio.h>
 #include <ctype.h>
-#include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
 #include <bits/libc-lock.h>
index 9b9c242d29d9304f190c1199a85a5b0deba26605..db2785a1cda01b27c7c8ba40391b24438e0912a7 100644 (file)
--- a/po/el.po
+++ b/po/el.po
@@ -2501,7 +2501,6 @@ msgid "registerrpc: out of memory\n"
 msgstr "registerrpc: ìíÞìç åîáíôëÞèçêå\n"
 
 #: time/zic.c:1847
-#, more_tin_touto
 msgid "repeated leap second moment"
 msgstr "repeated leap second moment"
 
index 889e24d0c00215625317b90dcfbafba4baf5cfd1..e4f7c9f62895a0b403783137641bc9859fd6937e 100644 (file)
@@ -17,7 +17,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
index 8fc312b9a27981472854ec4de34de1e8e91d58eb..1d00c7933172c3599fcad82dc5d461c82faaf35c 100644 (file)
@@ -300,7 +300,7 @@ call_again:
            continue;
          return ct->ct_error.re_status;
        }
-      if ((u_int32_t) reply_msg.rm_xid == x_id)
+      if ((u_int32_t) reply_msg.rm_xid == (u_int32_t) x_id)
        break;
     }
 
index e0f52c9145eda93714d4dffb4d9989d2a68656e2..c35540e06ecb3d77bf33d5032e5b1e2ff0d81fb3 100644 (file)
@@ -370,7 +370,7 @@ clnt_broadcast (prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult)
       xdrmem_create (xdrs, inbuf, (u_int) inlen, XDR_DECODE);
       if (xdr_replymsg (xdrs, &msg))
        {
-         if ((msg.rm_xid == xid) &&
+         if (((u_int32_t) msg.rm_xid == (u_int32_t) xid) &&
              (msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
              (msg.acpted_rply.ar_stat == SUCCESS))
            {
@@ -383,7 +383,7 @@ clnt_broadcast (prog, vers, proc, xargs, argsp, xresults, resultsp, eachresult)
        {
 #ifdef notdef
          /* some kind of deserialization problem ... */
-         if (msg.rm_xid == xid)
+         if ((u_int32_t) msg.rm_xid == (u_int32_t) xid)
            fprintf (stderr, "Broadcast deserialization problem");
          /* otherwise, just random garbage */
 #endif
index a754c7c111140857637d87ed92a43e254cf56f42..2bca88a1263253be46b1c518c901b4fad5e52a3a 100644 (file)
@@ -1,5 +1,5 @@
 /* Implementation of sigwait function from POSIX.1c.
-   Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
 
@@ -18,7 +18,6 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#include <assert.h>
 #include <errno.h>
 #include <signal.h>
 #include <stddef.h>            /* For NULL.  */