aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Update copyright years.Jakub Jelinek21-21/+21
2018-01-02PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist1-8/+42
2017-12-29re PR libfortran/83613 (Executing gfortran.dg/inquire_internal.f90 hangs on d...Jerry DeLisle1-0/+2
2017-12-29re PR fortran/83560 (list-directed formatting of INTEGER is missing plus on o...Jerry DeLisle1-48/+29
2017-12-16re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfortran/io/uni...Jerry DeLisle1-9/+13
2017-12-14re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle4-8/+27
2017-12-03re PR fortran/83191 (Writing a namelist with repeated complex numbers)Jerry DeLisle3-7/+7
2017-12-03re PR fortran/83225 (runtime error in transfer.c)Jerry DeLisle3-5/+8
2017-11-29re PR libfortran/83168 (FAIL: gfortran.dg/fmt_f0_2.f90 with a sanitized libgf...Jerry DeLisle1-1/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist5-16/+36
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist4-14/+9
2017-11-21re PR libfortran/78549 (Very slow formatted internal file output)Jerry DeLisle3-25/+33
2017-11-19PR 44292 Handle large record lengthsJanne Blomqvist1-17/+20
2017-11-18PR 83036 Make NEXTREC specifier for INQUIRE work for large record numbersJanne Blomqvist1-2/+1
2017-11-18PR 44292 Enable large record lengths in OPEN and INQUIRE statementsJanne Blomqvist1-3/+3
2017-10-27re PR libfortran/81938 (valgrind error message and heap-buffer-overflow on ad...Jerry DeLisle1-1/+2
2017-08-28re PR fortran/78387 (OpenMP segfault/stack size exceeded writing to internal ...Jerry DeLisle4-95/+7
2017-07-24unix.c (buf_write): Return early if there is nothing to write.Thomas Koenig1-0/+3
2017-06-26Fix for SPEC CPU2017 621.wrf_s failure, add missing locking code.Jim Wilson1-0/+6
2017-05-29re PR fortran/53029 (missed optimization in internal read (without implied-do...Jerry DeLisle1-0/+5
2017-05-19[multiple changes]Jerry DeLisle1-8/+25
2017-05-17re PR fortran/80741 ([Regression 7/8] DTIO wrong code causes incorrect behavi...Jerry DeLisle2-2/+6
2017-05-15re PR libfortran/80727 (Crash of runtime gfortran library during integer tran...Jerry DeLisle1-10/+17
2017-04-11close.c: Fix white space in pointer declarations and comment formats where ap...Jerry DeLisle15-239/+239
2017-03-29re PR fortran/78670 ([F03] Incorrect file position with namelist read under D...Jerry DeLisle1-53/+57
2017-03-28re PR fortran/78661 ([OOP] Namelist output missing object designator under DTIO)Janus Weil1-10/+18
2017-03-27list_read.c: Insert /* Fall through.Dominique d'Humieres1-1/+2
2017-03-25re PR fortran/78881 ([F03] reading from string with DTIO procedure does not w...Jerry DeLisle3-21/+56
2017-03-11re PR fortran/78854 ([F03] DTIO namelist output not working on internal unit)Jerry DeLisle4-0/+26
2017-02-20re PR fortran/79382 (DTIO ICE)Paul Thomas1-0/+27
2017-01-13Revert r244448Janne Blomqvist3-11/+13
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist3-13/+11
2017-01-03PR 78534 Revert r244011Janne Blomqvist3-11/+13
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist3-13/+11
2017-01-01Update copyright years.Jakub Jelinek21-21/+21
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert11-11/+1
2016-12-21abort.c: Remove unused headers.Francois-Xavier Coudert4-4/+0
2016-12-21iresolve.c (gfc_resolve_ftell): Call "ftell" instead of "ftell2".Francois-Xavier Coudert1-20/+2
2016-12-16re PR fortran/78662 ([F03] Incorrect parsing of quotes in the char-literal-co...Jerry DeLisle1-16/+31
2016-11-03Default missing exponents to 0 with -fdec.Fritz Reese3-3/+28
2016-10-31re PR fortran/54679 (Erroneous "Expected P edit descriptor" in conjunction wi...Jerry DeLisle1-6/+12
2016-10-30re PR libfortran/78123 (Short reads with T edit descriptor not padding correc...Jerry DeLisle1-1/+2
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese11-17/+458
2016-10-24re PR libfortran/77828 (Linking gfortran-7 compiled program with libgfortran ...Jerry DeLisle2-20/+13
2016-10-21re PR libfortran/78055 (Many new gfortran test failures)Jerry DeLisle1-0/+1
2016-10-21transfer.c (finalize_transfer): Free format data in child procedures.Jerry DeLisle1-3/+8
2016-10-18re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))Jerry DeLisle3-17/+33
2016-10-16PR 48587 Newunit allocator, cleanupJanne Blomqvist1-9/+2
2016-10-15PR 48587 Newunit allocatorJanne Blomqvist4-27/+98
2016-10-09PR 67585 Handle EINTRJanne Blomqvist2-26/+75