diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 05:41:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-24 05:41:25 +0000 |
commit | 7603ea28d333d47f8e45e33515362ec55d381877 (patch) | |
tree | bea0b39db5db660696f86369635be85811b0d165 /ChangeLog | |
parent | cf9e9ad98feb55d11f93aa4e069c81ee06c2a6a3 (diff) | |
download | glibc-7603ea28d333d47f8e45e33515362ec55d381877.tar.gz glibc-7603ea28d333d47f8e45e33515362ec55d381877.tar.xz glibc-7603ea28d333d47f8e45e33515362ec55d381877.zip |
Update.
* string/endian.h: Explain the _*_ENDIAN constant values a bit more. Patch by scarlet@mit.edu [PR libc/1799]. * io/ftwtest-sh: Add -f parameter to chmod if -R is also given. [PR libc/1792]. * argp/argp-parse.c (parser_finalize): Reverse order in which parsers are run for ARGP_KEY_END. [PR libc/1755].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 46fc4bdd18..71867fdb06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2000-07-23 Ulrich Drepper <drepper@redhat.com> + * string/endian.h: Explain the _*_ENDIAN constant values a bit + more. Patch by scarlet@mit.edu [PR libc/1799]. + + * io/ftwtest-sh: Add -f parameter to chmod if -R is also given. + [PR libc/1792]. + + * argp/argp-parse.c (parser_finalize): Reverse order in which + parsers are run for ARGP_KEY_END. [PR libc/1755]. + * grp/initgroups.c (initgroups): Don't limit the possible number of groups to NGROUPS_MAX. Allow dynamic resizing. Loop around the setgroups call while the call fails and descrease the number |