summaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2015-04-22libstdc++, libgfortran gthr workaround for muslktkachov3-2/+7
2015-04-212015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-2/+17
2015-04-212015-04-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-2/+13
2015-04-152015-04-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle4-19/+67
2015-03-282015-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle3-3/+11
2015-03-262015-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-1/+13
2015-03-222015-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-1/+8
2015-03-172015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-5/+15
2015-03-11libgfortran LIBGFOR_MINIMAL enhancements.tschwinge3-5/+64
2015-03-11PR 65200 Handle EPERM in addition to EACCES.jb3-28/+13
2015-03-102015-03-10 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>burnus3-0/+22
2015-02-112015-02-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-2/+9
2015-02-102015-02-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-1/+7
2015-02-072015-02-07 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle6-1/+54
2015-01-24PR libfortran/64770 Segfault when trying to open existing file with status="n...jb2-1/+7
2015-01-232015-01-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-2/+12
2015-01-152015-01-14 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle3-12/+16
2015-01-05 Update copyright years.jakub674-673/+677
2015-01-022015-01-02 Tobias Burnus <burnus@net-b.de>burnus4-774/+801
2014-11-28Add support for a minimal version of libgfortran for accelerator targets.bernds8-408/+690
2014-11-25 * intrinsics/env.c (getenv): Remove unused variable res_len.uros2-1/+4
2014-11-24 * configure.ac: Guard include of <ieeefp.h>.danglin3-0/+17
2014-11-21Always use PIC option with -shared in libtoolhjl2-2/+7
2014-11-16PR 60324 VLA related fixes to random number generator.jb2-26/+28
2014-11-13 * intrinsics/access.c: Include <stdlib.h>.mpolacek9-0/+19
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.jb24-295/+271
2014-11-11toplevel:fxcoudert2-1/+6
2014-11-10PR 47007 and 61847 Locale failures in libgfortran.jb8-18/+188
2014-10-20PR 63589 Fix splitting of PATH in find_addr2line.jb5-19/+51
2014-10-09 * f95-lang.c (gfc_init_builtin_functions): Add more floating-pointfxcoudert3-321/+8
2014-10-052014-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-0/+8
2014-09-30Fix typo in ChangeLogjb1-1/+1
2014-09-30Fix -Wmaybe-uninitialized warnings.jb16-0/+67
2014-09-30Add -Werror=implicit-function-declaration to AM_CFLAGS.jb5-11/+50
2014-09-252014-09-25 Tobias Burnus <burnus@net-b.de>burnus3-8/+21
2014-09-17Fix indentationjb1-1/+1
2014-09-17PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d...jb2-2/+8
2014-09-16PR libfortran/62768 Handle filenames with embedded null characters.jb7-46/+39
2014-09-09Fix pad status check.jb2-1/+6
2014-08-312014-08-31 Tobias Burnus <burnus@net-b.de>burnus3-7/+177
2014-08-202014-08-20 Steven G. Kargl <kargl@gcc.gnu.org>kargl6-5/+14
2014-08-14gcc/fortran/burnus3-16/+104
2014-08-04 * runtime/memory.c (xmallocarray): Avoid division for the common case.jakub2-1/+7
2014-07-202014-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2-10/+20
2014-07-122014-07-12 Tobias Burnus <burnus@net-b.de>burnus3-0/+108
2014-07-10 * config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode,fxcoudert5-25/+20
2014-07-09 * libgfortran.h (support_fpu_underflow_control,fxcoudert8-27/+259
2014-07-08Use FP_RN etc. unconditionallyro2-42/+6
2014-07-07 * libgfortran.h: Assume __GNUC__.fxcoudert2-6/+4
2014-07-07 * runtime/stop.c: Use C11 _Noreturn.fxcoudert4-23/+26