From cf29ffbef960c4c454d94919c6f27206f77961ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 May 1997 01:12:55 +0000 Subject: Update. 1997-05-25 03:00 Ulrich Drepper * elf/dynamic-link.h (_dl_verbose): New variable, declare. * elf/rtld.c (_dl_verbose): New variable, define. (dl_main): Define _dl-verbose based on DL_WARN environment variable. * sysdeps/i386/dl-machine.h (elf_machine_rel): Print warning about changed size in copy relocation only if symbol in shared object is larger or _dl_verbose is nonzero. * sysdeps/m68k/dl-machine.h (elf_machine_rel): Likewise. * sysdeps/powerpc/dl-machine.h (elf_machine_rel): Likewise. * sysdeps/sparc/dl-machine.h (elf_machine_rel): Likewise. * nis/nss_nis/nis-ethers.c: Don't use relative include paths, use <...>. * nis/nss_nis/nis-grp.c: Likewise. * nis/nss_nis/nis-hosts.c: Likewise. * nis/nss_nis/nis-network.c: Likewise. * nis/nss_nis/nis-proto.c: Likewise. * nis/nss_nis/nis-pwd.c: Likewise. * nis/nss_nis/nis-rpc.c: Likewise. * nis/nss_nis/nis-spwd.c: Likewise. * sysdeps/unix/sysv/sysd-stdio.c: Likewise. * wcsmbs/wcscoll.c: Likewise. * wcsmbs/wcstod.c: Likewise. * wcsmbs/wcstof.c: Likewise. * wcsmbs/wcstol.c: Likewise. * wcsmbs/wcstold.c: Likewise. * wcsmbs/wcsxfrm.c: Likewise. Reported by Zack Weinberg . * time/strftime.c: Implement # flag which changes case of output for %a, %b, %B, %p, and %Z format. When printing numbers, the given field width is always respected. This means that padding happens only up to the given width. Proposed by Stephen Gildea . 1997-05-25 00:44 Ulrich Drepper * sysdeps/i386/fpu/__math.h (logb): Fix thinko, reverse output values. Reported by Andreas Jaeger . 1997-05-24 21:03 Philip Blundell * db/btree/bt_open.c (__bt_open): Only try to use st_blksize (from struct stat) if it exists for this port. 1997-05-24 20:34 Philip Blundell * sysdeps/standalone/arm/errnos.h: Add EPERM. 1997-05-23 16:28 Philip Blundell * linewrap.h: New file, needed to compile argp without libio. 1997-05-24 11:59 Andreas Jaeger * manual/stdio.texi (Formatted Messages): Corrected some typos. 1997-05-24 11:58 Philip Blundell * sysdeps/stub/start.c: Fix typo. --- wcsmbs/wcscoll.c | 2 +- wcsmbs/wcstod.c | 2 +- wcsmbs/wcstof.c | 2 +- wcsmbs/wcstol.c | 2 +- wcsmbs/wcstold.c | 2 +- wcsmbs/wcsxfrm.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'wcsmbs') diff --git a/wcsmbs/wcscoll.c b/wcsmbs/wcscoll.c index 9b1a8a4d38..27031786cd 100644 --- a/wcsmbs/wcscoll.c +++ b/wcsmbs/wcscoll.c @@ -28,4 +28,4 @@ #endif #define STRCMP wcscmp -#include "../string/strcoll.c" +#include diff --git a/wcsmbs/wcstod.c b/wcsmbs/wcstod.c index 6996c950bd..1c149874a8 100644 --- a/wcsmbs/wcstod.c +++ b/wcsmbs/wcstod.c @@ -22,4 +22,4 @@ #define USE_WIDE_CHAR 1 -#include "../stdlib/strtod.c" +#include diff --git a/wcsmbs/wcstof.c b/wcsmbs/wcstof.c index 38cd95a4e1..82a634a3d3 100644 --- a/wcsmbs/wcstof.c +++ b/wcsmbs/wcstof.c @@ -40,4 +40,4 @@ (flt) = u.f; \ } while (0) -#include "../stdlib/strtod.c" +#include diff --git a/wcsmbs/wcstol.c b/wcsmbs/wcstol.c index aef2e2bf03..2f7d144255 100644 --- a/wcsmbs/wcstol.c +++ b/wcsmbs/wcstol.c @@ -20,4 +20,4 @@ #define USE_WIDE_CHAR 1 -#include "../stdlib/strtol.c" +#include diff --git a/wcsmbs/wcstold.c b/wcsmbs/wcstold.c index 1c7cc6527f..fc8c010bec 100644 --- a/wcsmbs/wcstold.c +++ b/wcsmbs/wcstold.c @@ -41,4 +41,4 @@ (flt) = u.d; \ } while (0) -#include "../stdlib/strtod.c" +#include diff --git a/wcsmbs/wcsxfrm.c b/wcsmbs/wcsxfrm.c index b899185aa5..d3687c37e1 100644 --- a/wcsmbs/wcsxfrm.c +++ b/wcsmbs/wcsxfrm.c @@ -31,4 +31,4 @@ #define STRLEN wcslen #define STPNCPY __wcpncpy -#include "../string/strxfrm.c" +#include -- cgit v1.2.3