Update.
commit1720f4d0a5262bdbae1260d582e1d6a444ecd509
authorUlrich Drepper <drepper@redhat.com>
Sun, 13 Sep 1998 08:30:54 +0000 (13 08:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 13 Sep 1998 08:30:54 +0000 (13 08:30 +0000)
tree00abe6e61c3e3856272acc38819a2298f97df051
parent2d09b95d5a6f8c4398197ddfb2a48be866ba6357
Update.

1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>

* posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
yield three fields, not two.  Test both parameter expansion and
command substitution for correct field-splitting behaviour.

* posix/wordexp.c (w_emptyword): New function.
(parse_param): Use it.
(exec_comm): Likewise, for consistency with the way parse_param
splits fields.
(parse_param): Fix some memory leaks.
ChangeLog
posix/wordexp-test.c
posix/wordexp.c