]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 6 Jul 1999 16:07:40 +0000 (16:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 6 Jul 1999 16:07:40 +0000 (16:07 +0000)
BUGS
ChangeLog

diff --git a/BUGS b/BUGS
index 9a6dd62ab817c5f21831d9db6a8142cb617db621..e520ddce65a0fa68d0f17953db5c8f064cdb2829 100644 (file)
--- 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
index 11ebfc60a3e917c92ae3feb450a4f3ce1073ed8e..1dcd519a939cda7183f6b1e1ff2a67e964c987a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 1999-07-06  Ulrich Drepper  <drepper@cygnus.com>
 
+       * 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.