aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-02-24 07:36:39 +0000
committerUlrich Drepper <drepper@redhat.com>2000-02-24 07:36:39 +0000
commit05d5dedc62e474ec38f2e3646037640629576313 (patch)
treec5355a19048ceb0a5bc2ee56a5f8cc358f288742 /ChangeLog
parent5866b13180519807f875b64b5b69882b8c198c44 (diff)
downloadglibc-05d5dedc62e474ec38f2e3646037640629576313.zip
glibc-05d5dedc62e474ec38f2e3646037640629576313.tar.gz
glibc-05d5dedc62e474ec38f2e3646037640629576313.tar.bz2
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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d8c5821..03536a6 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.