summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-13 08:30:54 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-13 08:30:54 +0000
commit1720f4d0a5262bdbae1260d582e1d6a444ecd509 (patch)
tree00abe6e61c3e3856272acc38819a2298f97df051 /ChangeLog
parent2d09b95d5a6f8c4398197ddfb2a48be866ba6357 (diff)
Update.
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.
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):