aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2016-07-22libcaf.h: Add parameter stat to caf_get() and caf_send()'s function prototypes.Andre Vehreschild1-0/+10
2016-06-23re PR libfortran/48852 (Invalid spaces in list-directed output of complex con...Jerry DeLisle1-0/+27
2016-05-24re PR libfortran/71123 (Namelist read failure on Windows)Jerry DeLisle1-1/+1
2016-05-24re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle1-1/+5
2016-04-19re PR libfortran/70684 (incorrect reading of values from file on Windows)Jerry DeLisle1-0/+6
2016-03-30[multiple changes]Dominique d'Humieres1-0/+7
2016-03-28STOP managed by external library when coarrays are usedAlessandro Fanfarillo1-0/+6
2016-02-23re PR fortran/69456 (Namelist value with trailing sign is ignored without error)Jerry DeLisle1-0/+9
2016-02-17re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle1-0/+5
2016-02-15re PR libfortran/69651 ([6 Regession] Usage of unitialized pointer io/list_re...Jerry DeLisle1-0/+15
2016-02-12re PR fortran/69668 (Error reading namelist opened with DELIM='NONE')Jerry DeLisle1-0/+5
2016-01-23re PR libfortran/68744 (FAIL: gfortran.dg/backtrace_1.f90 -O0 execution test)John David Anglin1-0/+7
2016-01-15execute_command_line.c (set_cmdstat): Use "%s", msg instead of msg to avoid -...Jakub Jelinek1-0/+5
2016-01-04Update copyright years.Jakub Jelinek1-404/+3
2015-12-29re PR libfortran/68987 (double free or corruption in _gfortran_st_write_done ...Jerry DeLisle1-1/+6
2015-12-15PR libfortran/pr68867Jerry DeLisle1-0/+6
2015-12-05re PR fortran/50201 (gfortran with -static causes seg fault at runtime for wr...Juoko Orava1-0/+6
2015-12-02check.c (gfc_check_event_query): New function.Tobias Burnus1-0/+8
2015-11-23re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)Jerry DeLisle1-0/+7
2015-11-22write_float.def (output_float): Move block determining room for leading zero ...Jerry DeLisle1-0/+5
2015-09-12re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert1-0/+9
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist1-0/+14
2015-09-04libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist1-0/+8
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist1-0/+20
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-0/+8
2015-08-31re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert1-0/+12
2015-08-29re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle1-0/+6
2015-08-29acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert1-0/+9
2015-08-29* io/unix.c (min): Remove unused macro.Francois-Xavier Coudert1-0/+4
2015-08-28re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert1-0/+5
2015-08-28[Patch] Add to the libgfortran/newlib bodge to "detect" ftruncate support in ...James Greenhalgh1-0/+6
2015-08-26re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert1-0/+13
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert1-0/+7
2015-08-25unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert1-0/+5
2015-08-25* libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert1-0/+4
2015-08-24re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert1-0/+6
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert1-0/+26
2015-08-23re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008 conforming)François-Xavier Coudert1-1/+10
2015-08-10re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)Steven G. Kargl1-0/+5
2015-08-10[multiple changes]Steven G. Kargl1-0/+6
2015-08-09re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...Francois-Xavier Coudert1-0/+5
2015-08-07re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert1-0/+5
2015-08-06* runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert1-0/+4
2015-08-04fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak1-0/+5
2015-08-04re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert1-0/+9
2015-07-29re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak1-0/+6
2015-07-14PR 66861 Fix null pointer crash on mingw.Janne Blomqvist1-0/+7
2015-07-06re PR libfortran/40267 (Eventually get rid of libgfortranbegin.a)Francois-Xavier Coudert1-0/+7
2015-04-22libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy1-0/+5
2015-04-21re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle1-0/+6