]> git.ipfire.org Git - thirdparty/glibc.git/commit - posix/wordexp.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 18:30:44 +0000 (18:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Mar 1998 18:30:44 +0000 (18:30 +0000)
commit22bc79788225fb13ff8e66d38e0dd92d44b1e588
tree4245a0b22a3abc3601bc9924b5d3452dba61e7c8
parent6760028826b40e45fe7f12b3e1ec934b032dba55
Update.

1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* posix/wordexp-test.c: Add more tests.
(testit): Fix logic.

* posix/wordexp.c (exec_comm): In the child, redirect stderr to
/dev/null instead of closing it, close pipe.  Always chop off all
trailing newlines.  Kill and reap child before returning error.
(w_addword, parse_glob): Fix memory leak.
(wordexp): Fix dangling pointer problem.

1998-03-16  Ulrich Drepper  <drepper@cygnus.com>

* elf/dl-close.c (_dl_close): Correct and simplify unmapping.

* posix/wordexp-test.c (main): Fix little thinkos and typos.

* catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
directory index by only the language.
ChangeLog
catgets/Makefile
elf/dl-close.c
posix/wordexp-test.c
posix/wordexp.c