about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-15 21:24:37 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-15 21:24:37 +0000
commita8125d855218832508af812df585c5fac5093bc3 (patch)
treec5e474d75d6620f4e5df2c19a5d8e1aab1dd89c5 /ChangeLog
parentaa2bc6a32d523af80d296aa9fe063b72ef99aa82 (diff)
downloadglibc-a8125d855218832508af812df585c5fac5093bc3.tar.gz
glibc-a8125d855218832508af812df585c5fac5093bc3.tar.xz
glibc-a8125d855218832508af812df585c5fac5093bc3.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4893627810..ab24a49021 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+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.
+
 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
 
 	* elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]