aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/transfer.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-06re PR libfortran/17709 (NULL I/O list and Format error.)Paul Brook1-0/+1
2004-08-31transfer.c (read_sf): Rename uinty to readlen.Paul Brook1-12/+21
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter1-1/+1
2004-08-27re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)Bud Davis1-1/+7
2004-08-23io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter1-162/+166
2004-08-21Fix typo.Paul Brook1-1/+1
2004-08-21re PR libfortran/16908 (Segfault in libgfortran/io/transfer.c)Bud Davis1-4/+12
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman1-10/+23
2004-07-05re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis1-1/+10
2004-06-22re PR fortran/15750 (IOLENGTH form of INQUIRE statement not implemented)Janne Blomqvist1-0/+51
2004-06-09re PR libfortran/14897 ('T' edit descriptor output incorrect)Bud Davis1-9/+17
2004-05-18re PR libfortran/15235 (libgfortran doesn't build on Solaris 10)Tobias Schlüter1-14/+14
2004-05-16io.h (flush): Add prototype.Janne Blomqvist1-1/+7
2004-05-15re PR libfortran/15234 (libgfortran doesn't compile on Tru64 UNIX V4.0F)Tobias Schlüter1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+1498