diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-20 08:37:13 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-20 08:37:13 +0000 |
commit | 00d8bc81a96ff398af9517f1ad49b729cc4795d1 (patch) | |
tree | aa4478a0cfa910ebf81e6d471f4df9867d7df1a7 /ChangeLog | |
parent | 2f599545f5ad0e51aa3edd445edd18ca1d7ec2df (diff) | |
download | glibc-00d8bc81a96ff398af9517f1ad49b729cc4795d1.tar.gz glibc-00d8bc81a96ff398af9517f1ad49b729cc4795d1.tar.xz glibc-00d8bc81a96ff398af9517f1ad49b729cc4795d1.zip |
Update.
* ctype/ctype.h (isblank): Make available if ISO C99. * wctype/wctype.h (iswblank): Make available if ISO C99. * math/math.h (signgam): Don't make available if ISO C99. * math/tgmath.h (tgamma): Renamed from gamma. Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a80f88a8bd..0f67468bee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2000-08-20 Ulrich Drepper <drepper@redhat.com> + * ctype/ctype.h (isblank): Make available if ISO C99. + * wctype/wctype.h (iswblank): Make available if ISO C99. + * math/math.h (signgam): Don't make available if ISO C99. + * math/tgmath.h (tgamma): Renamed from gamma. + Patches by Joseph S. Myers <jsm28@cam.ac.uk>. + * intl/loadmsgcat.c (_nl_unload_domain): Also free conv_tab element. Pretty printing. * intl/plural.y (new_exp): Take number of optional parameters in |