summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * runtime/memory.c (xmallocarray): Avoid division for the common case.jakub2014-08-042-1/+7
* 2014-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-07-202-10/+20
* 2014-07-12 Tobias Burnus <burnus@net-b.de>burnus2014-07-123-0/+108
* * config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode,fxcoudert2014-07-105-25/+20
* * libgfortran.h (support_fpu_underflow_control,fxcoudert2014-07-098-27/+259
* Use FP_RN etc. unconditionallyro2014-07-082-42/+6
* * libgfortran.h: Assume __GNUC__.fxcoudert2014-07-072-6/+4
* * runtime/stop.c: Use C11 _Noreturn.fxcoudert2014-07-074-23/+26
* * config/fpu-387.h, config/fpu-aix.h, config/fpu-sysv.h,fxcoudert2014-07-075-30/+25
* Restore Solaris/SPARC bootstrapro2014-07-054-0/+29
* * config/fpu-sysv.h (void set_fpu): Remove stalled comment.uros2014-07-021-1/+0
* * config/fpu-glibc.h: Fix comment about FE_DENORMAL.fxcoudert2014-07-022-1/+5
* libgfortran/ChangeLog:uros2014-07-024-1/+17
* * config/fpu-387.h (my_fenv_t): Amend structure so it also worksfxcoudert2014-06-292-2/+6
* 2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-06-293-4/+12
* PR fortran/29383fxcoudert2014-06-2817-190/+2924
* 2014-06-26 Jerry DeLisle <jvdelisle@gcc.gnu.org>jvdelisle2014-06-272-29/+25
* 2014-06-25 Tobias Burnus <burnus@net-b.de>burnus2014-06-252-75/+389
* gcc/fortran/burnus2014-06-192-3/+8
* gcc/fortran/burnus2014-06-173-14/+274
* Rotate ChangeLog for 2013.jb2014-06-172-400/+405
* Introduce xmallocarray, an overflow checking variant of xmalloc.jb2014-06-17332-1511/+1238
* PR libfortran/60468fxcoudert2014-06-153-6/+31
* PR 56981 Flush buffer at record boundary if possible.jb2014-06-084-23/+56
* * intrinsics/getcwd.c: Include stdlib.h.uros2014-05-272-2/+7
* Introduce xrealloc, use it.jb2014-05-265-14/+30
* PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.jb2014-05-262-28/+54
* 2014-05-26 Tobias Burnus <burnus@net-b.de>jvdelisle2014-05-262-0/+47
* 2014-05-23 Jerry DeLisle <jvdelisle@gcc.gnu>jvdelisle2014-05-242-7/+17
* * configure.ac [with_newlib] (HAVE_STRNLEN, HAVE_STRNDUP): Define.hp2014-05-233-0/+13
* PR 60324 Handle long path names, don't use PATH_MAX.jb2014-05-222-0/+6
* PR 60324 Handle long path names, don't use PATH_MAX.jb2014-05-2212-135/+238