+1999-12-17 Ulrich Drepper <drepper@cygnus.com>
+
+ * string/bits/string2.h (__strsep): Help gcc optimizing string access.
+
+ * sysdeps/generic/mathdef.h: Protect definitions for math.h
+ against double inclusion.
+ * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
+ * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
+ * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
+ * sysdeps/powerpc/bits/mathdef.h: Likewise.
+ * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
+
+ * sysdeps/i386/fpu/libm-test-ulps: Add more deltas (are mobile PIIs
+ that different?).
+
+ * sysdeps/generic/shmget.c: Correct type of size parameter.
+ * sysdeps/unix/sysv/linux/shmget.c: Likewise.
+
+1999-12-18 Andreas Jaeger <aj@suse.de>
+
+ * config.make.in (datadir): Added.
+ Closes PR libc/1491. Patch by dervishd@jazzfree.com.
+
+1999-12-17 Scott Bambrough <scottb@netwinder.org>
+
+ * sysdeps/arm/dl-machine.h (CLEAR_CACHE): New macro to force a
+ cache flush.
+ * elf/dl-reloc.c (_dl_relocate_object): Add call to flush cache
+ after .text segment fixups.
+
+1999-12-17 Andreas Jaeger <aj@suse.de>
+
+ * rt/aio.h (struct aiocb64): Add member __next_prio to sync the
+ struct with aiocb.
+
+ * rt/Makefile (tests): Added tst-aio64.
+ Added dependency rules for tst-aio64.
+
+ * rt/tst-aio64.c: New file, copied from tst-aio.c and changed for
+ 64bit tests.
+
+1999-12-17 Thorsten Kukuk <kukuk@suse.de>
+
+ * string/bits/string2.h: Fix patch from 1999-12-07.
+
+1999-12-16 Andreas Jaeger <aj@suse.de>
+
+ * rt/aio.h: Remove erroneous __restrict declarations.
+
+1999-12-18 Ulrich Drepper <drepper@cygnus.com>
+
+ * scripts/rellns-sh: Find pwd program also in /usr/bin and let shell
+ do the job if it is there neither.
+ Patch by David R. Conrad <drc@adni.net> (PR libc/1485).
+
+1999-12-16 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/ieee754/bits/nan.h (NAN): Rename union to avoid
+ duplicate definition with function __nan.
+ Closes PR libc/1487 reported by <diana@kai.com>.
+
+1999-12-15 Thorsten Kukuk <kukuk@suse.de>
+
+ * sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c: Removed.
+ * sysdeps/unix/sysv/linux/alpha/oldsetrlimit64.c: Removed.
+ * sysdeps/unix/sysv/linux/bits/resource.h: Change RLIM_INFINITY back to
+ old value (signed long).
+ * sysdeps/unix/sysv/linux/i386/bits/resource.h: New, with unsigned
+ long RLIM_INFINITY.
+ * sysdeps/unix/sysv/linux/getrlimit.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/getrlimit.c: ... here.
+ * sysdeps/unix/sysv/linux/getrlimit64.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/getrlimit64.c: ... here.
+ * sysdeps/unix/sysv/linux/oldgetrlimit64.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: ... here.
+ * sysdeps/unix/sysv/linux/oldsetrlimit64.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: ... here.
+ * sysdeps/unix/sysv/linux/setrlimit.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/setrlimit.c: ... here.
+ * sysdeps/unix/sysv/linux/setrlimit64.c: Moved from here to ...
+ * sysdeps/unix/sysv/linux/i386/setrlimit64.c: ... here.
+ * sysdeps/unix/sysv/linux/sparc/bits/resource.h: New.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/oldgetrlimit64.c: Removed.
+ * sysdeps/unix/sysv/linux/sparc/sparc64/oldsetrlimit64.c: Removed.
+
+1999-12-15 Andreas Schwab <schwab@suse.de>
+
+ * rt/aio.h: Fix typo. Reported by Kurt Garloff
+ <kurt@garloff.de>.
+
1999-12-09 Andreas Jaeger <aj@suse.de>
* nis/nss_compat/compat-pwd.c (internal_getpwuid_r): Always set