1998-08-17 Ulrich Drepper * posix/tstgetopt.c (options): Add NULL entry at end Patch by Adrian Miranda . 1998-08-15 18:21 Ulrich Drepper * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD to 9. 1998-08-15 14:11 Ulrich Drepper * elf/elf.h: Add PPC Diab relocations. * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln. 1998-08-14 10:08 Ulrich Drepper * manual/texinfo.tex: Update. 1998-08-07 Geoff Keating * sysdeps/powerpc/backtrace.c: New file. 1998-08-14 Philip Blundell * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling sigjmp_save. * sysdeps/arm/elf/setjmp.S: Obsolete, deleted. 1998-08-11 Andreas Schwab * Makefile (install-symbolic-link): Fix spelling. 1998-08-11 Andreas Schwab * elf/elf.h (SHT_HIOS): Fix value. 1998-08-10 Andreas Schwab * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as part of the expansion, this is undefined by the standard. 1998-08-13 19:41 Ulrich Drepper * posix/getconf.c: Add support for systems with incomplete confname.h. * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined. * sysdeps/posix/wait3.c: Make it work. 1998-08-13 Andreas Jaeger * Makefile ($(inst_slibdir)/libc-$(version).so): Remove. (elf/ldso_install): Remove. * elf/Makefile (distribute): Add sln.c. (others): Add sln. (others-static): Add sln. (install-rootsbin): Add sln. (others-static): Add sln. (ldso_install): Remove. 1998-07-24 10:58 Andreas Schwab * Makerules (install-clean-symbolic-link-list): Make phony. * Makefile (install-symbolic-link): Make phony. Depend on subdir_install for parallel makes. 1998-07-22 Ulrich Drepper * elf/Makefile (distribute): Add sln.c 1998-07-21 07:10 H.J. Lu * elf/sln.c: New file. * Makerules (symbolic-link-prog, symbolic-link-list): New macros. (install-clean-symbolic-link-list): New target. (install): Depend on install-clean-symbolic-link-list. (make-shlib-link): Changed for $(symbolic-link-list). * Makefile (install-symbolic-link): New target. (install): Depend on install-symbolic-link. 1998-08-12 17:03 Ulrich Drepper * include/unistd.h: Protect against multiple inclusion. * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P is defined, not is glob is defined. * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P. 1998-08-01 17:18 H.J. Lu * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of xdr_string for ut_line, ut_name and ut_host. 1998-08-12 Andreas Jaeger * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to /var/mail in accordance with FHS 2.0. Reported by Javier Kohen [PR libc/639]. 1998-08-12 Richard Henderson * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg): Update aliases for cancelation. * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before playing with symbol versions. 1998-08-12 Roland McGrath * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and multiple inclusion protection. (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES, _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros, define all these to 1. (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it. 1998-08-12 Roland McGrath * sysdeps/mach/usleep.c: Include . (usleep): Return void. 1998-08-11 Roland McGrath * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward decl to inhibit warning in if_freenameindex defn. * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable. * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name. * sysdeps/mach/hurd/reboot.c: Include . * sysdeps/mach/hurd/getdents.c: Include . * sysdeps/mach/hurd/sbrk.c: Include . * sysdeps/mach/usleep.c: Likewise. * sysdeps/mach/hurd/bind.c (bind): Add a const. * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn. * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise. * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise. * sysdeps/mach/hurd/reboot.c (reboot): Likewise. * sysdeps/mach/usleep.c (usleep): Likewise. * sysdeps/mach/hurd/chflags.c (chflags): Likewise. * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise. * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise. * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise. 1998-08-11 Roland McGrath * sysdeps/generic/glob64.c: Include , , . (glob64): Fix typo. * malloc/malloc.c (free_check, realloc_check): Don't cast to long for %p arg to fprintf, since `void *' is the right type already. 1998-07-25 19:47 Jose M. Moya * sysdeps/mach/hurd/getcwd.c (_hurd_canonicalize_directory_name_internal): Do not loop forever for unknown root directories. (__getcwd): Return NULL when the current root directory could not be reached. 1998-08-11 18:39 Ulrich Drepper * string/strsignal.c (strsignal): Count real-time signals from zero. See ChangeLog.8 for earlier changes.