OSDN Git Service

Fix date of last entry, remove extra whitespace
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Aug 2005 06:00:46 +0000 (06:00 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Aug 2005 06:00:46 +0000 (06:00 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103019 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog

index bbf3355..223567c 100644 (file)
@@ -1,4 +1,4 @@
-2005-09-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
+2005-08-11  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
            Steven Bosscher  <stevenb@suse.de>
 
        PR libfortran/20006
        x-editing during formatted input.
        * transfer.c (formatted_transfer): Cast offset difference
        as int, clean-up arithmetic with new variable, bytes_used,
-       zero counters for FMT_SLASH, 
+       zero counters for FMT_SLASH,
        (data_transfer_init) Zero X- and T-editing counters
        unconditionally.
        (next_record_w) Zero X- and T-editing counters.
 2005-07-09  Jerry DeLisle  <jvdelisle@verizon.net>
 
        PR libfortran/21875  (FM111.f)
-       * io/read.c (next_char): Return a ' ' character when BLANK_ZERO or 
+       * io/read.c (next_char): Return a ' ' character when BLANK_ZERO or
        BLANK_NULL are active.
        (read_decimal): Interpret ' ' character correctly for BZ or BN.
        (read_radix): Interpret ' ' character correctly for BZ or BN.