forked from hjl-tools/glibc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
Showing
13 changed files
with
36 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -21,7 +21,6 @@ | |
# include <config.h> | ||
#endif | ||
|
||
#include <assert.h> | ||
#include <stdlib.h> | ||
|
||
#include "charset.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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. */ | ||
|