aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.9
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2017-08-02 20:57:34 +0530
commitedf66db113cdaded68871e13ccaae158eef2a321 (patch)
tree98ceb2df248d99dabeee311dacf6c487df4d81fc /ChangeLog.9
parent92c3af3c140f671ea49c751368d17df2e10d0eeb (diff)
downloadglibc-edf66db113cdaded68871e13ccaae158eef2a321.tar.xz
glibc-edf66db113cdaded68871e13ccaae158eef2a321.zip
Rotate ChangeLog correctly
I incorrectly assumed that the ChangeLog numbers (.1, .2, etc.) are in order. They're not and the latest non-current ChangeLog is the one with the highest number. Fixed.
Diffstat (limited to 'ChangeLog.9')
-rw-r--r--ChangeLog.915486
1 files changed, 4807 insertions, 10679 deletions
diff --git a/ChangeLog.9 b/ChangeLog.9
index 52b85a6270..11b6cd2f52 100644
--- a/ChangeLog.9
+++ b/ChangeLog.9
@@ -1,12549 +1,6677 @@
-1998-08-11 14:05 Ulrich Drepper <drepper@cygnus.com>
+1999-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * timezone/backward: Update from tzdata1998g.
- * timezone/etcetera: Likewise.
- * timezone/europe: Likewise.
-
-1998-08-11 Philip Blundell <pb@nexus.co.uk>
-
- * sysdeps/generic/tempname.c (__path_search): Fix typo and
- formatting.
-
-1998-08-11 H.J. Lu <hjl@gnu.org>
-
- * malloc/malloc.c (free_check): Print pointer value using %p.
- (realloc_check): Likewise.
-
-1998-08-11 13:57 Ulrich Drepper <drepper@cygnus.com>
-
- * libio/fileops.c (_IO_file_sync): Use _IO_ssize_t for delta, not
- _IO_size_t.
-
-1998-08-10 15:49 Ulrich Drepper <drepper@cygnus.com>
+ * nscd/hstcache.c (addhstbyaddr): Use INET_ADDRSTRLEN for buffer.
+ (addhstbyaddr6): Use INET6_ADDRSTRLEN for buffer.
+ (addhstbynamev6): Correct debug output.
- * include/dirent.h: Protect from double inclusion.
+ * nscd/connections.c: Include <arpa/inet.h> for inet_ntop.
+ (handle_request): Correctly print gethostbyaddr* debug messages.
-1998-08-09 Mark Kettenis <kettenis@phys.uva.nl>
+1999-02-04 Ulrich Drepper <drepper@cygnus.com>
- * 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>
+ * stdlib/strtoll.c: Add alias __strtoq_internal.
+ * stdlib/strtoull.c: Add alias __strtouq_internal.
- * 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.
+ * wcsmbs/mbrtowc.c: Correct logic testing for converted NUL
+ character. Patch by Owen Taylor <otaylor@redhat.com>.
- * 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.
+1999-02-03 Mark Kettenis <kettenis@gnu.org>
- * Makeconfig (+includes): Search in $(..)include first.
+ * sysdeps/mach/hurd/utimes.c (__utimes): Deal with TVP being NULL.
- * io/fstat.c: Undefine __fstat.
- * io/lstat.c: Undefine __lstat.
+1999-02-03 Ulrich Drepper <drepper@cygnus.com>
- * wcsmbs/Versions: Add __mbrlen.
+ * version.h (VERSION): Bump to 2.1.
+ (RELEASE): Change to stable.
-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.
+ * elf/dlsym.c (dlsym_doit): If no symbol for RTLD_NEXT is found
+ initialize ref element of args object so that dlsym does not dump
+ a core.
+ * elf/dlvsym.c (dlvsym_doit): Likewise.
-1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+1999-02-03 Jakub Jelinek <jj@ultra.linux.cz>
- * math/libm-test.c (csqrt_test): Adjust epsilons.
- (casinh_test): Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Set branch
+ prediction correctly.
-1998-08-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Signal
+ takes a pointer to __sigcontext_t.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Do a nop after retl.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove fork.S.
- * posix/globtest.sh: Fix typo. Remove second test output file.
+1999-02-02 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
-1998-08-07 Cristian Gafton <gafton@redhat.com>
+ * manual/time.texi (General Time String Parsing): Fix typos. Fix
+ column widths of table.
- * 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.
+1999-01-31 Mark Kettenis <kettenis@phys.uva.nl>
-1998-08-04 19:33 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/mach/hurd/times.c: New file.
- * elf/elf.h: More ELF definitions.
+1999-02-02 Ulrich Drepper <drepper@cygnus.com>
-1998-08-04 16:53 Ulrich Drepper <drepper@cygnus.com>
+ * nscd/nscd_getpw_r.c (nscd_getpw_r): Mark as internal and take
+ extra argument with length of key string.
+ (__nscd_getpwnam_r): Call nscd_getpw_r with extra argument.
+ (__nscd_getpwuid_r): Create key string on stack.
+ * nscd/nscd_getgr_r.c: Mark local functions as internal.
+ * nscd/nscd_gethst_r.c: Likewise.
- * stdio-common/tmpfile.c: Include unistd.h for close prototype.
- * stdio-common/tmpfile64.c: Likewise.
+ * elf/dl-load.c: Use alloca, not __alloca.
- * db2/makedb.c: Generate output file with same access permissions
- the input file has.
+ * sysdeps/unix/sysv/linux/reboot.c: Make sure first parameter is
+ correctly passed to the kernel even on 64bit platforms.
+ Patch by Bruce Elliott <bde@nwlink.com>.
- * signal/signal.h: Pretty printing.
+ * localedata/locales/it_CH: New file.
+ Contributed by Giacomo Amabile Catenazzi <gcatenaz@g26.ethz.ch>.
-1998-08-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+1999-01-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * misc/mktemp.c: Add include <stlib.h> for prototype, remove
- unneccessary includes.
- * misc/mkstemp.c: Likewise.
+ * manual/install.texi (Configuring and compiling): Building in the
+ source directory works, change paragraph stating the opposite.
-1998-08-03 16:36 Ulrich Drepper <drepper@cygnus.com>
+1999-01-29 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
- * 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.
+ * locale/programs/locale-spec.c: Fix last change.
- * elf/elf.h: Fix typo.
+1999-01-31 Ulrich Drepper <drepper@cygnus.com>
- * math/Makefile: Use $(LN_S) instead of ln.
+ * math/libm-test.c (fdim_test): Fix typo in message.
+ Patch by Paul Kimoto <kimoto@spacenet.tn.cornell.edu>.
- * sysdeps/generic/getpgid.c: Fix return type.
+1999-01-31 Philip Blundell <philb@gnu.org>
-1998-08-01 02:49 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+ * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: If the kernel
+ doesn't have vfork, resort to using fork.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise.
- * 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.
+1999-01-30 Ulrich Drepper <drepper@cygnus.com>
- * libio/stdio.h: Prototype __gen_tempname and __path_search,
- not __stdio_gen_tempname.
- * stdio/stdio.h: Likewise.
+ * sysdeps/sparc/sparc32/__longjmp.S: Include bits/setjmp.h not
+ jmp_buf.h. Patch by David S. Miller <davem@dm.cobaltmicro.com>.
- * 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.
+ * sysdeps/libm-i387/s_fdim.S: Reverse arguments of instruction
+ changed in last patch.
+ * sysdeps/libm-i387/s_fdimf.S: Likewise.
+ * sysdeps/libm-i387/s_fdiml.S: Likewise.
-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.
+1999-01-29 Richard Henderson <rth@twiddle.net>
-1998-08-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+ * scripts/config.sub: Recognize alpha{pca5[67],ev[67]}.
- * 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.
+ * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
+ Format pointer differences as longs.
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * sysdeps/alpha/fpu/s_floor.c, sysdeps/alpha/fpu/s_floorf.c:
+ Copy commentary from bits/mathinclude.h. Kill unused defines.
- * sunrpc/svc_unix.c (__msgread): Check setsockopt return value.
+ * sysdeps/alpha/atomicity.h: New file.
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+1999-01-29 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/generic/glob.c: Remove obsolete cast.
+ * version.h (VERSION): Bump to 2.0.112.
-1998-07-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * scripts/versions.awk: Quote { in regexp.
- * Rules (tests): Fix last change.
+ * sunrpc/clnt_tcp.c (clnttcp_call): Resolve 32-64 comparison
+ conflict for 64 bit platforms.
+ Patch by trott@rottmann.hi.shuttle.de.
-1998-07-31 17:59 Ulrich Drepper <drepper@cygnus.com>
+ * sysdeps/unix/sparc/vfork.S: Correct comment.
+ * sysdeps/unix/sparc/fork.S: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove vfork.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/fork.S: No special case for
+ child necessary.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/fork.S: Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: New file.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: New file.
+ Patches by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
- * sysdeps/unix/sysv/linux/Makefile [subdir==misc] (sysdep_routines):
- Add sys_setresuid.
+ * sysdeps/libm-i387/s_fdim.S: Change fsubp to fsubrp for picky gas.
+ * sysdeps/libm-i387/s_fdimf.S: Likewise.
+ * sysdeps/libm-i387/s_fdiml.S: Likewise.
-1998-07-30 Mark Kettenis <kettenis@phys.uva.nl>
+ * sysdeps/alpha/fpu/s_floor.c (__floor): Don't depend on inlining,
+ duplicate the code.
+ * sysdeps/alpha/fpu/s_floorf.c (__floorf): Likewise.
- * 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.
+ * sysdeps/i386/Versions: Exports functions from libgcc since this
+ is what was done in glibc 2.0.
+ * sysdeps/m68k/Versions: Likewise. New file.
-1998-07-30 20:09 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+1999-01-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
- * time/tzset.c (__tzstring): Get rid of excessive cleverness
- which was causing stack corruption.
+ * sysdeps/wordsize-32/stdint.h (INT8_C, INT16_C, INT32_C, INT64_C,
+ UINT8_C, UINT16_C, UINT32_C, UINT64_C): Remove casts, they must be
+ integer constants. Use ## directly instead of __CONCAT so that
+ the suffix string is not expanded as a macro.
+ * sysdeps/wordsize-64/stdint.h (INT8_C, INT16_C, INT32_C, INT64_C,
+ UINT8_C, UINT16_C, UINT32_C, UINT64_C): Likewise.
+ (INT64_MIN, INT64_MAX, UINT64_MAX, INT_LEAST64_MIN,
+ INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST16_MIN, INT_FAST32_MIN,
+ INT_FAST64_MIN, INT_FAST16_MAX, INT_FAST32_MAX, INT_FAST64_MAX,
+ UINT_FAST16_MAX, UINT_FAST32_MAX, UINT_FAST64_MAX, INTMAX_MIN,
+ INTMAX_MAX, UINTMAX_MAX): Define as long constants, not long long.
-1998-07-31 16:41 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+1999-01-28 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
- * argp/argp-fmtstream.c (__argp_fmtstream_update): Correct
- off-by-one in wordwrap algorithm when there' a space at the
- beginning of the buffer.
+ * locale/mb_cur_max.c (__ctype_get_mb_cur_max): Correct return
+ type to size_t.
+ * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Likewise.
+ * stdlib/stdlib.h (__ctype_get_mb_cur_max): Likewise.
-1998-07-31 15:45 Ulrich Drepper <drepper@cygnus.com>
+1999-01-27 Philip Blundell <pb@nexus.co.uk>
- * Makerules (LDLIBS-c.so): Extend value instead of overwriting it.
+ * sysdeps/unix/sysv/linux/arm/vfork.S: Deleted.
-1998-07-31 11:10 Ulrich Drepper <drepper@cygnus.com>
+1999-01-28 David S. Miller <davem@redhat.com>
- * elf/elf.h: Add lots of new symbols from Irix and Solaris.
+ * sysdeps/sparc/sparc32/__longjmp.S: Rewrite without bogus sanity
+ checks and aborts, to make longjmp based thread schemes work again.
- * sysdeps/unix/sysv/linux/sigstack.c: Include stddef.h to get NULL
- definition.
+1999-01-28 Ulrich Drepper <drepper@cygnus.com>
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
+ * sysdeps/unix/sysv/sysv4/solaris2/configure.in: New file.
+ * sysdeps/unix/sysv/sysv4/solaris2/configure: New file.
+ * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: New file.
+ Patch by Jeff Bailey <jbailey@phn.ca>.
- * sunrpc/xcrypt.c: Use only the first 8 characters of the password.
+ * locale/setlocale.c (free_mem): Don't try to free C locale data
+ and use setdata instead of doing it by hand.
-1998-07-30 21:06 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
+ * iconv/gconv_conf.c (add_alias): Check that so such alias is
+ currently stored.
- * sysdeps/generic/glob.c: Undefine strdup before defining it,
- because bits/string2.h may have defined it already.
+ * iconv/gconv_db.c (free_derivation): Free names if charsets for
+ first and last step.
-1998-07-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
+ * iconv/gconv_dl.c: Unload all modules when debugging memory use.
- * stdio-common/vfscanf.c: Optimize looking for type modifiers.
- Fix recognition of 'a' modifier vs. 'a' format.
- (TYPEMOD): Removed.
+ * locale/loadlocale.c (_nl_unload_locale): Free locale name.
- * stdio-common/printf-parse.h (parse_one_spec): Optimize looking
- for type modifiers. Fix recognition of 'hh' modifier.
+ * intl/finddomain.c (free_mem): Also free filename.
+ * locale/findlocale.c (free_mem): Likewise.
+ (_nl_find_locale): Duplicate loc_name with strdupa not strdup.
+ * locale/setlocale.c (free_mem): New function. Free current locale
+ data and set current locale to "C".
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
+ * libio/genops.c (_IO_un_link): Move #ifdef introduced in last
+ change in right place.
- * sunrpc/svc_unix.c: Fix typo.
+ * sysdeps/unix/sysv/linux/sys/timex.h: Add MAXTC from kernel
+ header. Suggested by Thomas Quinot <thomas@Cuivre.FR.EU.ORG>.
-1998-07-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
+1999-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
- * sysdeps/unix/sysv/linux/recvmsg.c: Don't check for SCM_CREDS before
- syscall.
+ * libio/getc_u.c (__getc_unlocked): Avoid compiler warning.
-1998-07-30 12:38 Ulrich Drepper <drepper@cygnus.com>
+1999-01-28 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.
+ * libio/genops.c (_IO_un_link, _IO_link_in): Don't use locking if
+ _IO_MTSAFE_IO is not defined.
- * sysdeps/i386/i486/bits/string.h: Add optimizations for ffs/ffsl
- on i686.
+ * iconv/gconv_db.c (free_modules_db): Don't free memory of
+ internal modules.
-1998-07-30 Richard Henderson <rth@cygnus.com>
+ * iconv/gconv_db.c (free_mem