From: Ulrich Drepper Date: Thu, 24 Feb 2000 07:38:11 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a989cbbfcedd075d6d7b48103503e7d5abd22c6a;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 6f6673e0541..23306e8870f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2000-02-23 Ulrich Drepper + * 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 . + * stdlib/stdlib.h (putenv): Don't declare argument as const. * sysdeps/generic/putenv.c: Likewise.