aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2005-06-27 01:27:18 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2005-06-27 01:27:18 +0000
commitdc9207b34e4911724605ac71fbe60e645921f16a (patch)
tree27b793f092e34563adf6281dd50bdf8fb502235f /libgfortran
parentce5d6962f85db7f287dcc6732ecb5903a3166366 (diff)
downloadgcc-dc9207b34e4911724605ac71fbe60e645921f16a.zip
gcc-dc9207b34e4911724605ac71fbe60e645921f16a.tar.gz
gcc-dc9207b34e4911724605ac71fbe60e645921f16a.tar.bz2
2005-06-24 Jerry DeLisle <jvdelisle@verizon.net>
libgfortran/ChangeLog: Clean up format for entry of 2005-06-24. From-SVN: r101346
Diffstat (limited to 'libgfortran')
-rw-r--r--libgfortran/ChangeLog18
1 files changed, 9 insertions, 9 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 9b2ddec..e7a3cda 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -15,15 +15,15 @@
2005-06-24 Jerry DeLisle <jvdelisle@verizon.net>
PR libfortran/21915
- * Makefile.am: include intrinsics/hyper.c
- * c99_protos.h: add prototypes for single precision versions of
- acosh, asinh, and atanh for platforms that do not have these
- * config.h.in: add #undef for wrappers
- * configure.ac: add checks for single precision versions
- * aclocal.m4: generated
- * Makefile.in: generated
- * configure: generated
- * intrinsics/hyper.c: New file, adds wrapper functions
+ * Makefile.am: Include intrinsics/hyper.c.
+ * c99_protos.h: Add prototypes for single precision versions of
+ acosh, asinh, and atanh for platforms that do not have these.
+ * config.h.in: Add #undef for wrappers.
+ * configure.ac: Add checks for single precision versions.
+ * aclocal.m4: Regenerated.
+ * Makefile.in: Regenerated.
+ * configure: Regenerated.
+ * intrinsics/hyper.c: New file, adds new wrapper functions.
2005-06-23 Francois-Xavier Coudert <coudert@clipper.ens.fr>