diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-07-23 18:53:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-07-23 18:53:26 +0000 |
commit | 06bfee07cbd94b28c62bbdea7a982dfdbd460b2c (patch) | |
tree | b0604ba7038cf6ce51c269e5a03278859dffa063 /ChangeLog | |
parent | 7a80496fb1d65c1e07df8a4addc5ad77226fd61e (diff) | |
download | glibc-06bfee07cbd94b28c62bbdea7a982dfdbd460b2c.tar glibc-06bfee07cbd94b28c62bbdea7a982dfdbd460b2c.tar.gz glibc-06bfee07cbd94b28c62bbdea7a982dfdbd460b2c.tar.bz2 glibc-06bfee07cbd94b28c62bbdea7a982dfdbd460b2c.zip |
[BZ #282]
Update.
2004-07-23 Jakub Jelinek <jakub@redhat.com>
[BZ #282]
* libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
_IO_no_init. Remove wd from struct locked_FILE.
(_IO_wproc_jumps): Remove.
Reported by Andrew Josey <a.josey@opengroup.org>.
* stdio-common/Makefile (tests): Add tst-popen.
* stdio-common/tst-popen.c: New test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2004-07-23 Jakub Jelinek <jakub@redhat.com> + + [BZ #282] + * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of + _IO_no_init. Remove wd from struct locked_FILE. + (_IO_wproc_jumps): Remove. + Reported by Andrew Josey <a.josey@opengroup.org>. + * stdio-common/Makefile (tests): Add tst-popen. + * stdio-common/tst-popen.c: New test. + 2004-07-23 Ulrich Drepper <drepper@redhat.com> * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and |