]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Dec 1998 09:31:30 +0000 (09:31 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Dec 1998 09:31:30 +0000 (09:31 +0000)
1998-12-15  Ulrich Drepper  <drepper@cygnus.com>

* sysdeps/posix/tempname.c (__path_search): Add second part of the
patch by Andreas Jaeger.

1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
warnings about unused args.  Fix comment.

1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

* sysdeps/posix/tempname.c (__path_search): Correct last patch.

1998-12-08  H.J. Lu  <hjl@gnu.org>

* sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
the IBAUD0 bit in c_iflag.

* sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
the IBAUD0 bit in c_iflag.

ChangeLog
sysdeps/posix/tempname.c

index 7057805247214695c212beff66c37b256b509d18..82e442642cf98a050def24b9fdc73414991db1c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,17 @@
-1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de> 
-       * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid  
-       warnings about unused args.  Fix comment. 
-1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de> 
-       * sysdeps/posix/tempname.c (__path_search): Correct last patch. 
+1998-12-15  Ulrich Drepper  <drepper@cygnus.com>
+
+       * sysdeps/posix/tempname.c (__path_search): Add second part of the
+       patch by Andreas Jaeger.
+
+1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * stdio-common/tst-tmpnam.c (main): Use void as parameter to avoid
+       warnings about unused args.  Fix comment.
+
+1998-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+       * sysdeps/posix/tempname.c (__path_search): Correct last patch.
+
 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
 
        * sunrpc/rpc/xdr.h (IXDR_GET_INT32): Case pointer before reading from
        (IXDR_PUT_INT32): Likewise for writing.
        Patch by Bruce Elliott <bde@nwlink.com>.
 
-1998-12-08  H.J. Lu  <hjl@gnu.org> 
-       * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear 
-       the IBAUD0 bit in c_iflag. 
-       * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the 
-       the IBAUD0 bit in c_iflag. 
+1998-12-08  H.J. Lu  <hjl@gnu.org>
+
+       * sysdeps/unix/sysv/linux/speed.c (cfsetospeed): Don't clear
+       the IBAUD0 bit in c_iflag.
+
+       * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Clear the
+       the IBAUD0 bit in c_iflag.
+
 1998-12-14  Ulrich Drepper  <drepper@cygnus.com>
 
        * time/Makefile (tests): Add tst-strptime.
index 5b6134cb24584e9bc956daf68070bb2f68ecd386..c3dbf5278bf858e800bdda7ea1b51036361727dd 100644 (file)
@@ -68,6 +68,8 @@ __path_search (char *tmpl, size_t tmpl_len, const char *dir, const char *pfx,
        dir = d;
       else if (dir != NULL && direxists (dir))
        /* nothing */ ;
+      else
+       dir = NULL;
     }
   if (dir != NULL)
     {