From: Ulrich Drepper Date: Thu, 20 Aug 1998 17:26:01 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a90735c6398c94ed95b850ae7fb4e5cb18371d01;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 925ae9571fd..21cc8b2472b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +1998-08-20 16:01 Ulrich Drepper + + * elf/ldd.sh.in: Redirect warnings and error messages to stderr. + * elf/ldd.bash.in: Likewise. + + * stdio-common/tst-printf.c: Add test case for snprintf. + +1998-08-17 Andreas Schwab + + * shadow/putspent.c: Remove stray CR. + +1998-08-18 Roland McGrath + + * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set + this here, overriding Makeconfig generic value so we link against + the RPC libs. + +1998-08-19 Andreas Jaeger + + * Makeconfig (link-libc-static): Define it. + + * elf/Makefile ($(objpfx)sln): Use $(link-libc-static). + +1998-08-18 Ulrich Drepper + + * sunrpc/rpcsvc/rusers.x: Write ut_line, ut_name, and ut_host as + byte arrays, not as strings. + Patch by HJ Lu. + 1998-08-17 Ulrich Drepper * pwd/putpwent.c (putpwent): Fix typos.