diff options
102 files changed, 4303 insertions, 1865 deletions
@@ -1,3 +1,210 @@ +Thu Oct 31 00:01:39 1996 Ulrich Drepper <drepper@cygnus.com> + + * signal/Makefile (routines): Add sigwait. + * signal/signal.h: Add prototype for sigwait. + * sysdeps/posix/sigwait.c: New file. Implementation of sigwait + function from POSIX.1c. + * sysdeps/stub/sigwait.c: New file. Stub version of sigwait. + +Wed Oct 30 02:01:17 1996 Richard Henderson <rth@tamu.edu> + + * sunrpc/xdr_float.c (xdr_float): Handle sizeof(float)!=sizeof(long), + but don't bother going farther than sizeof(float)==sizeof(int). + (xdr_double): Handle little-endian machines! Handle sizeof(double) + != 2*sizeof(long), though again don't bother with more than int. + +Thu Oct 29 16:09:42 1996 Craig Metz <cmetz@inner.net> + + * sysdeps/posix/getaddrinfo.c: Use buffer limits for inet_ntop + function. + +Tue Oct 29 12:37:22 1996 Ulrich Drepper <drepper@cygnus.com> + + * Makerules: Create symbolic links for linking in $(libdir). + (make-link): Use absolute path for destination if this is not in + the same directory. + + * elf/rtld.c (dl_main): When verifying don't check the name of + the dynamic linker. + + * shlib-versions: Change entries for Hurd specific libs from + *-*-gnu* to *-*-gnu?* so that i586-pc-linux-gnu does not match + these entries. + + * assert/assert.h: Reformat copyright. + Change reference to ANSI into reference to ISO C. + * ctype/ctype.h: Likewise. + * errno.h: Likewise. + * limits.h: Likewise. + * math/math.h: Likewise. + * setjmp/setjmp.h: Likewise. + * stdio/stdio.h: Likewise. + * libio/stdio.h: Likewise. + * stdlib/stdlib.h: Likewise. + * string/string.h: Likewise. + * time/time.h: Likewise. + + * string/argz.h: Use __const is definitions. + + * elf/dlfcn.h: Use __const and __P. Reformat copyright. + * misc/err.h: Likewise. + + * wctype/wctype.h (wctrans_t): Use __const instead of const. + + * Makeconfig ($(common-objpfx)soversions.mk): Generate list of + sonames for versioned libraries. + * Makefile: Remove code to generate libc-version.h. + Generate gnu/lib-names.h with |
