aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2005-06-27 00:43:26 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2005-06-27 00:43:26 +0000
commitce5d6962f85db7f287dcc6732ecb5903a3166366 (patch)
tree8daa8653f24fcc67083e2829dfc7e365e4610689
parent0f122dadc62cd10da04d03aee1551c6f7310189e (diff)
downloadgcc-ce5d6962f85db7f287dcc6732ecb5903a3166366.zip
gcc-ce5d6962f85db7f287dcc6732ecb5903a3166366.tar.gz
gcc-ce5d6962f85db7f287dcc6732ecb5903a3166366.tar.bz2
ChangeLog: Cleaned up changelog from 2005-06-24.
2005-06-26 Jerry DeLisle <jvdelisle@verizon.net> * fortran/ChangeLog: Cleaned up changelog from 2005-06-24. From-SVN: r101345
-rw-r--r--gcc/fortran/ChangeLog20
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index e18ab3f..617747d 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -10,16 +10,16 @@
2005-06-24 Jerry DeLisle <jvdelisle@verizon.net>
PR fortran/21915
- * gfortran.h: Add symbols for new intrinsics
- * intrinsic.c: Add acosh, asinh, and atanh
- * intrinsic.h: Add prototypes
- * iresolve.c (gfc_resolve_acosh): New function
- (gfc_resolve_asinh): New
- (gfc_resolve_atanh): New
- * mathbuiltins.def: Add defines
- * simplify.c (gfc_simplify_acosh): New function
- (gfc_simplify_asinh): New
- (gfc_simplify_atanh): New
+ * gfortran.h: Add symbols for new intrinsic functions.
+ * intrinsic.c: Add new functions acosh, asinh, and atanh.
+ * intrinsic.h: Add prototypes for the new functions.
+ * iresolve.c (gfc_resolve_acosh): New function.
+ (gfc_resolve_asinh): New function.
+ (gfc_resolve_atanh): New function.
+ * mathbuiltins.def: Add defines.
+ * simplify.c (gfc_simplify_acosh): New function.
+ (gfc_simplify_asinh): New function.
+ (gfc_simplify_atanh): New function.
2005-06-24 Feng Wang <fengwang@nudt.edu.cn>