Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Mar 1998 20:51:53 +0000 (20:51 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Mar 1998 20:51:53 +0000 (20:51 +0000)
commite9fc7bbb8949a781cc0d65c8a54c3b6b3b49030e
tree2ba0896feb47418c5a21ed339b662ad13f568904
parent3dd90163bb9ecb7d8b6c7a2f7d6bc746571a7ea9
Update.

1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>

* posix/wordexp.c (w_newword): New function.
(do_parse_glob): New function.
(parse_glob): Use do_parse_glob.  Now handles the case where a
variable expansion causes a field-split.
(wordexp): Use w_newword.
(parse_arith): Likewise.
(exec_comm): Likewise.
(parse_comm): Likewise.
(parse_param): Likewise.
(parse_backtick): Likewise.

1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>

* posix/wordexp-tst.sh: Another test.

* posix/wordexp-test.c: Two new tests.

* posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
directly (the code using realloc was buggy).
(parse_param): Fix typo in comment.
ChangeLog
elf/dl-close.c
posix/wordexp-test.c
posix/wordexp-tst.sh
posix/wordexp.c