aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-23re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008 conforming)François-Xavier Coudert2-4/+28
2015-08-10re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)Steven G. Kargl2-0/+7
2015-08-10[multiple changes]Steven G. Kargl3-0/+15
2015-08-09re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...Francois-Xavier Coudert2-0/+11
2015-08-07re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert2-1/+10
2015-08-06* runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert2-2/+6
2015-08-04* config/fpu-387.h: Remove unwanted whitespace.Uros Bizjak1-1/+1
2015-08-04fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak2-18/+26
2015-08-04re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert5-181/+646
2015-07-29re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak2-2/+7
2015-07-14PR 66861 Fix null pointer crash on mingw.Janne Blomqvist2-2/+12
2015-07-06re PR libfortran/40267 (Eventually get rid of libgfortranbegin.a)Francois-Xavier Coudert4-95/+23
2015-04-22libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy3-2/+7
2015-04-21re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle2-2/+17
2015-04-21re PR fortran/56743 (Namelist bug with comment and no blank)Jerry DeLisle2-2/+13
2015-04-15re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle4-19/+67
2015-03-28re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle3-3/+11
2015-03-26re PR fortran/65541 (namelist regression)Jerry DeLisle2-1/+13
2015-03-22re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle2-1/+8
2015-03-17re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle2-5/+15
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge3-5/+64
2015-03-11PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist3-28/+13
2015-03-10trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo3-0/+22
2015-02-11re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2-2/+9
2015-02-10re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2-1/+7
2015-02-07re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle6-1/+54
2015-01-24PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist2-1/+7
2015-01-23re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2-2/+12
2015-01-15re PR fortran/61933 (Inquire on internal units)Jerry DeLisle3-12/+16
2015-01-05Update copyright years.Jakub Jelinek674-673/+677
2015-01-02single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus4-774/+801
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt8-408/+690
2014-11-25env.c (getenv): Remove unused variable res_len.Uros Bizjak2-1/+4