about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc001dd5ac..b0bd30e6b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
+
+	* posix/wordexp-test.c: Fix wrong tests.  Add new tests.
+
+	* posix/wordexp.c (wordexp): Perform word-splitting instead of
+	field-splitting here.
+	(wordexp): If out of memory mid-word, free the word (but still
+	leave pwordexp alone for caller to see).
+	(parse_param): Allow for zero-length fields (smarter checking of
+	memory allocation failure).
+	(w_addword): Convert NULL words to "".
+	(wordexp): Convert left-over IFS characters to blanks (like bash).
+
 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
 
 	* configure.in: Use test -f instead of test -e.