diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 19:41:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-28 19:41:51 +0000 |
commit | 5b155773ee9c869d926e35039c244bbdfc249384 (patch) | |
tree | 8625e62eacebf723e8d8314ebf8bf6e76a18fea5 /ChangeLog | |
parent | 733bb62a1e04206c836cf47df1c237421df98c5f (diff) | |
download | glibc-5b155773ee9c869d926e35039c244bbdfc249384.tar.gz glibc-5b155773ee9c869d926e35039c244bbdfc249384.tar.xz glibc-5b155773ee9c869d926e35039c244bbdfc249384.zip |
Update.
* string/basename.c [!_LIBC]: Define function as gnu_basename. * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or strings.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5d0580006c..1c5b262b78 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 1998-04-28 Ulrich Drepper <drepper@cygnus.com> + * string/basename.c [!_LIBC]: Define function as gnu_basename. + + * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or + strings.h. + * stdlib/grouping.h: Accept ungrouped numbers even if locale defines grouping. |