Browse Source

Update.

1999-06-18  Zack Weinberg  <zack@rabi.columbia.edu>

	* include/features.h: Define new macros __GNUC_PREREQ and
	__GLIBC_PREREQ which can be used to test the version of gcc
	and glibc respectively.

	* assert/assert.h: Use __GNUC_PREREQ.
	* intl/libintl.h: Likewise.
	* math/complex.h: Likewise.
	* math/tgmath.h: Likewise.
	* misc/sys/cdefs.h: Likewise.
	* posix/sys/types.h: Likewise.
	* socket/sys/socket.h: Likewise.
	* string/bits/string2.h: Likewise.
	* sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
	* sysdeps/i386/fpu/bits/mathinline.h: Likewise.

1999-06-18  Zack Weinberg  <zack@rabi.columbia.edu>

	* include/libintl.h: Declare _libc_intl_domainname here.
	Define _ and N_ here.
	* include/libc-symbols.h: Don't include <libintl.h>.  Don't
	define _ and N_.  Don't declare _libc_intl_domainname.
	* Makeconfig (CPPFLAGS): Use -imacros to read libc-symbols.h.

	* db2/config.h: Don't include sys/stat.h or define
	HAVE_ST_BLKSIZE here...
	* db2/compat.h: ...do it here.

	* linuxthreads/internals.h: Include bits/libc-tsd.h after all
	other headers.
	* linuxthreads/no-tsd.c: Include sys/cdefs.h for __P.
	* iconv/iconv.c: Include stddef.h for NULL.
	* malloc/malloc.h: Include features.h.
	* sysdeps/generic/morecore.c: Use __malloc_ptr_t not __ptr_t.

	* sysdeps/unix/make_errlist.c: Write an "#include <libintl.h>"
	into the generated file.
	* sysdeps/gnu/errlist.awk: Likewise.
	* sysdeps/gnu/errlist.c: Rebuilt.

	* assert/assert-perr.c: Include libintl.h.
	* assert/assert.c: Likewise.
	* elf/dl-open.c: Likewise.
	* elf/dlsym.c: Likewise.
	* elf/dlvsym.c: Likewise.
	* iconv/iconv_prog.c: Likewise.
	* inet/rcmd.c: Likewise.
	* inet/ruserpass.c: Likewise.
	* locale/programs/charset.c: Likewise.
	* locale/programs/ld-collate.c: Likewise.
	* locale/programs/ld-ctype.c: Likewise.
	* locale/programs/ld-messages.c: Likewise.
	* locale/programs/ld-monetary.c: Likewise.
	* locale/programs/ld-numeric.c: Likewise.
	* locale/programs/ld-time.c: Likewise.
	* locale/programs/locfile.c: Likewise.
	* locale/programs/repertoire.c: Likewise.
	* login/programs/database.c: Likewise.
	* login/programs/request.c: Likewise.
	* malloc/mcheck.c: Likewise.
	* misc/error.c: Likewise.
	* nis/nis_call.c: Likewise.
	* nis/nis_callback.c: Likewise.
	* nis/nis_error.c: Likewise.
	* nis/nis_local_names.c: Likewise.
	* nis/nis_print.c: Likewise.
	* nis/nis_print_group_entry.c: Likewise.
	* nis/ypclnt.c: Likewise.
	* nis/nss_nisplus/nisplus-publickey.c: Likewise.
	* nscd/cache.c: Likewise.
	* nscd/connections.c: Likewise.
	* nscd/grpcache.c: Likewise.
	* nscd/hstcache.c: Likewise.
	* nscd/nscd_conf.c: Likewise.
	* nscd/nscd_stat.c: Likewise.
	* nscd/pwdcache.c: Likewise.
	* posix/id.c: Likewise.
	* resolv/herror.c: Likewise.
	* stdio-common/psignal.c: Likewise.
	* string/strsignal.c: Likewise.
	* sunrpc/auth_unix.c: Likewise.
	* sunrpc/clnt_perr.c: Likewise.
	* sunrpc/clnt_raw.c: Likewise.
	* sunrpc/clnt_tcp.c: Likewise.
	* sunrpc/clnt_udp.c: Likewise.
	* sunrpc/clnt_unix.c: Likewise.
	* sunrpc/get_myaddr.c: Likewise.
	* sunrpc/pm_getmaps.c: Likewise.
	* sunrpc/pmap_clnt.c: Likewise.
	* sunrpc/pmap_rmt.c: Likewise.
	* sunrpc/rpc_main.c: Likewise.
	* sunrpc/rpc_scan.c: Likewise.
	* sunrpc/svc_run.c: Likewise.
	* sunrpc/svc_simple.c: Likewise.
	* sunrpc/svc_tcp.c: Likewise.
	* sunrpc/svc_udp.c: Likewise.
	* sunrpc/svc_unix.c: Likewise.
	* sunrpc/xdr_rec.c: Likewise.
	* sunrpc/xdr_ref.c: Likewise.
	* sysdeps/mach/hurd/mips/dl-machine.c: Likewise.
	* sysdeps/posix/gai_strerror.c: Likewise.
	* sysdeps/unix/siglist.c: Likewise.
	* sysdeps/unix/sysv/linux/siglist.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
	* sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Likewise.
	* timezone/zic.c: Likewise.
cvs/glibc-2-2-branch
Ulrich Drepper 27 years ago
parent
commit
4360eafdd2
  1. 108
      ChangeLog
  2. 2
      Makeconfig
  3. 1
      assert/assert-perr.c
  4. 1
      assert/assert.c
  5. 8
      assert/assert.h
  6. 6
      db2/compat.h
  7. 6
      db2/config.h
  8. 1
      elf/dl-open.c
  9. 1
      elf/dlsym.c
  10. 1
      elf/dlvsym.c
  11. 1
      iconv/iconv.c
  12. 1
      iconv/iconv_prog.c
  13. 14
      include/features.h
  14. 27
      include/libc-symbols.h
  15. 16
      include/libintl.h
  16. 1
      inet/rcmd.c
  17. 1
      inet/ruserpass.c
  18. 2
      intl/libintl.h
  19. 2
      linuxthreads/internals.h
  20. 1
      linuxthreads/no-tsd.c
  21. 1
      locale/programs/charset.c
  22. 1
      locale/programs/ld-collate.c
  23. 1
      locale/programs/ld-ctype.c
  24. 1
      locale/programs/ld-messages.c
  25. 1
      locale/programs/ld-monetary.c
  26. 1
      locale/programs/ld-numeric.c
  27. 1
      locale/programs/ld-time.c
  28. 1
      locale/programs/locfile.c
  29. 1
      locale/programs/repertoire.c
  30. 1
      login/programs/database.c
  31. 1
      login/programs/request.c
  32. 2
      malloc/malloc.h
  33. 1
      malloc/mcheck.c
  34. 2
      math/complex.h
  35. 2
      math/tgmath.h
  36. 1
      misc/error.c
  37. 12
      misc/sys/cdefs.h
  38. 1
      nis/nis_call.c
  39. 1
      nis/nis_callback.c
  40. 1
      nis/nis_error.c
  41. 1
      nis/nis_local_names.c
  42. 1
      nis/nis_print.c
  43. 1
      nis/nis_print_group_entry.c
  44. 1
      nis/nss_nisplus/nisplus-publickey.c
  45. 1
      nis/ypclnt.c
  46. 1
      nscd/cache.c
  47. 1
      nscd/connections.c
  48. 1
      nscd/grpcache.c
  49. 1
      nscd/hstcache.c
  50. 1
      nscd/nscd_conf.c
  51. 1
      nscd/nscd_stat.c
  52. 1
      nscd/pwdcache.c
  53. 1
      posix/id.c
  54. 2
      posix/sys/types.h
  55. 1
      resolv/herror.c
  56. 3
      socket/sys/socket.h
  57. 1
      stdio-common/psignal.c
  58. 6
      string/bits/string2.h
  59. 1
      string/strsignal.c
  60. 1
      sunrpc/auth_unix.c
  61. 1
      sunrpc/clnt_perr.c
  62. 1
      sunrpc/clnt_raw.c
  63. 1
      sunrpc/clnt_tcp.c
  64. 1
      sunrpc/clnt_udp.c
  65. 1
      sunrpc/clnt_unix.c
  66. 1
      sunrpc/get_myaddr.c
  67. 1
      sunrpc/pm_getmaps.c
  68. 1
      sunrpc/pmap_clnt.c
  69. 1
      sunrpc/pmap_rmt.c
  70. 1
      sunrpc/rpc_main.c
  71. 1
      sunrpc/rpc_scan.c
  72. 1
      sunrpc/svc_run.c
  73. 1
      sunrpc/svc_simple.c
  74. 1
      sunrpc/svc_tcp.c
  75. 1
      sunrpc/svc_udp.c
  76. 1
      sunrpc/svc_unix.c
  77. 1
      sunrpc/xdr_rec.c
  78. 1
      sunrpc/xdr_ref.c
  79. 2
      sysdeps/alpha/fpu/bits/mathinline.h
  80. 8
      sysdeps/generic/morecore.c
  81. 1
      sysdeps/gnu/errlist.awk
  82. 1
      sysdeps/gnu/errlist.c
  83. 4
      sysdeps/i386/fpu/bits/mathinline.h
  84. 1
      sysdeps/mach/hurd/mips/dl-machine.c
  85. 1
      sysdeps/posix/gai_strerror.c
  86. 1
      sysdeps/unix/make_errlist.c
  87. 1
      sysdeps/unix/siglist.c
  88. 1
      sysdeps/unix/sysv/linux/arm/siglist.c
  89. 1
      sysdeps/unix/sysv/linux/siglist.c
  90. 1
      sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c
  91. 2
      timezone/zic.c

108
ChangeLog

@ -1,3 +1,111 @@
1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
* include/features.h: Define new macros __GNUC_PREREQ and
__GLIBC_PREREQ which can be used to test the version of gcc
and glibc respectively.
* assert/assert.h: Use __GNUC_PREREQ.
* intl/libintl.h: Likewise.
* math/complex.h: Likewise.
* math/tgmath.h: Likewise.
* misc/sys/cdefs.h: Likewise.
* posix/sys/types.h: Likewise.
* socket/sys/socket.h: Likewise.
* string/bits/string2.h: Likewise.
* sysdeps/alpha/fpu/bits/mathinline.h: Likewise.
* sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1999-06-18 Zack Weinberg <zack@rabi.columbia.edu>
* include/libintl.h: Declare _libc_intl_domainname here.
Define _ and N_ here.
* include/libc-symbols.h: Don't include <libintl.h>. Don't
define _ and N_. Don't declare _libc_intl_domainname.
* Makeconfig (CPPFLAGS): Use -imacros to read libc-symbols.h.
* db2/config.h: Don't include sys/stat.h or define
HAVE_ST_BLKSIZE here...
* db2/compat.h: ...do it here.
* linuxthreads/internals.h: Include bits/libc-tsd.h after all
other headers.
* linuxthreads/no-tsd.c: Include sys/cdefs.h for __P.
* iconv/iconv.c: Include stddef.h for NULL.
* malloc/malloc.h: Include features.h.
* sysdeps/generic/morecore.c: Use __malloc_ptr_t not __ptr_t.
* sysdeps/unix/make_errlist.c: Write an "#include <libintl.h>"
into the generated file.
* sysdeps/gnu/errlist.awk: Likewise.
* sysdeps/gnu/errlist.c: Rebuilt.
* assert/assert-perr.c: Include libintl.h.
* assert/assert.c: Likewise.
* elf/dl-open.c: Likewise.
* elf/dlsym.c: Likewise.
* elf/dlvsym.c: Likewise.
* iconv/iconv_prog.c: Likewise.
* inet/rcmd.c: Likewise.
* inet/ruserpass.c: Likewise.
* locale/programs/charset.c: Likewise.
* locale/programs/ld-collate.c: Likewise.
* locale/programs/ld-ctype.c: Likewise.
* locale/programs/ld-messages.c: Likewise.
* locale/programs/ld-monetary.c: Likewise.
* locale/programs/ld-numeric.c: Likewise.
* locale/programs/ld-time.c: Likewise.
* locale/programs/locfile.c: Likewise.
* locale/programs/repertoire.c: Likewise.
* login/programs/database.c: Likewise.
* login/programs/request.c: Likewise.
* malloc/mcheck.c: Likewise.
* misc/error.c: Likewise.
* nis/nis_call.c: Likewise.
* nis/nis_callback.c: Likewise.
* nis/nis_error.c: Likewise.
* nis/nis_local_names.c: Likewise.
* nis/nis_print.c: Likewise.
* nis/nis_print_group_entry.c: Likewise.
* nis/ypclnt.c: Likewise.
* nis/nss_nisplus/nisplus-publickey.c: Likewise.
* nscd/cache.c: Likewise.
* nscd/connections.c: Likewise.
* nscd/grpcache.c: Likewise.
* nscd/hstcache.c: Likewise.
* nscd/nscd_conf.c: Likewise.
* nscd/nscd_stat.c: Likewise.
* nscd/pwdcache.c: Likewise.
* posix/id.c: Likewise.
* resolv/herror.c: Likewise.
* stdio-common/psignal.c: Likewise.
* string/strsignal.c: Likewise.
* sunrpc/auth_unix.c: Likewise.
* sunrpc/clnt_perr.c: Likewise.
* sunrpc/clnt_raw.c: Likewise.
* sunrpc/clnt_tcp.c: Likewise.
* sunrpc/clnt_udp.c: Likewise.
* sunrpc/clnt_unix.c: Likewise.
* sunrpc/get_myaddr.c: Likewise.
* sunrpc/pm_getmaps.c: Likewise.
* sunrpc/pmap_clnt.c: Likewise.
* sunrpc/pmap_rmt.c: Likewise.
* sunrpc/rpc_main.c: Likewise.
* sunrpc/rpc_scan.c: Likewise.
* sunrpc/svc_run.c: Likewise.
* sunrpc/svc_simple.c: Likewise.
* sunrpc/svc_tcp.c: Likewise.
* sunrpc/svc_udp.c: Likewise.
* sunrpc/svc_unix.c: Likewise.
* sunrpc/xdr_rec.c: Likewise.
* sunrpc/xdr_ref.c: Likewise.
* sysdeps/mach/hurd/mips/dl-machine.c: Likewise.
* sysdeps/posix/gai_strerror.c: Likewise.
* sysdeps/unix/siglist.c: Likewise.
* sysdeps/unix/sysv/linux/siglist.c: Likewise.
* sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
* sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Likewise.
* timezone/zic.c: Likewise.
1999-06-18 H.J. Lu <hjl@gnu.org>
* localedata/Makefile (charmaps): Exclude SCCS.

2
Makeconfig

@ -570,7 +570,7 @@ libio-include = -I$(..)libio
# These are the variables that the implicit compilation rules use.
CPPFLAGS = $($(subdir)-CPPFLAGS) $(+includes) $(defines) \
-include $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \
-imacros $(..)include/libc-symbols.h $(sysdep-CPPFLAGS) \
$(CPPFLAGS-$(suffix $@)) $(CPPFLAGS-$(<F)) $(CPPFLAGS-$(@F))
override CFLAGS = $(filter-out %frame-pointer,$(+cflags)) $(sysdep-CFLAGS) \
$(CFLAGS-$(suffix $@)) $(CFLAGS-$(<F)) $(CFLAGS-$(@F))

1
assert/assert-perr.c

@ -20,6 +20,7 @@
#include <stdio.h>
#include <string.h>
#include <sysdep.h>
#include <libintl.h>
extern const char *__assert_program_name; /* In assert.c. */

1
assert/assert.c

@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <sysdep.h>
#include <libintl.h>
const char *__assert_program_name;

8
assert/assert.h

@ -87,17 +87,11 @@ __END_DECLS
/* Version 2.4 and later of GCC define a magical variable `__PRETTY_FUNCTION__'
which contains the name of the function currently being defined.
# define __ASSERT_FUNCTION __PRETTY_FUNCTION__
This is broken in G++ before version 2.6.
C9x has a similar variable called __func__, but prefer the GCC one since
it demangles C++ function names. */
# ifdef __GNUC__
# if __GNUC__ > 2 || (__GNUC__ == 2 \
&& __GNUC_MINOR__ >= (defined __cplusplus ? 6 : 4))
# if __GNUC_PREREQ (2, (defined __cplusplus ? 6 : 4))
# define __ASSERT_FUNCTION __PRETTY_FUNCTION__
# else
# define __ASSERT_FUNCTION ((__const char *) 0)
# endif
# else
# if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
# define __ASSERT_FUNCTION __func__

6
db2/compat.h

@ -3,6 +3,12 @@
#include <sys/types.h>
#include <errno.h>
#include <sys/stat.h>
#ifdef _STATBUF_ST_BLKSIZE
# define HAVE_ST_BLKSIZE
#endif
#ifndef EFTYPE
# define EFTYPE EINVAL
#endif

6
db2/config.h

@ -2,16 +2,10 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* ...but edited by hand to be used in GNU libc. */
#include <sys/stat.h> /* To get _STATBUF_ST_BLKSIZE. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define if your struct stat has st_blksize. */
#ifdef _STATBUF_ST_BLKSIZE
# define HAVE_ST_BLKSIZE 1
#endif
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef mode_t */

1
elf/dl-open.c

@ -22,6 +22,7 @@
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <sys/mman.h> /* Check whether MAP_COPY is defined. */
#include <sys/param.h>
#include <bits/libc-lock.h>

1
elf/dlsym.c

@ -20,6 +20,7 @@
#include <dlfcn.h>
#include <setjmp.h>
#include <stddef.h>
#include <libintl.h>
#include <elf/ldsodefs.h>
struct dlsym_args

1
elf/dlvsym.c

@ -20,6 +20,7 @@
#include <dlfcn.h>
#include <setjmp.h>
#include <stddef.h>
#include <libintl.h>
#include <elf/ldsodefs.h>
#include <dl-hash.h>

1
iconv/iconv.c

@ -19,6 +19,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stddef.h> /* for NULL */
#include <errno.h>
#include <iconv.h>

1
iconv/iconv_prog.c

@ -30,6 +30,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#ifdef _POSIX_MAPPED_FILES
# include <sys/mman.h>
#endif

14
include/features.h

@ -244,9 +244,23 @@
#define __GLIBC__ 2
#define __GLIBC_MINOR__ 2
/* Convenience macros to test the versions of glibc and gcc.
Use them like this:
#if __GNUC_PREREQ (2,8)
... code requiring gcc 2.8 or later ...
#endif
Note - they won't work for gcc1 or glibc1, since the _MINOR macros
were not defined then. */
#define __GNUC_PREREQ(maj,min) (defined __GNUC__ && defined __GNUC_MINOR__ \
&& ((__GNUC__ << 16) + __GNUC_MINOR__) >= ((maj<<16) + min))
#define __GLIBC_PREREQ(maj,min) (defined __GLIBC__ && defined __GLIBC_MINOR__ \
&& ((__GLIBC__ << 16) + __GLIBC_MINOR__) >= ((maj<<16) + min))
/* This is here only because every header file already includes this one. */
#ifndef __ASSEMBLER__
#ifndef _SYS_CDEFS_H
# include <sys/cdefs.h>
#endif
/* If we don't have __REDIRECT, prototypes will be missing if
__USE_FILE_OFFSET64 but not __USE_LARGEFILE[64]. */

27
include/libc-symbols.h

@ -52,34 +52,7 @@
#define _REENTRANT 1
#include <config.h>
/*
*/
#ifndef __ASSEMBLER__
/* Define the macros `_' and `N_' for conveniently marking translatable
strings in the libc source code. */
# define N_(msgid) msgid
# include <libintl.h>
extern const char _libc_intl_domainname[];
# ifdef dgettext
/* This is defined as an optimizing macro, so use it. */
# define _(msgid) dgettext (_libc_intl_domainname, (msgid))
# else
/* Be sure to use only the __ name when `dgettext' is a plain function
instead of an optimizing macro. */
# define _(msgid) __dgettext (_libc_intl_domainname, (msgid))
# endif
#endif
/*
*/
/* The symbols in all the user (non-_) macros are C symbols.
HAVE_GNU_LD without HAVE_ELF implies a.out. */

16
include/libintl.h

@ -6,4 +6,20 @@ extern char *__gettext __P ((__const char *__msgid));
extern char *__textdomain __P ((__const char *__domainname));
extern char *__bindtextdomain __P ((__const char *__domainname,
__const char *__dirname));
extern const char _libc_intl_domainname[];
/* Define the macros `_' and `N_' for conveniently marking translatable
strings in the libc source code. */
# define N_(msgid) msgid
# ifdef dgettext
/* This is defined as an optimizing macro, so use it. */
# define _(msgid) dgettext (_libc_intl_domainname, (msgid))
# else
/* Be sure to use only the __ name when `dgettext' is a plain function
instead of an optimizing macro. */
# define _(msgid) __dgettext (_libc_intl_domainname, (msgid))
# endif
#endif

1
inet/rcmd.c

@ -49,6 +49,7 @@ static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94";
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <libintl.h>
int __ivaliduser __P ((FILE *, u_int32_t, const char *, const char *));

1
inet/ruserpass.c

@ -41,6 +41,7 @@ static char sccsid[] = "@(#)ruserpass.c 8.3 (Berkeley) 4/2/94";
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
/* #include "ftp_var.h" */

2
intl/libintl.h

@ -82,7 +82,7 @@ extern char *bindtextdomain __P ((__const char *__domainname,
# define dgettext(domainname, msgid) \
dcgettext (domainname, msgid, LC_MESSAGES)
# if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
# if __GNUC_PREREQ (2,7)
/* Variable defined in loadmsgcat.c which gets incremented every time a
new catalog is loaded. */
extern int _nl_msg_cat_cntr;

2
linuxthreads/internals.h

@ -16,12 +16,12 @@
/* Includes */
#include <bits/libc-tsd.h> /* for _LIBC_TSD_KEY_N */
#include <limits.h>
#include <setjmp.h>
#include <signal.h>
#include <unistd.h>
#include <sys/types.h>
#include <bits/libc-tsd.h> /* for _LIBC_TSD_KEY_N */
#include "pt-machine.h"

1
linuxthreads/no-tsd.c

@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <sys/cdefs.h> /* for __P */
#include <bits/libc-tsd.h>
/* This file provides uinitialized (common) definitions for the

1
locale/programs/charset.c

@ -28,6 +28,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include "error.h"
#include "charset.h"

1
locale/programs/ld-collate.c

@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <wchar.h>
#include <libintl.h>
#include "localeinfo.h"
#include "locales.h"

1
locale/programs/ld-ctype.c

@ -25,6 +25,7 @@
#include <endian.h>
#include <limits.h>
#include <string.h>
#include <libintl.h>
#include "locales.h"
#include "localeinfo.h"

1
locale/programs/ld-messages.c

@ -24,6 +24,7 @@
#include <alloca.h>
#include <langinfo.h>
#include <string.h>
#include <libintl.h>
#include <sys/uio.h>
#ifdef HAVE_REGEX

1
locale/programs/ld-monetary.c

@ -25,6 +25,7 @@
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
/* Undefine following line in production version. */

1
locale/programs/ld-numeric.c

@ -24,6 +24,7 @@
#include <alloca.h>
#include <langinfo.h>
#include <string.h>
#include <libintl.h>
/* Undefine following line in production version. */
/* #define NDEBUG 1 */

1
locale/programs/ld-time.c

@ -23,6 +23,7 @@
#include <langinfo.h>
#include <string.h>
#include <libintl.h>
/* Undefine following line in production version. */
/* #define NDEBUG 1 */

1
locale/programs/locfile.c

@ -29,6 +29,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include <sys/stat.h>
#include <sys/uio.h>

1
locale/programs/repertoire.c

@ -27,6 +27,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include "linereader.h"
#include "charset.h"

1
login/programs/database.c

@ -26,6 +26,7 @@
#include <time.h>
#include <unistd.h>
#include <utmp.h>
#include <libintl.h>
#include "utmpd-private.h"

1
login/programs/request.c

@ -22,6 +22,7 @@
#include <string.h>
#include <unistd.h>
#include <utmp.h>
#include <libintl.h>
#include "utmpd.h"
#include "utmpd-private.h"

2
malloc/malloc.h

@ -20,6 +20,8 @@
#ifndef _MALLOC_H
#define _MALLOC_H 1
#include <features.h>
/*
`ptmalloc', a malloc implementation for multiple threads without
lock contention, by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.

1
malloc/mcheck.c

@ -25,6 +25,7 @@
# include <malloc.h>
# include <mcheck.h>
# include <stdio.h>
# include <libintl.h>
#endif
/* Old hook values. */

2
math/complex.h

@ -33,7 +33,7 @@ __BEGIN_DECLS
/* We might need to add support for more compilers here. But once ISO
C 9X is out hopefully all maintained compilers will provide the data
types `float complex' and `double complex'. */
#if (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) || __GNUC__ > 2
#if __GNUC_PREREQ (2, 7)
# define _Complex __complex__
#endif

2
math/tgmath.h

@ -34,7 +34,7 @@
do not try this for now and instead concentrate only on GNU CC. Once
we have more information support for other compilers might follow. */
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 7)
#if __GNUC_PREREQ (2, 7)
/* We have two kinds of generic macros: to support functions which are
only defined on real valued parameters and those which are defined

1
misc/error.c

@ -26,6 +26,7 @@
#endif
#include <stdio.h>
#include <libintl.h>
#if HAVE_VPRINTF || HAVE_DOPRNT || _LIBC
# if __STDC__

12
misc/sys/cdefs.h

@ -33,7 +33,7 @@
/* GCC can always grok prototypes. For C++ programs we add throw()
to help it optimize the function calls. But this works only with
gcc 2.8.x and egcs. */
# if defined __cplusplus && (__GNUC__ >= 3 || __GNUC_MINOR__ >= 8)
# if defined __cplusplus && __GNUC_PREREQ (2,8)
# define __THROW throw ()
# else
# define __THROW
@ -42,6 +42,7 @@
/* This macro will be used for functions which might take C++ callback
functions. */
# define __PMT(args) args
# define __DOTS , ...
#else /* Not GCC. */
@ -131,7 +132,6 @@
/*
#elif __SOME_OTHER_COMPILER__
# define __attribute__(xyz)
# define __REDIRECT(name, proto, alias) name proto; \
_Pragma("let " #name " = " #alias)
*/
@ -150,17 +150,13 @@
run in pedantic mode if the uses are carefully marked using the
`__extension__' keyword. But this is not generally available before
version 2.8. */
#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8)
#if !__GNUC_PREREQ (2,8)
# define __extension__ /* Ignore */
#endif
/* __restrict is known in EGCS 1.2 and above. */
#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 92)
#if !__GNUC_PREREQ (2,92)
# define __restrict /* Ignore */
#endif
#endif /* sys/cdefs.h */

1
nis/nis_call.c

@ -20,6 +20,7 @@
#include <errno.h>
#include <fcntl.h>
#include <string.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/auth.h>
#include <rpcsvc/nis.h>

1
nis/nis_callback.c

@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#include <string.h>

1
nis/nis_error.c

@ -20,6 +20,7 @@
#include <errno.h>
#include <syslog.h>
#include <string.h>
#include <libintl.h>
#include <rpcsvc/nis.h>

1
nis/nis_local_names.c

@ -20,6 +20,7 @@
#include <errno.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include <rpcsvc/nis.h>
nis_name

1
nis/nis_print.c

@ -19,6 +19,7 @@
#include <time.h>
#include <string.h>
#include <libintl.h>
#include <rpcsvc/nis.h>

1
nis/nis_print_group_entry.c

@ -18,6 +18,7 @@
Boston, MA 02111-1307, USA. */
#include <string.h>
#include <libintl.h>
#include <rpcsvc/nis.h>
void

1
nis/nss_nisplus/nisplus-publickey.c

@ -22,6 +22,7 @@
#include <errno.h>
#include <stdio.h>
#include <string.h>
#include <libintl.h>
#include <syslog.h>
#include <rpc/rpc.h>
#include <rpcsvc/nis.h>

1
nis/ypclnt.c

@ -21,6 +21,7 @@
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpcsvc/nis.h>
#include <rpcsvc/yp.h>

1
nscd/cache.c

@ -23,6 +23,7 @@
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <arpa/inet.h>
#include <rpcsvc/nis.h>
#include <sys/param.h>

1
nscd/connections.c

@ -24,6 +24,7 @@
#include <pthread.h>
#include <stdlib.h>
#include <unistd.h>
#include <libintl.h>
#include <arpa/inet.h>
#include <sys/param.h>
#include <sys/poll.h>

1
nscd/grpcache.c

@ -26,6 +26,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include "nscd.h"
#include "dbg_log.h"

1
nscd/hstcache.c

@ -28,6 +28,7 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <libintl.h>
#include <arpa/inet.h>
#include "nscd.h"

1
nscd/nscd_conf.c

@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <sys/param.h>
#include <sys/types.h>

1
nscd/nscd_stat.c

@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include "nscd.h"
#include "dbg_log.h"

1
nscd/pwdcache.c

@ -27,6 +27,7 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <libintl.h>
#include "nscd.h"
#include "dbg_log.h"

1
posix/id.c

@ -22,6 +22,7 @@
#include <grp.h>
#include <pwd.h>
#include <limits.h>
#include <libintl.h>
#include <sys/types.h>

2
posix/sys/types.h

@ -132,7 +132,7 @@ typedef unsigned int uint;
/* These size-specific names are used by some of the inet code. */
#if !defined __GNUC__ || __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
#if !__GNUC_PREREQ (2, 7)
/* These types are defined by the ISO C 9x header <inttypes.h>. */
# ifndef __int8_t_defined

1
resolv/herror.c

@ -58,6 +58,7 @@ static char rcsid[] = "$Id$";
#include <sys/param.h>
#include <sys/uio.h>
#include <netdb.h>
#include <libintl.h>
#if defined(BSD) && (BSD >= 199103)
# include <unistd.h>
# include <string.h>

3
socket/sys/socket.h

@ -61,8 +61,7 @@ enum
uses with any of the listed types to be allowed without complaint.
G++ 2.7 does not support transparent unions so there we want the
old-style declaration, too. */
#if (!defined __GNUC__ || __GNUC__ < 2 || defined __cplusplus || \
(__GNUC__ == 2 && __GNUC_MINOR__ < 7))
#if defined __cplusplus || !__GNUC_PREREQ (2, 7)
# define __SOCKADDR_ARG struct sockaddr *
# define __CONST_SOCKADDR_ARG __const struct sockaddr *
#else

1
stdio-common/psignal.c

@ -18,6 +18,7 @@
#include <stdio.h>
#include <signal.h>
#include <libintl.h>
#ifndef HAVE_GNU_LD

6
string/bits/string2.h

@ -167,9 +167,9 @@ __STRING2_COPY_TYPE (8);
: memset (s, c, n)))
# endif
/* GCC optimizes memset(s, 0, n) but not bzero(s, n). */
#if defined __GNUC__ \
&& (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 90))
/* GCC optimizes memset(s, 0, n) but not bzero(s, n).
The optimization is broken before EGCS 1.1. */
#if __GNUC_PREREQ (2, 91)
# define __bzero(s, n) __builtin_memset (s, '\0', n)
# endif

1
string/strsignal.c

@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libintl.h>
#include <bits/libc-lock.h>

1
sunrpc/auth_unix.c

@ -42,6 +42,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include <sys/param.h>
#include <rpc/types.h>

1
sunrpc/clnt_perr.c

@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_perror.c 1.15 87/10/07 Copyr 1984 Sun Micro";
*/
#include <stdio.h>
#include <string.h>
#include <libintl.h>
#include <rpc/types.h>
#include <rpc/auth.h>
#include <rpc/clnt.h>

1
sunrpc/clnt_raw.c

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)clnt_raw.c 1.22 87/08/11 Copyr 1984 Sun Micro";
#include <rpc/rpc.h>
#include <rpc/svc.h>
#include <rpc/xdr.h>
#include <libintl.h>
#define MCALL_MSG_SIZE 24

1
sunrpc/clnt_tcp.c

@ -54,6 +54,7 @@ static char sccsid[] = "@(#)clnt_tcp.c 1.37 87/10/05 Copyr 1984 Sun Micro";
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/poll.h>
#include <sys/socket.h>

1
sunrpc/clnt_udp.c

@ -39,6 +39,7 @@ static char sccsid[] = "@(#)clnt_udp.c 1.39 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <unistd.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/xdr.h>
#include <rpc/clnt.h>

1
sunrpc/clnt_unix.c

@ -50,6 +50,7 @@
#include <errno.h>
#include <stdio.h>
#include <unistd.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/uio.h>
#include <sys/poll.h>

1
sunrpc/get_myaddr.c

@ -44,6 +44,7 @@ static char sccsid[] = "@(#)get_myaddress.c 1.4 87/08/11 Copyr 1984 Sun Micro";
#include <sys/socket.h>
#include <stdio.h>
#include <unistd.h>
#include <libintl.h>
#include <net/if.h>
#include <sys/ioctl.h>
/* Order of following two #includes reversed by roland@gnu */

1
sunrpc/pm_getmaps.c

@ -46,6 +46,7 @@ static char sccsid[] = "@(#)pmap_getmaps.c 1.10 87/08/11 Copyr 1984 Sun Micro";
#include <netdb.h>
#include <stdio.h>
#include <errno.h>
#include <libintl.h>
/*
* Get a copy of the current port maps.

1
sunrpc/pmap_clnt.c

@ -36,6 +36,7 @@
#include <stdio.h>
#include <unistd.h>
#include <libintl.h>
#include <net/if.h>
#include <sys/ioctl.h>
#include <sys/socket.h>

1
sunrpc/pmap_rmt.c

@ -41,6 +41,7 @@ static char sccsid[] = "@(#)pmap_rmt.c 1.21 87/08/27 Copyr 1984 Sun Micro";
#include <unistd.h>
#include <string.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/pmap_prot.h>
#include <rpc/pmap_clnt.h>

1
sunrpc/rpc_main.c

@ -42,6 +42,7 @@ const char main_rcsid[] =
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <libintl.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/param.h>

1
sunrpc/rpc_scan.c

@ -41,6 +41,7 @@ char scan_rcsid[] =
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <libintl.h>
#include "rpc_scan.h"
#include "rpc_parse.h"
#include "rpc_util.h"

1
sunrpc/svc_run.c

@ -37,6 +37,7 @@ static char sccsid[] = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro";
* Wait for input, call server program.
*/
#include <errno.h>
#include <libintl.h>
#include <rpc/rpc.h>
static int svc_stop;

1
sunrpc/svc_simple.c

@ -40,6 +40,7 @@ static char sccsid[] = "@(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <string.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <rpc/pmap_clnt.h>
#include <sys/socket.h>

1
sunrpc/svc_tcp.c

@ -44,6 +44,7 @@ static char sccsid[] = "@(#)svc_tcp.c 1.21 87/08/11 Copyr 1984 Sun Micro";
#include <stdio.h>
#include <unistd.h>
#include <string.h>
#include <libintl.h>
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/poll.h>

1
sunrpc/svc_udp.c

@ -45,6 +45,7 @@ static char sccsid[] = "@(#)svc_udp.c 1.24 87/08/11 Copyr 1984 Sun Micro";
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <errno.h>
#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>

1
sunrpc/svc_unix.c

@ -46,6 +46,7 @@
#include <sys/poll.h>
#include <errno.h>
#include <stdlib.h>
#include <libintl.h>
/*
* Ops vector for AF_UNIX based rpc service handle

1
sunrpc/xdr_rec.c

@ -48,6 +48,7 @@
#include <string.h>
#include <unistd.h>
#include <rpc/rpc.h>
#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>

1
sunrpc/xdr_ref.c

@ -44,6 +44,7 @@ static char sccsid[] = "@(#)xdr_reference.c 1.11 87/08/11 SMI";
#include <string.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <libintl.h>
#ifdef USE_IN_LIBIO
# include <libio/iolibio.h>

2
sysdeps/alpha/fpu/bits/mathinline.h

@ -75,7 +75,7 @@ __inline_copysign(copysign, double)
#undef __MATH_INLINE_copysign
#if defined __GNUC__ && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 8))
#if __GNUC_PREREQ (2, 8)
__MATH_INLINE float __fabsf (float __x) { return __builtin_fabsf (__x); }
__MATH_INLINE float fabsf (float __x) { return __builtin_fabsf (__x); }
__MATH_INLINE double __fabs (double __x) { return __builtin_fabs (__x); }

8
sysdeps/generic/morecore.c

@ -30,7 +30,7 @@
systems with potentially hostile include files. */
#include <stddef.h>
extern __ptr_t __sbrk __P ((ptrdiff_t increment));
extern __malloc_ptr_t __sbrk __P ((ptrdiff_t increment));
#endif
#ifndef NULL
@ -40,12 +40,12 @@ extern __ptr_t __sbrk __P ((ptrdiff_t increment));
/* Allocate INCREMENT more bytes of data space,
and return the start of data space, or NULL on errors.
If INCREMENT is negative, shrink data space. */
__ptr_t
__malloc_ptr_t
__default_morecore (increment)
__malloc_ptrdiff_t increment;
{
__ptr_t result = (__ptr_t) __sbrk (increment);
if (result == (__ptr_t) -1)
__malloc_ptr_t result = (__malloc_ptr_t) __sbrk (increment);
if (result == (__malloc_ptr_t) -1)
return NULL;
return result;
}

1
sysdeps/gnu/errlist.awk

@ -40,6 +40,7 @@ BEGIN {
print "/* This file is generated from errno.texi by errlist.awk. */"
print "";
print "#include <errno.h>";
print "#include <libintl.h>";
print "";
print "#ifndef SYS_ERRLIST";
print "# define SYS_ERRLIST _sys_errlist";

1
sysdeps/gnu/errlist.c

@ -1,6 +1,7 @@
/* This file is generated from errno.texi by errlist.awk. */
#include <errno.h>
#include <libintl.h>
#ifndef SYS_ERRLIST
# define SYS_ERRLIST _sys_errlist

4
sysdeps/i386/fpu/bits/mathinline.h

@ -138,7 +138,7 @@ __signbitl (long double __x)
/* The gcc, version 2.7 or below, has problems with all this inlining
code. So disable it for this version of the compiler. */
#if defined __GNUC__ && (__GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 7))
#if __GNUC_PREREQ (2, 8)
#if ((!defined __NO_MATH_INLINES || defined __LIBC_INTERNAL_MATH_INLINES) \
&& defined __OPTIMIZE__)
@ -426,7 +426,7 @@ __inline_mathcode2 (pow, __x, __y, \
__inline_mathop (sqrt, "fsqrt")
__inline_mathop_ (long double, __sqrtl, "fsqrt")
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC__ == 2 && __GNUC_MINOR__ >= 8)
#if __GNUC_PREREQ (2, 8)
__inline_mathcode_ (double, fabs, __x, return __builtin_fabs (__x))
__inline_mathcode_ (float, fabsf, __x, return __builtin_fabsf (__x))
__inline_mathcode_ (long double, fabsl, __x, return __builtin_fabsl (__x))

1
sysdeps/mach/hurd/mips/dl-machine.c

@ -31,6 +31,7 @@
#include <stdarg.h>
#include <ctype.h>
#include <sys/stat.h>
#include <libintl.h>
void weak_function
abort (void)

1
sysdeps/posix/gai_strerror.c

@ -19,6 +19,7 @@
#include <stdio.h>
#include <netdb.h>
#include <libintl.h>
static struct
{

1
sysdeps/unix/make_errlist.c

@ -58,6 +58,7 @@ main ()
Boston, MA 02111-1307, USA. */\n\n", year);
puts ("#include <stddef.h>\n");
puts ("#include <libintl.h>\n");
puts ("\n/* This is a list of all known `errno' codes. */\n");
printf ("\nconst int _sys_nerr = %d;\n\n", sys_nerr);

1
sysdeps/unix/siglist.c

@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stddef.h>
#include <libintl.h>
/* This is a list of all known signal numbers. */

1
sysdeps/unix/sysv/linux/arm/siglist.c

@ -19,6 +19,7 @@
#include <stddef.h>
#include <signal.h>
#include <sizes.h>
#include <libintl.h>
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
# define SYS_SIGLIST __new_sys_siglist

1
sysdeps/unix/sysv/linux/siglist.c

@ -19,6 +19,7 @@
#include <stddef.h>
#include <signal.h>
#include <sizes.h>
#include <libintl.h>
#if defined HAVE_ELF && defined PIC && defined DO_VERSIONING
# define SYS_SIGLIST __new_sys_siglist

1
sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c

@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA. */
#include <stddef.h>
#include <libintl.h>
/* This is a list of all known `errno' codes. */

2
timezone/zic.c

@ -11,6 +11,8 @@ static char elsieid[] = "@(#)zic.c 7.99";
#include "sys/stat.h" /* for umask manifest constants */
#endif /* defined unix */
#include <libintl.h>
/*
** On some ancient hosts, predicates like `isspace(C)' are defined
** only if isascii(C) || C == EOF. Modern hosts obey the C Standard,

Loading…
Cancel
Save