]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 14 Dec 1998 15:23:56 +0000 (15:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 14 Dec 1998 15:23:56 +0000 (15:23 +0000)
commit60876a75445b1b65e4a0ec54e18205a79f79466b
treef1ed7e59c543e092bbd492af3654abfad53a4344
parent59036602bf40d3b35884280881be4edfb1378430
Update.

* include/stdio.h: Add new parameter to __path_search.
* libio/oldtmpfile.c: Add 0 as new parameter to __path_search.
* stdio-common/tmpfile.c: Likewise.
* stdio-common/tmpfile64.c: Likewise.
* stdio-common/tmpnam.c: Likewise.
* stdio-common/tmpnam_r.c: Likewise.
* stdio-common/tempnam.c: Add 1 as new parameter to __path_search.
* sysdeps/posix/tempname.c: Add new parameter.  If value is nonzero
consider TMPDIR environment variable and dir parameter.  Otherwise not.
* stdio-common/Makefile (tests): Add tst-tmpnam.
* stdio-common/tst-tmpnam.c: New file.
ChangeLog
include/stdio.h
libio/oldtmpfile.c
stdio-common/Makefile
stdio-common/tempnam.c
stdio-common/tmpfile.c
stdio-common/tmpfile64.c
stdio-common/tmpnam.c
stdio-common/tmpnam_r.c
stdio-common/tst-tmpnam.c [new file with mode: 0644]
sysdeps/posix/tempname.c