From: Ulrich Drepper Date: Tue, 6 Jul 1999 16:07:40 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc_2-1-2~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bb72f8ad401bacd67e330de86868db1216dadcd;p=thirdparty%2Fglibc.git Update. --- diff --git a/BUGS b/BUGS index 9a6dd62ab81..e520ddce65a 100644 --- a/BUGS +++ b/BUGS @@ -1,7 +1,7 @@ List of known bugs (certainly very incomplete) ---------------------------------------------- -Time-stamp: <1999-04-19T17:58:10-0700 drepper> +Time-stamp: <1999-07-06T15:38:22-0700 drepper> This following list contains those bugs which I'm aware of. Please make sure that bugs you report are not listed here. If you can fix one @@ -63,6 +63,10 @@ Severity: [ *] to [***] [ *] The strftime() implementation cannot handle multibyte locales really good since the TOLOWER and TOUPPER are not prepared. +[ *] The putenv() function copies it's argument which means that the + string (and possible later changes to it) are not automatically + reflected in the environment. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Ulrich Drepper drepper@cygnus.com diff --git a/ChangeLog b/ChangeLog index 11ebfc60a3e..1dcd519a939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1999-07-06 Ulrich Drepper + * sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more + motherboards. + Patch by Jay Estabrook. + * sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in ldd for SPARC. * /sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.