From 5512461f6aae783a762057838763cb7240cb509f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 9 Feb 1999 09:50:05 +0000 Subject: Update. * po/el.po: Update from translation team. 1999-02-09 Andreas Jaeger * intl/locale.alias: Fix slovenian entry [PR libc/948]. 1999-02-09 Andreas Jaeger * 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 * 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 . 1999-02-09 Ulrich Drepper --- ChangeLog | 27 +++++++++++++++++++++++++++ elf/sprof.c | 4 ---- inet/ruserpass.c | 1 - intl/locale.alias | 5 +++-- locale/programs/localedef.c | 4 ---- locale/programs/stringtrans.c | 3 +-- nscd/grpcache.c | 3 +-- nss/nss_files/files-XXX.c | 1 - po/el.po | 1 - stdlib/canonicalize.c | 1 - sunrpc/clnt_tcp.c | 2 +- sunrpc/pmap_rmt.c | 4 ++-- sysdeps/posix/sigwait.c | 3 +-- 13 files changed, 36 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0dc60ab..d07bf3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,32 @@ 1999-02-09 Ulrich Drepper + * po/el.po: Update from translation team. + +1999-02-09 Andreas Jaeger + + * intl/locale.alias: Fix slovenian entry [PR libc/948]. + +1999-02-09 Andreas Jaeger + + * 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 + + * 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 . + +1999-02-09 Ulrich Drepper + * intl/dcgettext.c: Include locale.h is available. 1999-02-08 Ulrich Drepper diff --git a/elf/sprof.c b/elf/sprof.c index b64c2b9..b4711e9 100644 --- a/elf/sprof.c +++ b/elf/sprof.c @@ -39,10 +39,6 @@ #include #include -/* Undefine the following line line in the production version. */ -/* #define _NDEBUG 1 */ -#include - /* Get libc version number. */ #include "../version.h" diff --git a/inet/ruserpass.c b/inet/ruserpass.c index f56931f..d8ea79a 100644 --- a/inet/ruserpass.c +++ b/inet/ruserpass.c @@ -38,7 +38,6 @@ static char sccsid[] = "@(#)ruserpass.c 8.3 (Berkeley) 4/2/94"; #include #include -#include #include #include #include diff --git a/intl/locale.alias b/intl/locale.alias index b41ce4b..cca2921 100644 --- a/intl/locale.alias +++ b/intl/locale.alias @@ -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 diff --git a/locale/programs/localedef.c b/locale/programs/localedef.c index fc9683f..9163c2c 100644 --- a/locale/programs/localedef.c +++ b/locale/programs/localedef.c @@ -40,10 +40,6 @@ #include "locfile.h" #include "locales.h" -/* Undefine the following line in the production version. */ -/* #define NDEBUG 1 */ -#include - /* 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. */ diff --git a/locale/programs/stringtrans.c b/locale/programs/stringtrans.c index 873b61b..17f9670 100644 --- a/locale/programs/stringtrans.c +++ b/locale/programs/stringtrans.c @@ -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 , 1996. @@ -21,7 +21,6 @@ # include #endif -#include #include #include "charset.h" diff --git a/nscd/grpcache.c b/nscd/grpcache.c index 1645d71..1c6b1af 100644 --- a/nscd/grpcache.c +++ b/nscd/grpcache.c @@ -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 , 1998. @@ -18,7 +18,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include #include #include diff --git a/nss/nss_files/files-XXX.c b/nss/nss_files/files-XXX.c index f4f2f2c..d145001 100644 --- a/nss/nss_files/files-XXX.c +++ b/nss/nss_files/files-XXX.c @@ -19,7 +19,6 @@ #include #include -#include #include #include #include diff --git a/po/el.po b/po/el.po index 9b9c242..db2785a 100644 --- 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" diff --git a/stdlib/canonicalize.c b/stdlib/canonicalize.c index 889e24d..e4f7c9f 100644 --- a/stdlib/canonicalize.c +++ b/stdlib/canonicalize.c @@ -17,7 +17,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include #include #include diff --git a/sunrpc/clnt_tcp.c b/sunrpc/clnt_tcp.c index 8fc312b..1d00c79 100644 --- a/sunrpc/clnt_tcp.c +++ b/sunrpc/clnt_tcp.c @@ -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; } diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index e0f52c9..c35540e 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -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 diff --git a/sysdeps/posix/sigwait.c b/sysdeps/posix/sigwait.c index a754c7c..2bca88a 100644 --- a/sysdeps/posix/sigwait.c +++ b/sysdeps/posix/sigwait.c @@ -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 , 1996. @@ -18,7 +18,6 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #include #include #include /* For NULL. */ -- cgit v1.1