From 9f52a98eb65064d31959860b266efc22b29f760e Mon Sep 17 00:00:00 2001 From: steven Date: Sun, 24 Jul 2005 10:37:48 +0000 Subject: [PATCH] whitespace fixes for my scripts git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@102333 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/ChangeLog | 54 +++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 3e37aacb211..c068afe57d5 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,8 +1,8 @@ 2005-07-23 Jerry DeLisle - * io/write.c (write_float): Revise output of IEEE exceptional - values to comply with F95 and F2003 standards. - + * io/write.c (write_float): Revise output of IEEE exceptional + values to comply with F95 and F2003 standards. + 2005-07-22 Jerry DeLisle PR libfortran/22570 @@ -33,9 +33,9 @@ 2005-07-17 Jerry DeLisle - * io/write.c (write_float): Fix field width checks for - printing 'Infinity' or 'Inf'. - (output_float): Fix typo in comment. + * io/write.c (write_float): Fix field width checks for + printing 'Infinity' or 'Inf'. + (output_float): Fix typo in comment. 2005-07-12 Paul Thomas @@ -60,17 +60,17 @@ 2005-07-12 Thomas Koenig PR libfortran/21593 - io/unix.c: Add member special_file to type unix_stream. + * io/unix.c: Add member special_file to type unix_stream. (fd_truncate): Don't call ftruncate or chsize if s refers to a special file. (fd_to_stream): initialize s->special_file. 2005-07-11 David Edelsohn - PR libgfortran/22412 - * io/write.c (otoa): Bias p by SCRATCH_SIZE, not - sizeof (SCRATCH_SIZE). - (btoa): Same. + PR libgfortran/22412 + * io/write.c (otoa): Bias p by SCRATCH_SIZE, not + sizeof (SCRATCH_SIZE). + (btoa): Same. 2005-07-09 Jerry DeLisle @@ -88,7 +88,7 @@ PR libfortran/22217 * io/write.c (extract_unit): New function; extract ints as unsigned signed int of the correct size. - * io/write.c (write_int): Use it. + (write_int): Use it. * runtime/error.c: Adjust copyright years. Adjust size of buffer to maximum that can occur. @@ -194,17 +194,17 @@ 2005-06-25 Thomas Koenig - PR libfortran/22144 - * m4/cshift1.m4: Remove const from argument ret. - Populate return array descriptor if ret->data is NULL. - * m4/eoshift1.m4: Likewise. - * m4/eoshift3.m4: Likewise. - * generated/cshift1_4.c: Regenerated. - * generated/cshift1_8.c: Regenerated. - * generated/eoshift1_4.c: Regenerated. - * generated/eoshift1_8.c: Regenerated. - * generated/eoshift3_4.c: Regenerated. - * generated/eoshift3_8.c: Regenerated. + PR libfortran/22144 + * m4/cshift1.m4: Remove const from argument ret. + Populate return array descriptor if ret->data is NULL. + * m4/eoshift1.m4: Likewise. + * m4/eoshift3.m4: Likewise. + * generated/cshift1_4.c: Regenerated. + * generated/cshift1_8.c: Regenerated. + * generated/eoshift1_4.c: Regenerated. + * generated/eoshift1_8.c: Regenerated. + * generated/eoshift3_4.c: Regenerated. + * generated/eoshift3_8.c: Regenerated. 2005-06-24 Jerry DeLisle @@ -957,7 +957,7 @@ (finalize_transfer): If there is an EOR condition, raise the error. 2005-04-09 Bud Davis - Steven G. Kargl + Steven G. Kargl PR fortran/19872 * io/transfer.c (data_transfer_init): truncate an existing @@ -1072,7 +1072,7 @@ the scale factor, but it needs to be restored afterwards. 2005-04-03 Dale Ranta - Francois-Xavier Coudert + Francois-Xavier Coudert PR libfortran/20068 PR libfortran/20125 @@ -1222,7 +1222,7 @@ 2005-02-19 Steven G. Kargl - * intrinsic/date_and_time.c: Fix conformance problems. + * intrinsic/date_and_time.c: Fix conformance problems. 2005-02-01 Paul Thomas @@ -2361,7 +2361,7 @@ (random_r8): fix infinite loop. 2004-06-12 Bud Davis - Steve Kargl + Steve Kargl PR gfortran/15292 * intrinsics/c99_functions.c: New file. -- 2.11.4.GIT