aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2004-12-24re PR libfortran/19071 (complex formatted output has too many items)Bud Davis1-8/+8
2004-12-19libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise1-2/+2
2004-12-15re PR libfortran/17597 (list directed read has error)Bud Davis1-1/+1
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 Henderson9-216/+223
2004-12-08io.h (open_external): Change prototype.Steve Ellcey3-30/+62
2004-12-06c99_functions.c, [...]: Whitespace fixes.Richard Henderson9-249/+116
2004-12-02re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter1-3/+15
2004-12-02re PR libfortran/18284 (BACKSPACE broken)Bud Davis2-0/+4
2004-12-02inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis1-2/+7
2004-12-02flush.c: New file.Steven G. Kargl2-1/+18
2004-11-28direct_io_2.f90: New test.Bud Davis1-1/+2
2004-11-27re PR libfortran/18364 (endfile does not truncate file)Bud Davis1-0/+1
2004-11-23re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher1-1/+1
2004-11-21* io/write.c (write_float, list_formatted_write): Fix indentation.Roger Sayle1-57/+56
2004-11-20re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou1-0/+4
2004-11-10Committed wrong version of previous patch.Paul Brook1-1/+1
2004-11-10re PR fortran/18218 (Miscompare in sixtrack benchmark caused by loss of preci...Paul Brook1-154/+85
2004-10-30config.h.in: Regenerate.Aaron W. LaFramboise1-3/+34
2004-10-30Missing bit of previous patch.Aaron W. LaFramboise1-0/+1
2004-10-07transfer.c (finalize_transfer): Free internal streams.Paul Brook2-1/+6
2004-10-06re PR libfortran/17709 (NULL I/O list and Format error.)Paul Brook1-0/+1
2004-10-04re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)Paul Brook2-2/+16
2004-10-03abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise1-2/+2
2004-09-21re PR libfortran/17286 (namelist containing more than one value cannot contai...Bud Davis1-0/+4
2004-09-18config.h.in: Regenerate.Aaron W. LaFramboise1-0/+10
2004-09-14re PR libfortran/17090 (Runtime I/O error)Bud Davis1-1/+6
2004-09-06[multiple changes]Paul Brook1-5/+2
2004-09-02format.c (parse_format_list): Set repeat count for P descriptors.Paul Brook2-3/+13
2004-08-31re PR libfortran/16805 (Runtime failure using list directed read from string)Paul Brook2-5/+11
2004-08-31unit.c: Separate copyright years by ','.Tobias Schlüter1-11/+2
2004-08-31* io/unit.c (get_unit): Remove superfluous if.Paul Brook1-3/+1
2004-08-31transfer.c (read_sf): Rename uinty to readlen.Paul Brook2-13/+22
2004-08-31list_read.c (eat_separator): Set at_eo when a '/' is seen.Paul Brook1-0/+1
2004-08-31trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2-2/+2
2004-08-28re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook1-191/+315
2004-08-27Comment typo.Paul Brook1-1/+1
2004-08-27rewind.c (st_rewind): Reset unit to read mode.Paul Brook1-0/+5
2004-08-27re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)Bud Davis3-4/+13
2004-08-23io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter5-349/+346
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 Leikehman3-14/+31
2004-08-13re PR libfortran/16935 (Segmentation fault of compiler with unsupported contr...Bud Davis1-2/+2
2004-08-10list_read.c (namelist_read): Convert variable names to lower case, so that mi...Victor Leikehman1-3/+7
2004-08-05Commit for Victor Leikehman <lei@il.ibm.com>Victor Leikehman1-0/+2
2004-08-01write.c (write_float): Use the slightly more portable isnan in preference to ...Roger Sayle1-1/+1
2004-07-08re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5)Andreas Krebbel1-3/+3
2004-07-05re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis2-18/+46