summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* re PR libfortran/67527 (io.h sanitizer complains on 1 << 31)Francois-Xavier Coudert2015-09-124-4/+20
* PR 53379 Print backtrace on error termination.Janne Blomqvist2015-09-054-17/+53
* libgfortran: Use remove(3) instead of unlink(2) when deleting files.Janne Blomqvist2015-09-045-16/+11
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist2015-09-027-56/+113
* re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert2015-08-315-0/+85
* re PR fortran/47571 (undefined reference to clock_gettime in Linux build of 0...Francois-Xavier Coudert2015-08-316-64/+56
* re PR fortran/67367 (Program crashes on READ(IOSTAT=IOS, ...) on directory OP...Jerry DeLisle2015-08-292-6/+22
* acinclude.m4: Remove LIBGFOR_CHECK_ATTRIBUTE_DLLEXPORT.Francois-Xavier Coudert2015-08-295-515/+14
* * io/unix.c (min): Remove unused macro.Francois-Xavier Coudert2015-08-292-11/+4
* re PR fortran/53668 (Cray-pointer diagnostic enhancement)Francois-Xavier Coudert2015-08-282-0/+9
* [Patch] Add to the libgfortran/newlib bodge to "detect" ftruncate support in ...James Greenhalgh2015-08-283-2/+18
* re PR fortran/29600 ([F03] MINLOC and MAXLOC take an optional KIND argument)Francois-Xavier Coudert2015-08-2610-9/+179
* libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2015-08-264-252/+74
* unit.c (get_internal_unit): Make default sign mode unspecified.Francois-Xavier Coudert2015-08-252-4/+9
* * libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert2015-08-252-3/+4
* re PR libfortran/57496 (I/O: WRITE(*,*) HUGE(0._10) gives SIGFPE with -ffpe-t...Francois-Xavier Coudert2015-08-242-31/+10
* re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2015-08-2313-498/+137
* re PR libfortran/62296 (EXECUTE_COMMAND_LINE not F2008 conforming)François-Xavier Coudert2015-08-232-4/+28
* re PR libfortran/67140 (undefined reference to _gfortran_mvbits_i16)Steven G. Kargl2015-08-102-0/+7
* [multiple changes]Steven G. Kargl2015-08-103-0/+15
* re PR libfortran/66936 (io/unix.c gratuitously uses S_IRWXG and S_IRWXO on th...Francois-Xavier Coudert2015-08-092-0/+11
* re PR libfortran/66458 (Loading libgfortran.so changes the FPU exception flags)Francois-Xavier Coudert2015-08-072-1/+10
* * runtime/compile_options.c (set_options): Fix typos.Francois-Xavier Coudert2015-08-062-2/+6
* * config/fpu-387.h: Remove unwanted whitespace.Uros Bizjak2015-08-041-1/+1
* fpu-387.h (get_fpu_trap_exceptions): Add temporary variable to improve genera...Uros Bizjak2015-08-042-18/+26
* re PR fortran/64022 ([F2003][IEEE] ieee_support_flag does not handle kind=10 ...Francois-Xavier Coudert2015-08-045-181/+646
* re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak2015-07-292-2/+7
* PR 66861 Fix null pointer crash on mingw.Janne Blomqvist2015-07-142-2/+12
* re PR libfortran/40267 (Eventually get rid of libgfortranbegin.a)Francois-Xavier Coudert2015-07-064-95/+23
* libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy2015-04-223-2/+7
* re PR libfortran/65234 (Output descriptor (*(1E15.7)) not accepted)Jerry DeLisle2015-04-212-2/+17
* re PR fortran/56743 (Namelist bug with comment and no blank)Jerry DeLisle2015-04-212-2/+13
* re PR fortran/65089 (FAIL: gfortran.dg/io_real_boz(2|_[45]).f90 when tested w...Jerry DeLisle2015-04-154-19/+67
* re PR fortran/65596 (NAMELIST bug with f2003: reads too far)Jerry DeLisle2015-03-283-3/+11
* re PR fortran/65541 (namelist regression)Jerry DeLisle2015-03-262-1/+13
* re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not a...Jerry DeLisle2015-03-222-1/+8
* re PR fortran/64432 (SYSTEM_CLOCK(COUNT_RATE=rate) wrong result for integer(4...Jerry DeLisle2015-03-172-5/+15
* libgfortran LIBGFOR_MINIMAL enhancements.Thomas Schwinge2015-03-113-5/+64
* PR 65200 Handle EPERM in addition to EACCES.Janne Blomqvist2015-03-113-28/+13
* trans.h (caf_sync_memory): New function decl tree.Alessandro Fanfarillo2015-03-103-0/+22
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-112-2/+9
* re PR fortran/57822 (I/O: "(g0)" wrongly prints "E+0000")Jerry DeLisle2015-02-102-1/+7
* re PR fortran/60956 (error reading (and writing) large text files in gfortran)Jerry DeLisle2015-02-076-1/+54
* PR libfortran/64770 Segfault when trying to open existing file with status="n...Janne Blomqvist2015-01-242-1/+7
* re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2015-01-232-2/+12
* re PR fortran/61933 (Inquire on internal units)Jerry DeLisle2015-01-153-12/+16
* Update copyright years.Jakub Jelinek2015-01-05674-673/+677
* single.c (_gfortran_caf_co_reduce): New function.Tobias Burnus2015-01-024-774/+801
* Add support for a minimal version of libgfortran for accelerator targets.Bernd Schmidt2014-11-288-408/+690
* env.c (getenv): Remove unused variable res_len.Uros Bizjak2014-11-252-1/+4