diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-12 09:07:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-12 09:07:36 +0000 |
commit | bac660f87b7559d89d25d3522563525d6c5e9ebf (patch) | |
tree | b04eb7a5d70421659c57dac8d516c66fcb02a4f8 /ChangeLog | |
parent | a64e578b6fdb18c530d142a68a7e57eb04038b5d (diff) | |
download | glibc-bac660f87b7559d89d25d3522563525d6c5e9ebf.tar glibc-bac660f87b7559d89d25d3522563525d6c5e9ebf.tar.gz glibc-bac660f87b7559d89d25d3522563525d6c5e9ebf.tar.bz2 glibc-bac660f87b7559d89d25d3522563525d6c5e9ebf.zip |
Update.
1999-04-11 Tim Waugh <tim@cyberelk.demon.co.uk>
* posix/wordexp.c (wordexp): Fix a leak when an invalid character
is seen, as well as fixing semantics. Don't reset the word count
to zero when an invalid character is seen, but leave it as it was
(this makes a difference with WRDE_APPEND).
* posix/wordexp-test.c: More test cases.
* posix/wordexp.c (parse_param): In words like ${var#pattern},
always expand pattern when it is needed. Also, handle quoting in
pattern properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +1999-04-11 Tim Waugh <tim@cyberelk.demon.co.uk> + + * posix/wordexp.c (wordexp): Fix a leak when an invalid character + is seen, as well as fixing semantics. Don't reset the word count + to zero when an invalid character is seen, but leave it as it was + (this makes a difference with WRDE_APPEND). + + * posix/wordexp-test.c: More test cases. + + * posix/wordexp.c (parse_param): In words like ${var#pattern}, + always expand pattern when it is needed. Also, handle quoting in + pattern properly. + 1999-04-12 Philip Blundell <philb@gnu.org> * elf/elf.h: Update ARM definitions to match current gas2. |