summaryrefslogtreecommitdiff
path: root/gcc/fortran/ChangeLog
diff options
context:
space:
mode:
authorDaniel Kraft <d@domob.eu>2010-08-10 17:40:59 +0200
committerDaniel Kraft <domob@gcc.gnu.org>2010-08-10 17:40:59 +0200
commitda4dbc25186cc8751c5bfc9427e2f624234f2449 (patch)
tree946f6153e79248832063d2f9040085590acafdd5 /gcc/fortran/ChangeLog
parentf6aa1e0fe385d599cec06f64b001079bf04044f2 (diff)
downloadgcc-da4dbc25186cc8751c5bfc9427e2f624234f2449.tar.gz
gfortran.texi (Interoperability with C): Fix ordering in menu and add new subsection about pointers.
2010-08-10 Daniel Kraft <d@domob.eu> * gfortran.texi (Interoperability with C): Fix ordering in menu and add new subsection about pointers. (Interoperable Subroutines and Functions): Split off the pointer part. (working with Pointers): New subsection with extended discussion of pointers (especially procedure pointers). From-SVN: r163073
Diffstat (limited to 'gcc/fortran/ChangeLog')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index de7dcaf0988..63884ebff00 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2010-08-10 Daniel Kraft <d@domob.eu>
+
+ * gfortran.texi (Interoperability with C): Fix ordering in menu
+ and add new subsection about pointers.
+ (Interoperable Subroutines and Functions): Split off the pointer part.
+ (working with Pointers): New subsection with extended discussion
+ of pointers (especially procedure pointers).
+
2010-08-09 Thomas Koenig <tkoenig@gcc.gnu.org>
PR fortran/44235