aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog108
-rw-r--r--Makeconfig2
-rw-r--r--assert/assert-perr.c1
-rw-r--r--assert/assert.c1
-rw-r--r--assert/assert.h8
-rw-r--r--db2/compat.h6
-rw-r--r--db2/config.h6
-rw-r--r--elf/dl-open.c1
-rw-r--r--elf/dlsym.c1
-rw-r--r--elf/dlvsym.c1
-rw-r--r--iconv/iconv.c1
-rw-r--r--iconv/iconv_prog.c1
-rw-r--r--include/features.h14
-rw-r--r--include/libc-symbols.h27
-rw-r--r--include/libintl.h16
-rw-r--r--inet/rcmd.c1
-rw-r--r--inet/ruserpass.c1
-rw-r--r--intl/libintl.h2
-rw-r--r--linuxthreads/internals.h2
-rw-r--r--linuxthreads/no-tsd.c1
-rw-r--r--locale/programs/charset.c1
-rw-r--r--locale/programs/ld-collate.c1
-rw-r--r--locale/programs/ld-ctype.c1
-rw-r--r--locale/programs/ld-messages.c1
-rw-r--r--locale/programs/ld-monetary.c1
-rw-r--r--locale/programs/ld-numeric.c1
-rw-r--r--locale/programs/ld-time.c1
-rw-r--r--locale/programs/locfile.c1
-rw-r--r--locale/programs/repertoire.c1
-rw-r--r--login/programs/database.c1
-rw-r--r--login/programs/request.c1
-rw-r--r--malloc/malloc.h2
-rw-r--r--malloc/mcheck.c1
-rw-r--r--math/complex.h2
-rw-r--r--math/tgmath.h2
-rw-r--r--misc/error.c1
-rw-r--r--misc/sys/cdefs.h12
-rw-r--r--nis/nis_call.c1
-rw-r--r--nis/nis_callback.c1
-rw-r--r--nis/nis_error.c1
-rw-r--r--nis/nis_local_names.c1
-rw-r--r--nis/nis_print.c1
-rw-r--r--nis/nis_print_group_entry.c1
-rw-r--r--nis/nss_nisplus/nisplus-publickey.c1
-rw-r--r--nis/ypclnt.c1
-rw-r--r--nscd/cache.c1
-rw-r--r--nscd/connections.c1
-rw-r--r--nscd/grpcache.c1
-rw-r--r--nscd/hstcache.c1
-rw-r--r--nscd/nscd_conf.c1
-rw-r--r--nscd/nscd_stat.c1
-rw-r--r--nscd/pwdcache.c1
-rw-r--r--posix/id.c1
-rw-r--r--posix/sys/types.h2
-rw-r--r--resolv/herror.c1
-rw-r--r--socket/sys/socket.h3
-rw-r--r--stdio-common/psignal.c1
-rw-r--r--string/bits/string2.h6
-rw-r--r--string/strsignal.c1
-rw-r--r--sunrpc/auth_unix.c1
-rw-r--r--sunrpc/clnt_perr.c1
-rw-r--r--sunrpc/clnt_raw.c1
-rw-r--r--sunrpc/clnt_tcp.c1
-rw-r--r--sunrpc/clnt_udp.c1
-rw-r--r--sunrpc/clnt_unix.c1
-rw-r--r--sunrpc/get_myaddr.c1
-rw-r--r--sunrpc/pm_getmaps.c1
-rw-r--r--sunrpc/pmap_clnt.c1
-rw-r--r--sunrpc/pmap_rmt.c1
-rw-r--r--sunrpc/rpc_main.c1
-rw-r--r--sunrpc/rpc_scan.c1
-rw-r--r--sunrpc/svc_run.c1
-rw-r--r--sunrpc/svc_simple.c1
-rw-r--r--sunrpc/svc_tcp.c1
-rw-r--r--sunrpc/svc_udp.c1
-rw-r--r--sunrpc/svc_unix.c1
-rw-r--r--sunrpc/xdr_rec.c1
-rw-r--r--sunrpc/xdr_ref.c1
-rw-r--r--sysdeps/alpha/fpu/bits/mathinline.h2
-rw-r--r--sysdeps/generic/morecore.c8
-rw-r--r--sysdeps/gnu/errlist.awk1
-rw-r--r--sysdeps/gnu/errlist.c1
-rw-r--r--sysdeps/i386/fpu/bits/mathinline.h4
-rw-r--r--sysdeps/mach/hurd/mips/dl-machine.c1
-rw-r--r--sysdeps/posix/gai_strerror.c1
-rw-r--r--sysdeps/unix/make_errlist.c1
-rw-r--r--sysdeps/unix/siglist.c1
-rw-r--r--sysdeps/unix/sysv/linux/arm/siglist.c1
-rw-r--r--sysdeps/unix/sysv/linux/siglist.c1
-rw-r--r--sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c1
-rw-r--r--timezone/zic.c2
91 files changed, 240 insertions, 66 deletions
diff --git a/ChangeLog b/ChangeLog
index 2367f18cbb..5cb83a8409 100644
--- a/ChangeLog
+++ b/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.