Update.
[platform/upstream/glibc.git] / ChangeLog
index 75877e4..4c9420c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,170 @@
+1999-02-18  Ulrich Drepper  <drepper@cygnus.com>
+
+       * catgets/catgets.c: Correctly handle NLSPATH from environment
+       [PR libc/980].
+
+       * io/Makefile (routines): Add lock64.
+       * io/Versions: Add lockf64 for GLIBC_2.1.1.
+       * sysdeps/generic/lockf64.c: New file.
+
+1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/bits/string2.h: Only use strncmp optimization if count
+       argument is constant.
+1999-02-16  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * sysdeps/mach/hurd/revoke.c: New file.
+
+1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * wctype/wctype.h (_ISwbit): Cast result of shift operations to
+       int to avoid warning about `ISO C restricts enumerator values to
+       range of `int''.
+
+1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * elf/dlfcn.h: Fix typo.
+       * sysdeps/generic/bits/dlfcn.h: Likewise.
+       * sysdeps/mips/bits/dlfcn.h: Likewise.
+
+1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/i386/i486/bits/string.h (memcmp): Correctly set flags
+       for the case N == 0.
+
+       * db2/Makefile (distribute): Add LICENSE.
+
+1999-02-03  Jeff Bailey  <jbailey@nisa.net>
+
+       * sysdeps/unix/make_errlist.c: Add i18n and copyright to
+       generated files.
+
+       * sysdeps/unix/sysv/sysv4/solaris2/sparc/errlist.c: Fix typo.
+
+1999-02-16  Ulrich Drepper  <drepper@cygnus.com>
+
+       * time/mktime.c: Use ISO C form for function definitions and
+       remove unnecessary prototypes.
+
+       * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix typo in last change.
+
+       * time/time.h: Avoid unneccesary #ifdef.
+
+1999-02-15  Geoff Keating  <geoffk@ozemail.com.au>
+
+       * stdio-common/_itoa.c (_itoa): Correct parameters to
+       udiv_qrnnd_preinv.
+
+1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * misc/sys/cdefs.h: Undefine __PMT since it might be defined
+       before (e.g. in glob.h).
+       Closes PR libc/959.
+
+1999-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/mips/fpu_control.h: Fix typo.
+       Patch by Sylvain Pion <Sylvain.Pion@sophia.inria.fr>.
+       Remove __setfpucw.
+
+1999-02-10  Roland McGrath  <roland@baalperazim.frob.com>
+
+       * sysdeps/mach/hurd/pipe.c (__pipe): Don't call __socket_shutdown on
+       the "unused" ends of the sockets.  Let pipes be bidirectional.
+
+1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/posix/getaddrinfo.c (getaddrinfo): Correct test for
+       invalid ai_flags.
+
+1999-02-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * manual/llio.texi (Waiting for I/O): Correct meaning.  Patch by
+       Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/969].
+
+       * manual/setjmp.texi (Non-Local Exits and Signals): Fix
+       typo.  Patch by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/970].
+
+1999-02-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * string/Versions: Add __strverscmp to GLIBC_2.1.1.
+
+1999-02-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * misc/syslog.c (vsyslog): Remember errno for %m format.  Fix
+       check for priority mask.
+
+1999-02-14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * resolv/netdb.h (AI_NUMERICHOST): Change to 4.
+       Reported by Craig Metz <cmetz@inner.net> .
+
+1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * stdio-common/Makefile (tests): tllformat added.
+
+       * stdio-common/tllformat.c: New program, based on tiformat.c with
+       examples from Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
+
+1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * posix/test-vfork.c: Fix exit status test.
+
+1999-02-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/unix/sysv/linux/sa_len.c (__libc_sa_len): Add some
+       missing cases.  Reported by Craig Metz <cmetz@inner.net> [PR libc/964].
+
+1999-02-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * sysdeps/m68k/fpu/s_modf.c: Optimized by using __m81_test instead
+       of separare explicit comparisons.
+
+1999-02-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
+
+       * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet
+       defined.
+
+       * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet
+       defined.
+
+1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * po/el.po: Update from translation team.
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * intl/locale.alias: Fix slovenian entry [PR libc/948].
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * elf/sprof.c: assert.h isn't used anymore, remove inclusion.
+       * inet/ruserpass.c: Likewise.
+       * locale/programs/stringtrans.c: Likewise.
+       * locale/programs/localedef.c: Likewise.
+       * nscd/grpcache.c: Likewise.
+       * nss/nss_files/files-XXX.c: Likewise.
+       * stdlib/canonicalize.c: Likewise.
+       * sysdeps/posix/sigwait.c: Likewise.
+
+1999-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sunrpc/pmap_rmt.c (clnt_broadcast): We need 32 bit comparison
+       even on 64 bit platforms.
+
+       * sunrpc/clnt_tcp.c (clnttcp_call): Likewise.
+       Patch by Loic Prylli <Loic.Prylli@ens-lyon.fr>.
+
+1999-02-09  Ulrich Drepper  <drepper@cygnus.com>
+
+       * intl/dcgettext.c: Include locale.h is available.
+
 1999-02-08  Ulrich Drepper  <drepper@cygnus.com>
 
+       * po/nl.po: Update from translation team.
+
+       * sysdeps/libm-i387/s_asinhf.S: Correct computing absolute value.
+
        * Makefile: Allow calling goals for po subdir.
 
        * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add missing RT