(parse_glob): Look for end of word instead of
commit58ad74db3a5a87c9a4ec0ef81dd07792f3f73852
authorUlrich Drepper <drepper@redhat.com>
Tue, 15 Sep 1998 21:24:25 +0000 (15 21:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 15 Sep 1998 21:24:25 +0000 (15 21:24 +0000)
treea12b7050ee6a1b490cd49e038ddf3a3400381834
parent533720880e0608daa1cc247ba0215817a56add7b
(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.
(wordexp): Don't convert IFS characters to blanks.
posix/wordexp.c