Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* po/el.po: Update from translation team.

1999-02-09  Andreas Jaeger  <[email protected]>

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

1999-02-09  Andreas Jaeger  <[email protected]>

	* 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  <[email protected]>

	* 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 <[email protected]>.

1999-02-09  Ulrich Drepper  <[email protected]>
  • Loading branch information
Ulrich Drepper committed Feb 9, 1999
1 parent 4c95120 commit 5512461
Show file tree
Hide file tree
Showing 13 changed files with 36 additions and 23 deletions.
27 changes: 27 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
1999-02-09 Ulrich Drepper <[email protected]>

* po/el.po: Update from translation team.

1999-02-09 Andreas Jaeger <[email protected]>

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

1999-02-09 Andreas Jaeger <[email protected]>

* 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 <[email protected]>

* 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 <[email protected]>.

1999-02-09 Ulrich Drepper <[email protected]>

* intl/dcgettext.c: Include locale.h is available.
Expand Down
4 changes: 0 additions & 4 deletions elf/sprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
#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"

Expand Down
1 change: 0 additions & 1 deletion inet/ruserpass.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 3 additions & 2 deletions intl/locale.alias
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
4 changes: 0 additions & 4 deletions locale/programs/localedef.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
#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. */
Expand Down
3 changes: 1 addition & 2 deletions locale/programs/stringtrans.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 1996.
Expand All @@ -21,7 +21,6 @@
# include <config.h>
#endif

#include <assert.h>
#include <stdlib.h>

#include "charset.h"
Expand Down
3 changes: 1 addition & 2 deletions nscd/grpcache.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 1998.
Expand All @@ -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>
Expand Down
1 change: 0 additions & 1 deletion nss/nss_files/files-XXX.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <bits/libc-lock.h>
Expand Down
1 change: 0 additions & 1 deletion po/el.po
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
1 change: 0 additions & 1 deletion stdlib/canonicalize.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion sunrpc/clnt_tcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ clnttcp_call (h, proc, xdr_args, args_ptr, xdr_results, results_ptr, timeout)
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;
}

Expand Down
4 changes: 2 additions & 2 deletions sunrpc/pmap_rmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand All @@ -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
Expand Down
3 changes: 1 addition & 2 deletions sysdeps/posix/sigwait.c
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>, 1996.
Expand All @@ -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. */
Expand Down

0 comments on commit 5512461

Please sign in to comment.