diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 17:27:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 17:27:52 +0000 |
commit | 3c20b9b6a527397cf32fb013c86b1e4b5c422dc0 (patch) | |
tree | 5feccefeef12e6e036327536b1e086f64e36bc52 /manual/header.texi | |
parent | 48fc3dd2248fbfd6cd9e786fec89dffc604ead35 (diff) | |
download | glibc-3c20b9b6a527397cf32fb013c86b1e4b5c422dc0.tar glibc-3c20b9b6a527397cf32fb013c86b1e4b5c422dc0.tar.gz glibc-3c20b9b6a527397cf32fb013c86b1e4b5c422dc0.tar.bz2 glibc-3c20b9b6a527397cf32fb013c86b1e4b5c422dc0.zip |
Update.
1998-03-18 00:25 Tim Waugh <tim@cyberelk.demon.co.uk>
* posix/wordexp.c (parse_comm): Allow quoting inside $(...).
(parse_param): Fold in Andreas' fixes to do with when the end of
the parameter name has been reached, and quoting inside ${...}.
(parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
$((echo);(ls)).
1998-03-16 22:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
* manual/maint.texi: Split out installation and contribution
sections to their own appendices. Misc cleanups.
* manual/install.texi: New file. Mention add-ons. Refer to FAQ.
* manual/contrib.texi: New file.
* manual/libc.texinfo: Pull in new appendices.
* manual/header.texi: Correct node pointer.
1998-03-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/process.texi (Process Completion): Clarify return value
of waitpid a bit. Patch by Zack Weinberg. [PR libc/490]
Diffstat (limited to 'manual/header.texi')
-rw-r--r-- | manual/header.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/header.texi b/manual/header.texi index 588d77eabf..066fdbf1aa 100644 --- a/manual/header.texi +++ b/manual/header.texi @@ -1,4 +1,4 @@ -@node Library Summary, Maintenance, Language Features, Top +@node Library Summary, Installation, Language Features, Top @appendix Summary of Library Facilities This appendix is a complete list of the facilities declared within the |