aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorThomas Koenig <tkoenig@gcc.gnu.org>2015-06-14 07:05:00 +0000
committerThomas Koenig <tkoenig@gcc.gnu.org>2015-06-14 07:05:00 +0000
commit56476ab84e91be6effc72e25f8293ebf8240624a (patch)
treed30ceded8f351c908b3849eb79dae2228731a929 /gcc/fortran/ChangeLog
parenteb28465561497642f7e08d8ffe8a615e4772452d (diff)
downloadgcc-56476ab84e91be6effc72e25f8293ebf8240624a.zip
gcc-56476ab84e91be6effc72e25f8293ebf8240624a.tar.gz
gcc-56476ab84e91be6effc72e25f8293ebf8240624a.tar.bz2
intrinsic.texi: Change \leq to < in descrition of imaginary part in argument to log.
2015-06-14 Thomas Koenig <tkoenig@gcc.gnu.org> * intrinsic.texi: Change \leq to < in descrition of imaginary part in argument to log. From-SVN: r224462
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 662e3d2..025214b 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-14 Thomas Koenig <tkoenig@gcc.gnu.org>
+
+ * intrinsic.texi: Change \leq to < in descrition of imaginary
+ part in argument to log.
+
2015-06-11 Paul Thomas <pault@gcc.gnu.org>
PR fortran/66079