diff options
author | Eric Blake <eblake@redhat.com> | 2009-07-03 11:58:04 +0000 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2009-07-03 11:58:04 +0000 |
commit | ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57 (patch) | |
tree | 7d322aea0cc4b9ebe46f64da6e45a6d1aab190f4 /newlib/ChangeLog | |
parent | a4175657bfb652ab816a54a219acf926a2f5762b (diff) | |
download | newlib-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.zip newlib-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.tar.gz newlib-ce1eb6bba042d759a2fd8f57dfc01fcc8c478b57.tar.bz2 |
Add fpurge.
* libc/stdio/fpurge.c (fpurge, _fpurge_r): New file.
* libc/stdio/Makefile.am (ELIX_4_SOURCES, CHEWOUT_FILES, fpurge):
Build it.
* libc/stdio/Makefile.in: Regenerated.
* libc/include/stdio.h (fpurge, _fpurge_r): New declarations.
* libc/stdio/stdio.tex: Build documentation.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index aab9fb4..69ef08b 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,13 @@ +2009-07-03 Eric Blake <ebb9@byu.net> + + Add fpurge. + * libc/stdio/fpurge.c (fpurge, _fpurge_r): New file. + * libc/stdio/Makefile.am (ELIX_4_SOURCES, CHEWOUT_FILES, fpurge): + Build it. + * libc/stdio/Makefile.in: Regenerated. + * libc/include/stdio.h (fpurge, _fpurge_r): New declarations. + * libc/stdio/stdio.tex: Build documentation. + 2009-06-23 Jeff Johnston <jjohnstn@redhat.com> * Makefile.am (MATHOBJS_IN_LIBC): Add s_fpclassify and @@ -23,7 +33,7 @@ * libc/include/sys/types.h: Same. 2009-06-16 Corinna Vinschen <corinna@vinschen.de> - + * libc/include/locale.h (struct lconv): Add missing members required by POSIX.1-2008. * libc/locale/locale.c (lconv): Initialize new members to default |