| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for a minimal version of libgfortran for accelerator targets. | bernds | 2014-11-28 | 8 | -408/+690 |
* | * intrinsics/env.c (getenv): Remove unused variable res_len. | uros | 2014-11-25 | 2 | -1/+4 |
* | * configure.ac: Guard include of <ieeefp.h>. | danglin | 2014-11-24 | 3 | -0/+17 |
* | Always use PIC option with -shared in libtool | hjl | 2014-11-21 | 2 | -2/+7 |
* | PR 60324 VLA related fixes to random number generator. | jb | 2014-11-16 | 2 | -26/+28 |
* | * intrinsics/access.c: Include <stdlib.h>. | mpolacek | 2014-11-13 | 9 | -0/+19 |
* | PR 60324 Unbounded stack allocations in libgfortran. | jb | 2014-11-13 | 24 | -295/+271 |
* | toplevel: | fxcoudert | 2014-11-11 | 2 | -1/+6 |
* | PR 47007 and 61847 Locale failures in libgfortran. | jb | 2014-11-10 | 8 | -18/+188 |
* | PR 63589 Fix splitting of PATH in find_addr2line. | jb | 2014-10-20 | 5 | -19/+51 |
* | * f95-lang.c (gfc_init_builtin_functions): Add more floating-point | fxcoudert | 2014-10-09 | 3 | -321/+8 |
* | 2014-10-05 Jerry DeLisle <jvdelisle@gcc.gnu.org> | jvdelisle | 2014-10-05 | 2 | -0/+8 |
* | Fix typo in ChangeLog | jb | 2014-09-30 | 1 | -1/+1 |
* | Fix -Wmaybe-uninitialized warnings. | jb | 2014-09-30 | 16 | -0/+67 |
* | Add -Werror=implicit-function-declaration to AM_CFLAGS. | jb | 2014-09-30 | 5 | -11/+50 |
* | 2014-09-25 Tobias Burnus <burnus@net-b.de> | burnus | 2014-09-25 | 3 | -8/+21 |
* | Fix indentation | jb | 2014-09-17 | 1 | -1/+1 |
* | PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d... | jb | 2014-09-17 | 2 | -2/+8 |
* | PR libfortran/62768 Handle filenames with embedded null characters. | jb | 2014-09-16 | 7 | -46/+39 |
* | Fix pad status check. | jb | 2014-09-09 | 2 | -1/+6 |
* | 2014-08-31 Tobias Burnus <burnus@net-b.de> | burnus | 2014-08-31 | 3 | -7/+177 |
* | 2014-08-20 Steven G. Kargl <kargl@gcc.gnu.org> | kargl | 2014-08-20 | 6 | -5/+14 |
* | gcc/fortran/ | burnus | 2014-08-14 | 3 | -16/+104 |
* | * runtime/memory.c (xmallocarray): Avoid division for the common case. | jakub | 2014-08-04 | 2 | -1/+7 |
* | 2014-07-20 Jerry DeLisle <jvdelisle@gcc.gnu.org> | jvdelisle | 2014-07-20 | 2 | -10/+20 |
* | 2014-07-12 Tobias Burnus <burnus@net-b.de> | burnus | 2014-07-12 | 3 | -0/+108 |
* | * config/fpu-*.h (get_fpu_rounding_mode, set_fpu_rounding_mode, | fxcoudert | 2014-07-10 | 5 | -25/+20 |
* | * libgfortran.h (support_fpu_underflow_control, | fxcoudert | 2014-07-09 | 8 | -27/+259 |
* | Use FP_RN etc. unconditionally | ro | 2014-07-08 | 2 | -42/+6 |
* | * libgfortran.h: Assume __GNUC__. | fxcoudert | 2014-07-07 | 2 | -6/+4 |
* | * runtime/stop.c: Use C11 _Noreturn. | fxcoudert | 2014-07-07 | 4 | -23/+26 |
* | * config/fpu-387.h, config/fpu-aix.h, config/fpu-sysv.h, | fxcoudert | 2014-07-07 | 5 | -30/+25 |
* | Restore Solaris/SPARC bootstrap | ro | 2014-07-05 | 4 | -0/+29 |
* | * config/fpu-sysv.h (void set_fpu): Remove stalled comment. | uros | 2014-07-02 | 1 | -1/+0 |
* | * config/fpu-glibc.h: Fix comment about FE_DENORMAL. | fxcoudert | 2014-07-02 | 2 | -1/+5 |
* | libgfortran/ChangeLog: | uros | 2014-07-02 | 4 | -1/+17 |
* | * config/fpu-387.h (my_fenv_t): Amend structure so it also works | fxcoudert | 2014-06-29 | 2 | -2/+6 |
* | 2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org> | jvdelisle | 2014-06-29 | 3 | -4/+12 |
* | PR fortran/29383 | fxcoudert | 2014-06-28 | 17 | -190/+2924 |
* | 2014-06-26 Jerry DeLisle <jvdelisle@gcc.gnu.org> | jvdelisle | 2014-06-27 | 2 | -29/+25 |
* | 2014-06-25 Tobias Burnus <burnus@net-b.de> | burnus | 2014-06-25 | 2 | -75/+389 |
* | gcc/fortran/ | burnus | 2014-06-19 | 2 | -3/+8 |
* | gcc/fortran/ | burnus | 2014-06-17 | 3 | -14/+274 |
* | Rotate ChangeLog for 2013. | jb | 2014-06-17 | 2 | -400/+405 |
* | Introduce xmallocarray, an overflow checking variant of xmalloc. | jb | 2014-06-17 | 332 | -1511/+1238 |
* | PR libfortran/60468 | fxcoudert | 2014-06-15 | 3 | -6/+31 |
* | PR 56981 Flush buffer at record boundary if possible. | jb | 2014-06-08 | 4 | -23/+56 |
* | * intrinsics/getcwd.c: Include stdlib.h. | uros | 2014-05-27 | 2 | -2/+7 |
* | Introduce xrealloc, use it. | jb | 2014-05-26 | 5 | -14/+30 |
* | PR 61310 Rewrite implementation of CTIME and FDATE intrinsics. | jb | 2014-05-26 | 2 | -28/+54 |