aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2018-10-26Update ChangeLog and version files for releasereleases/gcc-6.5.0GCC Administrator1-0/+4
2018-10-16backport: close.c: Include <string.h>.Gerald Pfeifer2-0/+8
2018-01-03PR libgfortran/83649 Chunk large reads and writesJanne Blomqvist2-4/+53
2017-12-16backport: re PR libfortran/81937 (stack-buffer-overflow on memcpy in libgfort...Jerry DeLisle2-9/+21
2017-10-22backport: re PR libfortran/82233 (execute_command_line causes program to stop...Thomas Koenig2-8/+9
2017-07-04Update ChangeLog and version files for releasereleases/gcc-6.4.0Richard Biener1-0/+4
2017-05-19Don't assume __secure_getenv is availableJanne Blomqvist3-3/+20
2017-01-31re PR fortran/79305 (real128 - undefined reference to cexpl)Steven G. Kargl3-2/+8
2017-01-29backport: re PR fortran/68887 (gfortran.dg/coarray/event_[12].f90 -fcoarray=l...Andre Vehreschild1-3/+6
2017-01-24re PR target/78478 (Compile Error for i386-rtems)Uros Bizjak5-8/+63
2016-12-21Update ChangeLog and version files for releasereleases/gcc-6.3.0GCC Administrator1-0/+4
2016-10-31backport: re PR libfortran/78123 (Short reads with T edit descriptor not padd...Jerry DeLisle2-1/+9
2016-09-29backport: re PR fortran/77707 (formatted direct access: nextrec off by one)Jerry DeLisle2-3/+11
2016-09-28backport: fortran/41922 fortran/60774 fortran/61318 fortran/68566 fortran/695...Steven G. Kargl2-16/+24
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener1-0/+4
2016-08-11backport: re PR libfortran/71123 (Namelist read failure on Windows)Jerry DeLisle2-1/+8
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC Administrator1-0/+4
2016-04-24re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle2-1/+7
2016-03-30[multiple changes]Dominique d'Humieres2-7/+26
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo3-0/+27
2016-02-23re PR fortran/69456 (Namelist value with trailing sign is ignored without error)Jerry DeLisle2-4/+19
2016-02-17re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle2-1/+9
2016-02-15re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle2-64/+117
2016-02-12re PR fortran/69668 (Error reading namelist opened with DELIM='NONE')Jerry DeLisle2-15/+5
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin2-1/+14
2016-01-15execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -...Jakub Jelinek2-2/+7
2016-01-04Update copyright years.Jakub Jelinek678-1080/+1089
2015-12-29re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle2-21/+6
2015-12-15PR libfortran/pr68867Jerry DeLisle2-0/+13
2015-12-05re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava2-2/+8
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus3-3/+57
2015-11-23re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)Jerry DeLisle2-0/+18
2015-11-22write_float.def (output_float): Move block determining room for leading zero ...Jerry DeLisle2-10/+15
2015-09-12re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert4-4/+20
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist4-17/+53
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist5-16/+11
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist7-56/+113
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert5-0/+85
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert6-64/+56
2015-08-29re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle2-6/+22
2015-08-29acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert5-515/+14
2015-08-29* io/unix.c (min): Remove unused macro.Francois-Xavier Coudert2-11/+4
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert2-0/+9
2015-08-28[Patch] Add to the libgfortran/newlib bodge to "detect" ftruncate support in ...James Greenhalgh3-2/+18
2015-08-26re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert10-9/+179
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert4-252/+74
2015-08-25unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert2-4/+9
2015-08-25* libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert2-3/+4
2015-08-24re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert2-31/+10
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert13-498/+137