]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2000 07:38:11 +0000 (07:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Feb 2000 07:38:11 +0000 (07:38 +0000)
ChangeLog

index 6f6673e05414119ce79801c2b1649375f61b5cd3..23306e8870f472cba7c71763a0de9434920158d5 100644 (file)
--- 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>.
+
        * stdlib/stdlib.h (putenv): Don't declare argument as const.
        * sysdeps/generic/putenv.c: Likewise.