Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Dec 15, 1998
1 parent b61af6f commit 5a7cb1a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
39 changes: 22 additions & 17 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
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
it.
(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.
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/posix/tempname.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 5a7cb1a

Please sign in to comment.