summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* PR libfortran/66458fxcoudert2015-08-072-1/+10
* * runtime/compile_options.c (set_options): Fix typos.fxcoudert2015-08-062-2/+6
* * config/fpu-387.h: Remove unwanted whitespace.uros2015-08-041-1/+1
* * config/fpu-387.h (get_fpu_trap_exceptions): Add temporary variableuros2015-08-042-18/+26
* PR fortran/64022fxcoudert2015-08-045-181/+646
* PR libgfortran/66650uros2015-07-292-2/+7
* PR 66861 Fix null pointer crash on mingw.jb2015-07-142-2/+12
* PR libfortran/40267fxcoudert2015-07-064-95/+23
* libstdc++, libgfortran gthr workaround for muslktkachov2015-04-223-2/+7
* 2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-04-212-2/+17
* 2015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-04-212-2/+13
* 2015-04-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-04-154-19/+67
* 2015-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-03-283-3/+11
* 2015-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-03-262-1/+13
* 2015-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-03-222-1/+8
* 2015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-03-172-5/+15
* libgfortran LIBGFOR_MINIMAL enhancements.tschwinge2015-03-113-5/+64
* PR 65200 Handle EPERM in addition to EACCES.jb2015-03-113-28/+13
* 2015-03-10 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>burnus2015-03-103-0/+22
* 2015-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-02-112-2/+9
* 2015-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-02-102-1/+7
* 2015-02-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-02-076-1/+54
* PR libfortran/64770 Segfault when trying to open existing file with status="n...jb2015-01-242-1/+7
* 2015-01-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-01-232-2/+12
* 2015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2015-01-153-12/+16
* Update copyright years.jakub2015-01-05674-673/+677
* 2015-01-02 Tobias Burnus <burnus@net-b.de>burnus2015-01-024-774/+801
* Add support for a minimal version of libgfortran for accelerator targets.bernds2014-11-288-408/+690
* * intrinsics/env.c (getenv): Remove unused variable res_len.uros2014-11-252-1/+4
* * configure.ac: Guard include of <ieeefp.h>.danglin2014-11-243-0/+17
* Always use PIC option with -shared in libtoolhjl2014-11-212-2/+7
* PR 60324 VLA related fixes to random number generator.jb2014-11-162-26/+28
* * intrinsics/access.c: Include <stdlib.h>.mpolacek2014-11-139-0/+19
* PR 60324 Unbounded stack allocations in libgfortran.jb2014-11-1324-295/+271
* toplevel:fxcoudert2014-11-112-1/+6
* PR 47007 and 61847 Locale failures in libgfortran.jb2014-11-108-18/+188
* PR 63589 Fix splitting of PATH in find_addr2line.jb2014-10-205-19/+51
* * f95-lang.c (gfc_init_builtin_functions): Add more floating-pointfxcoudert2014-10-093-321/+8
* 2014-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-10-052-0/+8
* Fix typo in ChangeLogjb2014-09-301-1/+1
* Fix -Wmaybe-uninitialized warnings.jb2014-09-3016-0/+67
* Add -Werror=implicit-function-declaration to AM_CFLAGS.jb2014-09-305-11/+50
* 2014-09-25 Tobias Burnus <burnus@net-b.de>burnus2014-09-253-8/+21
* Fix indentationjb2014-09-171-1/+1
* PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...jb2014-09-172-2/+8
* PR libfortran/62768 Handle filenames with embedded null characters.jb2014-09-167-46/+39
* Fix pad status check.jb2014-09-092-1/+6
* 2014-08-31 Tobias Burnus <burnus@net-b.de>burnus2014-08-313-7/+177
* 2014-08-20 Steven G. Kargl <kargl@gcc.gnu.org>kargl2014-08-206-5/+14
* gcc/fortran/burnus2014-08-143-16/+104