diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 07:36:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-24 07:36:39 +0000 |
commit | 05d5dedc62e474ec38f2e3646037640629576313 (patch) | |
tree | c5355a19048ceb0a5bc2ee56a5f8cc358f288742 /ChangeLog | |
parent | 5866b13180519807f875b64b5b69882b8c198c44 (diff) | |
download | glibc-05d5dedc62e474ec38f2e3646037640629576313.tar.gz glibc-05d5dedc62e474ec38f2e3646037640629576313.tar.xz glibc-05d5dedc62e474ec38f2e3646037640629576313.zip |
Update.
* posix/wordexp.c: Use we_offs everywhere if WRDE_DOOFS. Expand ~ correctly. Detect syntax errors in command substitutions. Delete trailing newlines correctly. Don't split fields in command substitution situations. Restore old structure in case of an error. Handle WRDE_APPEND correctly. Patch by Geoff Clare <gwc@unisoft.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d8c5821ff0..03536a6227 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2000-02-23 Ulrich Drepper <drepper@redhat.com> + * posix/wordexp.c: Use we_offs everywhere if WRDE_DOOFS. Expand ~ + correctly. Detect syntax errors in command substitutions. Delete + trailing newlines correctly. Don't split fields in command + substitution situations. Restore old structure in case of an + error. Handle WRDE_APPEND correctly. + Patch by Geoff Clare <gwc@unisoft.com>. + * locale/programs/ld-ctype.c (allocate_arrays): Make sure the end of width table is 4-byte aligned. (ctype_output): Write out the entire width array. |