aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-30re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-0/+3
2005-10-25re PR libfortran/24224 (Generalized internal array IO not implemented.)Jerry DeLisle1-14/+99
2005-10-24re PR libfortran/24489 (read_block wrong execution order)Jerry DeLisle1-13/+13
2005-10-07re PR libfortran/16339 (Unformatted i/o on large arrays inefficient)Janne Blomqvist1-17/+79
2005-10-07transfer.c (write_block): Add test for end-of-file condition, removed from me...Jerry DeLisle1-3/+13
2005-09-29string.c (find_option): Change 3rd argument to const st_option *.Jakub Jelinek1-1/+1
2005-09-26[multiple changes]Janne Blomqvist1-22/+156
2005-09-14PR fortran/21875 Internal Unit Array I/O, NISTJerry DeLisle1-30/+41
2005-09-11re PR libfortran/20179 (cannot mix C and Fortran I/O)Francois-Xavier Coudert1-1/+1
2005-09-07re PR libfortran/23262 ([mingw32] rewind truncates file)Francois-Xavier Coudert1-1/+12
2005-09-04re PR libfortran/23321 (Direct unformatted read beyond EOF cores)Thomas Koenig1-1/+14
2005-09-03read.c (read_x): Take int argument instead of fnode * and digging the N from ...Jakub Jelinek1-5/+2
2005-08-17All files: Update FSF address.Kelley Cook1-2/+2
2005-08-16re PR libfortran/23428 (inquire(iolength= ) for complex give incorrect value)Thomas Koenig1-3/+7
2005-08-09re PR libfortran/23154 (Currupt string and segfault in formatted read.)Jerry DeLisle1-1/+3
2005-08-04transfer.c (data_transfer_init): Truncate file in sequential WRITE when last_...Paul Thomas1-1/+1
2005-07-30PR fortran/22570 and related issues.Paul Thomas1-17/+25
2005-07-22[multiple changes]Paul Thomas1-8/+14
2005-07-14[multiple changes]Paul Thomas1-113/+158
2005-07-07For the 60th anniversary of Chinese people��s Anti-Japan war victory.Feng Wang1-2/+0
2005-07-01unpack_generic.c: Remove const from parameter.Andreas Jaeger1-1/+1
2005-06-28re PR libfortran/22170 ([4.0 only] Handle format slash error)Francois-Xavier Coudert1-3/+1
2005-06-16* io/transfer.c (formatted_transfer): Fix typo in error message.Francois-Xavier Coudert1-1/+1
2005-06-16re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t...Francois-Xavier Coudert1-13/+11
2005-05-29re PR libfortran/20006 ($ format extension doesn't work)Francois-Xavier Coudert1-3/+4
2005-05-17configure.ac: Add additional warning flags.Andreas Jaeger1-5/+7
2005-05-15unit.c (is_internal_unit): Add void as parameter list.Andreas Jaeger1-8/+8
2005-05-15Remove extra whitespace.Andreas Jaeger1-11/+10
2005-05-15normalize.c (almostone_r4, [...]): Fix parameter list.Andreas Jaeger1-2/+2
2005-04-17re PR fortran/17472 ([4.0 only] namelist does not handle arrays)Paul Thomas1-66/+51
2005-04-10[multiple changes]Thomas Koenig1-8/+37
2005-04-10re PR libfortran/19872 ([4.0 only] closed and re-opened file not overwriten)Bud Davis1-0/+7
2005-03-31re PR libfortran/20660 (INQUIRE incorrectly reports the existence of UNITS)Francois-Xavier Coudert1-0/+6
2005-03-25re PR libfortran/19678 (DOS files don't work for list directed input)Francois-Xavier Coudert1-1/+1
2005-02-22[multiple changes]Bud Davis1-1/+1
2005-01-29re PR libfortran/19595 ([4.0 only] eor does not work)Thomas Koenig1-1/+1
2005-01-23Update Copyright.Paul Brook1-1/+1
2005-01-23re PR libfortran/19451 (Read after a write with a read only file)Thomas Koenig1-0/+3
2005-01-22re PR libfortran/19314 (inquire(position=) segfaults at runtime)Bud Davis1-0/+3
2005-01-16re PR libfortran/18778 (ENDFILE is not functionnal)Bud Davis1-0/+3
2005-01-15re PR libfortran/18983 (can't open /dev/null as an output file)Bud Davis1-3/+7
2005-01-12re PR libfortran/19280 (Inconsistent licensing of libgfortran)Toon Moene1-0/+9
2005-01-07re PR libfortran/18398 (Formatted I/O problems)Bud Davis1-1/+2
2004-12-24re PR libfortran/19071 (complex formatted output has too many items)Bud Davis1-8/+8
2004-12-14transfer.c (us_read): Use memcpy/memset instead of assignment to fill unalign...Steve Ellcey1-8/+10
2004-12-13* io/transfer.c (read_sf): Change bitwise "and" to logical "and".David Edelsohn1-1/+1
2004-12-12acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson1-2/+47
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson1-30/+5
2004-12-02re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter1-3/+15
2004-10-07transfer.c (finalize_transfer): Free internal streams.Paul Brook1-1/+5