diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-13 08:30:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-13 08:30:54 +0000 |
commit | 1720f4d0a5262bdbae1260d582e1d6a444ecd509 (patch) | |
tree | 00abe6e61c3e3856272acc38819a2298f97df051 /ChangeLog | |
parent | 2d09b95d5a6f8c4398197ddfb2a48be866ba6357 (diff) | |
download | glibc-1720f4d0a5262bdbae1260d582e1d6a444ecd509.tar glibc-1720f4d0a5262bdbae1260d582e1d6a444ecd509.tar.gz glibc-1720f4d0a5262bdbae1260d582e1d6a444ecd509.tar.bz2 glibc-1720f4d0a5262bdbae1260d582e1d6a444ecd509.zip |
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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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): |