aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-11 18:44:11 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-11 18:44:11 +0000
commitf81d98d612f857c18abcde8adec601dca663a73f (patch)
treea0f310cf47d4b782bcd8cb085d9c05267cbcc477
parenta2bde807bfaff3c016183a02a1f6a46764480410 (diff)
downloadglibc-f81d98d612f857c18abcde8adec601dca663a73f.tar.xz
glibc-f81d98d612f857c18abcde8adec601dca663a73f.zip
Update. Old logs are in ChangeLog.7.
1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com> * string/strsignal.c (strsignal): Count real-time signals from zero. See ChangeLog.8 for earlier changes.
-rw-r--r--ChangeLog12533
-rw-r--r--ChangeLog.812549
-rw-r--r--malloc/malloc.c4
-rw-r--r--string/strsignal.c11
-rw-r--r--sysdeps/generic/tempname.c6
-rw-r--r--timezone/backward3
-rw-r--r--timezone/etcetera8
-rw-r--r--timezone/europe9
8 files changed, 12579 insertions, 12544 deletions
diff --git a/ChangeLog b/ChangeLog
index 39b816e385..0059c2b7d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12533 +1,6 @@
-1998-08-11 13:57 Ulrich Drepper <drepper@cygnus.com>
+1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
- * libio/fileops.c (_IO_file_sync): Use _IO_ssize_t for delta, not
- _IO_size_t.
+ * string/strsignal.c (strsignal): Count real-time signals from zero.
-1998-08-10 15:49 Ulrich Drepper <drepper@cygnus.com>
- * include/dirent.h: Protect from double inclusion.
-
-1998-08-09 Mark Kettenis <kettenis@phys.uva.nl>
-
- * posix/glob.h: Add LFS support for glob and globfree.
- * posix/Versions [GLIBC_2.1]: Add glob64 and globfree64.
- * posix/Makefile (routines): Add glob64.
- * sysdeps/generic/glob64.c: New file.
- * sysdeps/unix/sysv/linux/glob64.c: New file.
- * sysdeps/unix/sysv/linux/alpha/glob64.c: New file.
- * sysdeps/unix/sysv/linux/sparc/sparc64/glob64.c: New file.
- * sysdeps/generic/glob.c [_LIBC && glob] (__glob_pattern_p):
- Elide function.
- * sysdeps/unix/sysv/linux/alpha/glob.c: Add glob64 as a weak alias
- for __new_glob. Likewise for globfree64.
- * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: New file.
-
-1998-08-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Remove
- -include flag from command.
-
-1998-08-10 Ulrich Drepper <drepper@cygnus.com>
-
- * nss/nss_db/db-XXX.c (_nss_db_getXXX): If buffer is too small
- decrement `entidx' to allow retrieving the same entry again.
-
-1998-08-09 22:32 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/powerpc/ffs.c: Fix typo. Add support for ffsl.
- Patch by Matt McLean <keys@yikes.com>.
-
-1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
-
- * sysdeps/powerpc/bits/setjmp.h: Use word to save condition
- registers.
- * sysdeps/powerpc/setjmp.S: Save condition registers.
- * sysdeps/powerpc/__longjmp.S: Restore condition registers.
-
-1998-08-09 09:40 Ulrich Drepper <drepper@cygnus.com>
-
- * nss/nss_files/files-XXX.c (internal_getent): In case of an read
- error do not trust errno value, set it to ENOENT.
-
- * db2/db_185.h: Move __ prototypes into include/* header.
- * dirent/dirent.h: Likewise.
- * elf/dlfcn.h: Likewise.
- * gmon/sys/gmon.h: Likewise.
- * grp/grp.h: Likewise.
- * intl/libintl.h: Likewise.
- * io/fcntl.h: Likewise.
- * io/sys/stat.h: Likewise.
- * io/sys/statfs.h: Likewise.
- * io/sys/statvfs.h: Likewise.
- * libio/stdio.h: Likewise.
- * login/utmp.h: Likewise.
- * misc/mntent.h: Likewise.
- * misc/search.h: Likewise.
- * misc/sys/file.h: Likewise.
- * misc/sys/ioctl.h: Likewise.
- * misc/sys/select.h: Likewise.
- * misc/sys/uio.h: Likewise.
- * misc/sys/ustat.h: Likewise.
- * posix/unistd.h: Likewise.
- * posix/sys/times.h: Likewise.
- * posix/sys/wait.h: Likewise.
- * pwd/pwd.h: Likewise.
- * resource/ulimit.h: Likewise.
- * resource/sys/resource.h: Likewise.
- * setjmp/setjmp.h: Likewise.
- * shadow/shadow.h: Likewise.
- * signal/signal.h: Likewise.
- * socket/sys/socket.h: Likewise.
- * stdlib/alloca.h: Likewise.
- * stdlib/stdlib.h: Likewise.
- * string/string.h: Likewise.
- * sysdeps/generic/sys/mman.h: Likewise.
- * sysdeps/unix/bsd/osf/sys/mman.h: Likewise.
- * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
- * sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
- * sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
- * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
- * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
- * termios/termios.h: Likewise.
- * time/time.h: Likewise.
- * time/sys/time.h: Likewise.
- * wcsmbs/wchar.h: Likewise.
-
- * include/alloca.h: Add __ prototypes here.
- * include/db_185.h: Likewise.
- * include/dirent.h: Likewise.
- * include/dlfcn.h: Likewise.
- * include/fcntl.h: Likewise.
- * include/grp.h: Likewise.
- * include/libintl.h: Likewise.
- * include/mntent.h: Likewise.
- * include/pwd.h: Likewise.
- * include/sched.h: Likewise.
- * include/search.h: Likewise.
- * include/setjmp.h: Likewise.
- * include/shadow.h: Likewise.
- * include/signal.h: Likewise.
- * include/stdio.h: Likewise.
- * include/stdlib.h: Likewise.
- * include/string.h: Likewise.
- * include/termios.h: Likewise.
- * include/time.h: Likewise.
- * include/ulimit.h: Likewise.
- * include/unistd.h: Likewise.
- * include/utmp.h: Likewise.
- * include/wchar.h: Likewise.
- * include/sys/file.h: Likewise.
- * include/sys/gmon.h: Likewise.
- * include/sys/ioctl.h: Likewise.
- * include/sys/mman.h: Likewise.
- * include/sys/resource.h: Likewise.
- * include/sys/select.h: Likewise.
- * include/sys/socket.h: Likewise.
- * include/sys/stat.h: Likewise.
- * include/sys/statfs.h: Likewise.
- * include/sys/time.h: Likewise.
- * include/sys/times.h: Likewise.
- * include/sys/uio.h: Likewise.
- * include/sys/wait.h: Likewise.
-
- * Makeconfig (+includes): Search in $(..)include first.
-
- * io/fstat.c: Undefine __fstat.
- * io/lstat.c: Undefine __lstat.
-
- * wcsmbs/Versions: Add __mbrlen.
-
-1998-08-09 Ulrich Drepper <drepper@cygnus.com>
-
- * elf/dl-reloc.c (_dl_relocate_object): Implement DT_BIND_NOW.
-
-1998-07-31 17:59 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/generic/bits/byteswap.h: Fix problems with side effects.
-
- * manual/filesys.texi: Document truncate and ftruncate.
- Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
-
- * shadow/putspent.c: Lock stream while generating the output.
-
- * sunrpc/clnt_unix.c: Use ucred instead of cmsgcred again.
- (__msgwrite): Rewrite accordingly.
- * sunrpc/svc_unix.c: Likewise.
- * sysdeps/unix/sysv/linux/Dist: Remove __recvmsg.S and __sendmsg.S.
- * sysdeps/unix/sysv/linux/Makefile [$(subdir)==socket]
- (sysdep_routines): Remove __sendmsg and __recvmsg.
- * sysdeps/unix/sysv/linux/__recvmsg.S: Removed.
- * sysdeps/unix/sysv/linux/__sendmsg.S: Removed.
- * sysdeps/unix/sysv/linux/recvmsg.c: Removed.
- * sysdeps/unix/sysv/linux/sendmsg.c: Removed.
- * sysdeps/unix/sysv/linux/recvmsg.S: New file.
- * sysdeps/unix/sysv/linux/sendmsg.S: New file.
- * sysdeps/unix/sysv/linux/bits/socket.h: Define SCM_CREDENTIALS and
- struct ucred. Remove struct cmsgcred.
- Patches by Thorsten Kukuk.
-
-1998-08-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * inet/rcmd.c (__ivaliduser): Allow '#' as comment character.
-
-1998-08-08 14:42 Ulrich Drepper <drepper@cygnus.com>
-
- * argp/argp-help.c: Prepare to be used outside glibc without gcc by
- adding usual alloca cruft.
- Reported by Eleftherios Gkioulekas <lf@amath.washington.edu>.
-
-1998-04-05 Jim Meyering <meyering@ascend.com>
-
- * lib/regex.c (WIDE_CHAR_SUPPORT): Define.
- This now depends on HAVE_BTOWC so systems that lack btowc (like
- solaris-2.5.1) don't lose.
-
-1998-08-07 Mark Kettenis <kettenis@phys.uva.nl>
-
- * sysdeps/generic/bits/sigaction.h: Remove definition of SA_DISABLE.
- * sysdeps/generic/bits/sigstack.h: Define SS_DISABLE, SS_ONSTACK,
- MINSIGSTKZ and SIGSTKSZ. Definitions match BSD.
- * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Use SS_ONSTACK
- instead of SA_ONSTACK.
- * sysdeps/mach/hurd/sigaltstack.c (__sigaltstack): Renamed from
- sigaltstack, and created a weak alias. Use SS_DISABLE and
- SS_ONSTACK instead of SA_DISABLE and SA_ONSTACK.
- * sysdeps/mach/hurd/sigstack.c (sigstack): Use SS_ONSTACK instead
- of SA_ONSTACK. Call __sigaltstack instead of sigaltstack.
- * sysdeps/mach/hurd/i386/sigreturn.c (__sigreturn): Use SS_ONSTACK
- instead of SA_ONSTACK.
- * sysdeps/mach/hurd/alpha/sigreturn.c (__sigreturn): Likewise.
- * sysdeps/mach/hurd/mips/sigreturn.c (__sigreturn): Likewise.
- * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
- Use SS_DISABLE instead of SA_DISABLE. Use SS_ONSTACK instead of
- SA_ONSTACK where appropriate.
- * sysdeps/mach/hurd/alpha/trampoline.c (_hurd_setup_sighandler):
- Likewise.
- * sysdeps/mach/hurd/hppa/trampoline.c (_hurd_setup_sighandler):
- Likewise.
- * sysdeps/mach/hurd/mips/trampoline.c (_hurd_setup_sighandler):
- Likewise.
- * manual/signal.texi (Signal Stack): Talk about SS_DISABLE and
- SS_ONSTACK instead of SA_DISABLE and SA_ONSTACK in discussion of
- the `ss_flags' member of `struct sigaltstack'.
-
-1998-08-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * libio/Makefile (routines) [$(versioning)=yes]: Add oldtmpfile.
- (shared-only-routines): Likewise.
- * libio/oldtmpfile.c: New file
- * stdio-common/tmpfile.c: Use __fdopen and __close.
- [USE_IN_LIBIO]: Use _IO_fdopen instead of _IO_new_fdopen. Put
- tmpfile on symbol version GLIBC_2.1.
- * stdio-common/tmpfile64.c: Use __fdopen and __close.
- [USE_IN_LIBIO]: Use _IO_fdopen instead of _IO_new_fdopen.
- * stdio-common/Version [GLIBC_2.1]: Add tmpfile.
- * stdio-common/tempnam.c: Use __strdup instead of strdup.
- * sysdeps/posix/fdopen.c: Define __fdopen and make fdopen weak
- alias.
- * sysdeps/generic/fdopen.c: Likewise.
- * sysdeps/mach/hurd/fdopen.c: Likewise.
- * stdio/stdio.h: Declare __fdopen.
- * sunrpc/openchild.c: Use __fdopen instead of fdopen.
- [USE_IN_LIBIO]: Map __fdopen to _IO_fdopen.
- * sysdeps/posix/tempname.c (__gen_tempname): Don't bother checking
- __stub_open64, it is never defined.
-
-1998-08-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * libio/iofopen64.c: Fix typo. Avoid unnessary casts.
- * libio/iopopen.c: Unlink file before freeing it if command
- creation failed. Avoid unnessary casts.
- * libio/iofdopen.c: Avoid unnecessary cast.
- * pwd/fgetpwent_r.c [USE_IN_LIBIO]: Map funlockfile to
- _IO_funlockfile.
- * pwd/fgetspent_r.c [USE_IN_LIBIO]: Likewise.
-
-1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * grp/grp.h, pwd/pwd.h: Don't declare __grpopen, __grpread,
- __grpalloc, __grpscan and the corresponding pwd functions, they
- were removed long ago.
-
-1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * math/libm-test.c (csqrt_test): Adjust epsilons.
- (casinh_test): Likewise.
-
-1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * posix/globtest.sh: Fix typo. Remove second test output file.
-
-1998-08-07 Cristian Gafton <gafton@redhat.com>
-
- * pwd/putpwent.c (putpwent): Avoid writting (none) in the passwd file.
- * shadow/putspent.c (putspent): Likewise.
- * grp/putgrent.c: New file.
- * grp/Makefile (routines): Add putgrent.
- * grp/Versions [GLIBC_2.1]: Add putgrent.
- * grp/grp.h: Add putgrent prototype.
-
-1998-08-04 19:33 Ulrich Drepper <drepper@cygnus.com>
-
- * elf/elf.h: More ELF definitions.
-
-1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com>
-
- * stdio-common/tmpfile.c: Include unistd.h for close prototype.
- * stdio-common/tmpfile64.c: Likewise.
-
- * db2/makedb.c: Generate output file with same access permissions
- the input file has.
-
- * signal/signal.h: Pretty printing.
-
-1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * misc/mktemp.c: Add include <stlib.h> for prototype, remove
- unneccessary includes.
- * misc/mkstemp.c: Likewise.
-
-1998-08-03 16:36 Ulrich Drepper <drepper@cygnus.com>
-
- * catgets/catgets.c: Use mmap/munmap only is _POSIX_MAPPED_FILES
- is defined.
- * catgets/open_catalog.c: Likewise.
- * iconv/iconv_prog.c: Likewise.
- * intl/loadmsgcat.c: Likewise.
- * locale/findlocale.c: Likewise.
- * locale/loadlocale.c: Likewise.
- * locale/programs/localedef.c: Likewise.
- * malloc/malloc.c: Likewise.
-
- * elf/elf.h: Fix typo.
-
- * math/Makefile: Use $(LN_S) instead of ln.
-
- * sysdeps/generic/getpgid.c: Fix return type.
-
-1998-08-01 02:49 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
-
- * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rename to
- __gen_tempname and simplify the interface. Strip out the
- code to do path search and create FILE objects. This function
- now takes a mktemp() style template and returns either a name
- or a file descriptor.
- (__path_search): New function; searches for directories for
- temp files.
- * sysdeps/generic/tempname.c: Stub out __gen_tempname and
- __path_search, not __stdio_gen_tempname.
-
- * libio/stdio.h: Prototype __gen_tempname and __path_search,
- not __stdio_gen_tempname.
- * stdio/stdio.h: Likewise.
-
- * stdio-common/tempnam.c: Use __path_search and __gen_tempname.
- * stdio-common/tmpfile.c: Likewise.
- * stdio-common/tmpfile64.c: Likewise.
- * stdio-common/tmpnam.c: Likewise.
- * stdio-common/tmpnam_r.c: Likewise.
-
- * misc/mkstemp.c: New file. Use __gen_tempname.
- * misc/mktemp.c: Likewise.
-
- * sysdeps/posix/mkstemp.c: Removed.
- * sysdeps/posix/mktemp.c: Removed.
- * sysdeps/generic/mkstemp.c: Removed.
- * sysdeps/generic/mktemp.c: Removed.
-
-1998-08-02 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
-
- * configure.in: Check, if door add-on is installed.
- * config.make.in: Add have_doors.
- * sunrpc/Makefile: Add HAVE_DOOR define.
- * sunrpc/key_call.c: Add keyserv/door interface.
-
- * sunrpc/svc_unix.c: Call setsockopt only if SO_PASSCRED is defined.
- * sunrpc/clnt_unix.c: Likewise.
-
-1998-08-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * inet/netinet/in.h (IN_CLASSC): Correct mask.
- Reported by Ian Staniforth <I.Staniforth@sheffield.ac.uk> [fixes
- PR libc/727].
-
-1998-08-03 10:23 Ulrich Drepper <drepper@cygnus.com>
-
- * misc/Makefile: Fix installation problem with --disable-shared.
- * posix/Makefile: Likewise.
-
-1998-08-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * posix/regex.c (re_search_2): Optimize searching for anchored
- pattern if '^' cannot match at embedded newlines.
- (regerror): Renamed from __regerror, which it should only be
- called if _LIBC.
-
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * sunrpc/svc_unix.c (__msgread): Check setsockopt return value.
-
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * sysdeps/generic/glob.c: Remove obsolete cast.
-
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * Rules (tests): Fix last change.
-
-1998-07-31 17:59 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/unix/sysv/linux/Makefile [subdir==misc] (sysdep_routines):
- Add sys_setresuid.
-
-1998-07-30 Mark Kettenis <kettenis@phys.uva.nl>
-
- * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_setresuid
- as real name for system call and make setresuid a weak alias. Set
- caller to seteuid.
- * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Implement using
- `setresuid' syscall if availble. Fixes problems with sendmail
- which expects `seteuid' to not set the saved user ID.
-
-1998-07-30 20:09 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
-
- * time/tzset.c (__tzstring): Get rid of excessive cleverness
- which was causing stack corruption.
-
-1998-07-31 16:41 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
-
- * argp/argp-fmtstream.c (__argp_fmtstream_update): Correct
- off-by-one in wordwrap algorithm when there' a space at the
- beginning of the buffer.
-
-1998-07-31 15:45 Ulrich Drepper <drepper@cygnus.com>
-
- * Makerules (LDLIBS-c.so): Extend value instead of overwriting it.
-
-1998-07-31 11:10 Ulrich Drepper <drepper@cygnus.com>
-
- * elf/elf.h: Add lots of new symbols from Irix and Solaris.
-
- * sysdeps/unix/sysv/linux/sigstack.c: Include stddef.h to get NULL
- definition.
-
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
-
- * sunrpc/xcrypt.c: Use only the first 8 characters of the password.
-
-1998-07-30 21:06 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
-
- * sysdeps/generic/glob.c: Undefine strdup before defining it,
- because bits/string2.h may have defined it already.
-
-1998-07-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * stdio-common/vfscanf.c: Optimize looking for type modifiers.
- Fix recognition of 'a' modifier vs. 'a' format.
- (TYPEMOD): Removed.
-
- * stdio-common/printf-parse.h (parse_one_spec): Optimize looking
- for type modifiers. Fix recognition of 'hh' modifier.
-
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
-
- * sunrpc/svc_unix.c: Fix typo.
-
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
-
- * sysdeps/unix/sysv/linux/recvmsg.c: Don't check for SCM_CREDS before
- syscall.
-
-1998-07-30 12:38 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/i386/ffs.c: Add ffsl entry point.
- * sysdeps/i386/i686/ffs.c: Likewise.
- * sysdeps/m68k/ffs.c: Likewise.
- * sysdeps/powerpc/ffs.c: Likewise.
-
- * sysdeps/i386/i486/bits/string.h: Add optimizations for ffs/ffsl
- on i686.
-
-1998-07-30 Richard Henderson <rth@cygnus.com>
-
- * elf/Makefile (ld-map): Move initialization below Makeconfig include.
-
- * sysdeps/libm-ieee754/k_standard.c (zero): Make non-const to
- work around gcc bug.
-
- * string/string.h (ffsl, ffsll): Prototype.
- * string/Version (GLIBC_2.1): Add them.
- * sysdeps/alpha/ffs.S: Schedule for EV5. Add ffsl and ffsll
- entry points.
- * sysdeps/alpha/ffsll.S: New file. Empty.
- * sysdeps/generic/ffs.c: Add ffsl and ffsll entry points.
- * sysdeps/generic/ffsll.c: New file.
- * string/Makefile (routines): Add ffsll.
-
-1998-07-30 10:03 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/unix/sysv/linux/alpha/bits/time.h: Don't define CLK_TCK for
- strictly ISO C compliant programs.
- * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
-
-1998-07-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * inet/protocols/rwhod.h: Correct typo in comment.
-
- * configure.in: Use better regex for gettext.
-
-1998-07-29 21:29 Ulrich Drepper <drepper@cygnus.com>
-
- * elf/elf.h: Define more EM_* constants, ELFCLASSNUM, ELFDATANUM,
- EV_NUM, Elf32_Nhdr, Elf64_Nhdr and various note section values.
-
- * elf/elf.h: Add DT_FLAGS_1 and the DF_1_* flag definitions.
-
- * elf/sprof.c: Implement -c/--call-pairs option to emit list with
- caller/callee and the number of calls.
-
-1998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
-
- * sysdeps/mach/hurd/dl-sysdep.c (__lseek): New function.
- (__getpid): New function.
- (abort): New function.
-
-1998-07-29 15:07 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/arm/fpu/Dist: New file. Add ieee754.h.
-
- * nis/nis_cache2_xdr.c: Removed.
- * nis/nis_cache.c: Removed.
- * nis/nis_cache2.h: Removed.
-
-1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * Rules (tests): Depend on tests-static only if build-static == yes.
-
- * misc/Makefile (install-lib): Compile libbsd-compat.a and libg.a
- only if build-static == yes.
-
-1998-07-29 12:58 Ulrich Drepper <drepper@cygnus.com>
-
- * sysdeps/generic/glob.c: Winblowz compatibility stuff.
- Patch received from Paul D. Smith <psmith@BayNetworks.COM>.
-
-1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * sunrpc/clnt_unix.c (__msgwrite)[!SCM_CRED]: Add return
- statement, fix typo.
- * sunrpc/svc_unix.c (__msgwrite)[!SCM_CRED]: Likewise.
-
-1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
-
- * manual/pattern.texi (More Flags for Globbing): Fix typo.
-
- * manual/math.texi (Special Functions): Fix typo.
-
- * sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT): New
- constant from Linux 2.1.112.
-
- * posix/Makefile (install-lib): Compile libposix.a only if
- build-static == yes.
-
-1998-07-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
-
- * sysdeps/generic/glob.c: Maintain const correctness. Move extern
- declarations to file level. Cope with unsupported
- _SC_GETPW_R_SIZE_MAX.
-
-1998-07-29 Ulrich Drepper <drepper@cygnus.com>
-
- * stdio-common/tst-printf.c: %z is now recognized by printf.
-
- * sysdeps/libm-ieee754/c_csqrt.c: Fix problems with some cancelation
- errors.
- * sysdeps/libm-ieee754/c_csqrtf.c: Likewise.
- * sysdeps/libm-ieee754/c_csqrtlc: Likewise.
- Patch by Stephen L Moshier <moshier@mediaone.net>.
-
- * math/libm-test.c (csqrt_test): Correct typo in one test, add
- another one.
-
- * sysdeps/unix/sysv/linux/bits/siginfo.h: Adjust siginfo_t after
- latest kernel change.
-
-1998-07-29 6:39 Kazushige Goto <goto@statabo.rim.or.jp>
-
- * sysdeps/alpha/fpu/e_sqrt.c [!_IEEE_FP]: Correctly handle
- inputs near DBL_MIN.
-
-1998-07-28 Ulrich Drepper <drepper@cygnus.com>
-
- * resolv/nss_dns/dns-host.c (getanswer_r): Lower the priority of
- warnings when DNSSEC related records are received.
- * resolv/gethnamaddr.c (getanswer): Likewise.
- Patch by Brian Wellington <bwelling@anomaly.munge.com>.
-
- * signal/signal.h: Add prototype for sysv_signal.
-
- * math/libm-test.c (tgamma_test): Remove redundant tests.
-
- * sysdeps/generic/glob.c: Correct problems with */foo and GLOB_NOCHECK
- where foo does not exist in any of the subdirectories.
- Reported by Paul D. Smith <psmith@BayNetworks.COM>.
-
- * posix/globtest.sh: Add test for this bug.
-
- * posix/glob.h: Add GLOB_TILDE_CHECK.
- * sysdeps/generic/glob.c: Implement GLOB_TILDE_CHECK.
- * posix/globtest.c: Add option T to enable GLOB_TILDE_CHECK.
- * posix/globtest.sh: Re-enable test with ~ and non-existing user name.
-
-1998-07-28 Mark Kettenis <kettenis@phys.uva.nl>
-
- * io/sys/statfs.h: Fix typos.
- * io/sys/statvfs.h: Fix typos.
-
-1998-07-28 Ulrich Drepper <drepper@cygnus.com>
-
- * version.h (VERSION): Bump to 2.0.95.
-
- * math/Makefile (libm-calls): Remove w_gamma, add w_tgamma.
- * math/Versions [GLIBC_2.1]: Add tgamma, tgammaf, and tgammal.
- * math/libm-test.c: Split old gamma_test and move half of it in new
- function tgamma_test.
- * math/bits/mathcalls.h: Add declaration of tgamma.
- * sysdeps/libm-ieee754/k_standard.c: Change gamma errors into
- tgamma errors.
- * sysdeps/libm-ieee754/w_gamma.c: Remove lgamma compatibility code
- and rename to ...
- * sysdeps/libm-ieee754/w_tgamma.c: ... this. New file.
- * sysdeps/libm-ieee754/w_gammaf.c: Remove lgammaf compatibility code
- and rename to ...
- * sysdeps/libm-ieee754/w_tgammaf.c: ... this. New file.
- * sysdeps/libm-ieee754/w_gammal.c: Remove lgammal compatibility code
- and rename to ...
- * sysdeps/libm-ieee754/w_tgammal.c: ... this. New file.
- * sysdeps/libm-ieee754/w_lgamma.c: Add gamma as weak alias.
- * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
- * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
-
- * stgdio-common/printf-parse.h: Implement handling of j, t, and z
- modifiers.
- * stdio-common/vfprintf.c: Likewise.
- * stdio-common/vfscanf.c: Likewise.
- * manual/stdio.texi: Document new printf/scanf modifiers.
-
- * sysdeps/unix/sysv/linux/recvmsg.c: Remove alias __recvmsg.
- * sysdeps/unix/sysv/linux/sendmsg.c: Remove alias __sendmsg.