summaryrefslogtreecommitdiff
path: root/libgfortran/io
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/19071 (complex formatted output has too many items)Bud Davis2004-12-241-8/+8
* libgfortran.h (itoa): Rename to gfc_itoa.Aaron W. LaFramboise2004-12-191-2/+2
* re PR libfortran/17597 (list directed read has error)Bud Davis2004-12-151-1/+1
* transfer.c (us_read): Use memcpy/memset instead of assignment to fill unalign...Steve Ellcey2004-12-141-8/+10
* * io/transfer.c (read_sf): Change bitwise "and" to logical "and".David Edelsohn2004-12-131-1/+1
* acinclude.m4 (LIBGFOR_CHECK_ATTRIBUTE_VISIBILITY): New.Richard Henderson2004-12-129-216/+223
* io.h (open_external): Change prototype.Steve Ellcey2004-12-083-30/+62
* c99_functions.c, [...]: Whitespace fixes.Richard Henderson2004-12-069-249/+116
* re PR libfortran/18710 (img part of complex number not written to direct acce...Tobias Schlüter2004-12-021-3/+15
* re PR libfortran/18284 (BACKSPACE broken)Bud Davis2004-12-022-0/+4
* inquire.c (inquire_via_unit): do not allow a direct access file to be opened ...Bud Davis2004-12-021-2/+7
* flush.c: New file.Steven G. Kargl2004-12-022-1/+18
* direct_io_2.f90: New test.Bud Davis2004-11-281-1/+2
* re PR libfortran/18364 (endfile does not truncate file)Bud Davis2004-11-271-0/+1
* re PR libfortran/15960 (missing function 'finite' on HP-UX 11.11)Steven Bosscher2004-11-231-1/+1
* * io/write.c (write_float, list_formatted_write): Fix indentation.Roger Sayle2004-11-211-57/+56
* re PR libfortran/16135 (libfortran doesn't build, use of C99 types)Eric Botcazou2004-11-201-0/+4
* Committed wrong version of previous patch.Paul Brook2004-11-101-1/+1
* re PR fortran/18218 (Miscompare in sixtrack benchmark caused by loss of preci...Paul Brook2004-11-101-154/+85
* config.h.in: Regenerate.Aaron W. LaFramboise2004-10-301-3/+34
* Missing bit of previous patch.Aaron W. LaFramboise2004-10-301-0/+1
* transfer.c (finalize_transfer): Free internal streams.Paul Brook2004-10-072-1/+6
* re PR libfortran/17709 (NULL I/O list and Format error.)Paul Brook2004-10-061-0/+1
* re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)Paul Brook2004-10-042-2/+16
* abort.c ("libgfortran.h"): Move.Aaron W. LaFramboise2004-10-031-2/+2
* re PR libfortran/17286 (namelist containing more than one value cannot contai...Bud Davis2004-09-211-0/+4
* config.h.in: Regenerate.Aaron W. LaFramboise2004-09-181-0/+10
* re PR libfortran/17090 (Runtime I/O error)Bud Davis2004-09-141-1/+6
* [multiple changes]Paul Brook2004-09-061-5/+2
* format.c (parse_format_list): Set repeat count for P descriptors.Paul Brook2004-09-022-3/+13
* re PR libfortran/16805 (Runtime failure using list directed read from string)Paul Brook2004-08-312-5/+11
* unit.c: Separate copyright years by ','.Tobias Schlüter2004-08-311-11/+2
* * io/unit.c (get_unit): Remove superfluous if.Paul Brook2004-08-311-3/+1
* transfer.c (read_sf): Rename uinty to readlen.Paul Brook2004-08-312-13/+22
* list_read.c (eat_separator): Set at_eo when a '/' is seen.Paul Brook2004-08-311-0/+1
* trans-decl.c, [...]: Replace all occurences of 'gfc_strlen_type_node' by 'gfc...Tobias Schlüter2004-08-312-2/+2
* re PR libfortran/17195 (Infinite loop in output_float in libgfortran/io/write.c)Paul Brook2004-08-281-191/+315
* Comment typo.Paul Brook2004-08-271-1/+1
* rewind.c (st_rewind): Reset unit to read mode.Paul Brook2004-08-271-0/+5
* re PR libfortran/16597 (gfortran: bug in unformatted I/O on scratch files)Bud Davis2004-08-273-4/+13
* io.h, [...]: Fix formatting issues, update copyright years.Tobias Schlüter2004-08-235-349/+346
* Fix typo.Paul Brook2004-08-211-1/+1
* re PR libfortran/16908 (Segfault in libgfortran/io/transfer.c)Bud Davis2004-08-211-4/+12
* re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman2004-08-183-14/+31
* re PR libfortran/16935 (Segmentation fault of compiler with unsupported contr...Bud Davis2004-08-131-2/+2
* list_read.c (namelist_read): Convert variable names to lower case, so that mi...Victor Leikehman2004-08-101-3/+7
* Commit for Victor Leikehman <lei@il.ibm.com>Victor Leikehman2004-08-051-0/+2
* write.c (write_float): Use the slightly more portable isnan in preference to ...Roger Sayle2004-08-011-1/+1
* re PR libfortran/16291 (F2003 formatting of Inf /Nan on irix6.5)Andreas Krebbel2004-07-081-3/+3
* re PR libfortran/15472 (implicit open for unformatted file causes run-time er...Bud Davis2004-07-052-18/+46