]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct ChangeLog formatting and email address.
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Sep 2005 04:02:35 +0000 (00:02 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Sep 2005 04:02:35 +0000 (00:02 -0400)
From-SVN: r104682

libgfortran/ChangeLog

index 2b27b434b0bdd26fd893ac515e076f40eddc750c..b94c9f510cab9d83de99cb6be8e4cf2ef12704bf 100644 (file)
@@ -2,24 +2,28 @@
 
        * io.h: Changed prototypes of list_formatted_{read|write}.
        * list_read.c (list_formatted_read): Renamed to
-       list_formatted_read_scalar and made static. (list_formatted_read):
-       New function.
+       list_formatted_read_scalar and made static.
+       (list_formatted_read): New function.
        * transfer.c: Prototype for transfer_array. Changed transfer
-       function pointer. (unformatted_read): Add nelems argument, use
-       it. (unformatted_write): Likewise. (formatted_transfer): Changed
-       name to formatted_transfer_scalar. (formatted_transfer): New
-       function. (transfer_integer): Add nelems argument to transfer
-       call, move updating item count to transfer
-       functions. (transfer_real): Likewise. (transfer_logical):
-       Likewise. (transfer_character): Likewise. (transfer_complex):
-       Likewise. (transfer_array): New function. (data_transfer_init):
-       Call formatted_transfer with new argument. (iolength_transfer):
-       New argument, use it.
+       function pointer.
+       (unformatted_read): Add nelems argument, use it.
+       (unformatted_write): Likewise.
+       (formatted_transfer): Changed name to formatted_transfer_scalar.
+       (formatted_transfer): New function.
+       (transfer_integer): Add nelems argument to transfer call, move
+       updating item count to transfer functions.
+       (transfer_real): Likewise.
+       (transfer_logical): Likewise.
+       (transfer_character): Likewise.
+       (transfer_complex): Likewise.
+       (transfer_array): New function.
+       (data_transfer_init): Call formatted_transfer with new argument.
+       (iolength_transfer): New argument, use it.
        * write.c (list_formatted_write): Renamed to
-       list_formatted_write_scalar, made static. (list_formatted_write):
-       New function.
+       list_formatted_write_scalar, made static.
+       (list_formatted_write): New function.
 
-2005-09-26  David Edelsohn  <dje@watson.ibm.com>
+2005-09-26  David Edelsohn  <edelsohn@gnu.org>
 
        * configure.ac: Add check for __clog.
        * configure: Regenerate.