about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e8e7b93215..6c8862a52d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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.
+
 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
 
 	* sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):