Update
commita8125d855218832508af812df585c5fac5093bc3
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Sep 1998 21:24:37 +0000 (15 21:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Sep 1998 21:24:37 +0000 (15 21:24 +0000)
treec5e474d75d6620f4e5df2c19a5d8e1aab1dd89c5
parentaa2bc6a32d523af80d296aa9fe063b72ef99aa82
Update

1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>

* posix/wordexp-test.c: If expansion or substitution occurs
anywhere in a word, the entire word is subject to field-splitting.

* posix/wordexp.c (parse_glob): Look for end of word instead of
end of field when deciding what to glob.
(field_split_word): New function, now the only place where
field-splitting is performed.
(parse_dollars): New parameter - tell the caller if
field-splitting should be performed on this word.

* posix/wordexp-test.c (testit): Only call wordfree if wordexp
succeeded (or failed with WRDE_NOSPACE).

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

* posix/wordexp.c (wordexp): Don't convert IFS characters to
blanks.

* posix/wordexp-test.c: Words not the result of expansion or
substitution should remain unchanged.
ChangeLog
posix/wordexp-test.c
posix/wordexp.c