| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 2014-05-26 Tobias Burnus <burnus@net-b.de> | jvdelisle | 2014-05-26 | 2 | -0/+47 |
* | 2014-05-23 Jerry DeLisle <jvdelisle@gcc.gnu> | jvdelisle | 2014-05-24 | 2 | -7/+17 |
* | * configure.ac [with_newlib] (HAVE_STRNLEN, HAVE_STRNDUP): Define. | hp | 2014-05-23 | 3 | -0/+13 |
* | PR 60324 Handle long path names, don't use PATH_MAX. | jb | 2014-05-22 | 2 | -0/+6 |
* | PR 60324 Handle long path names, don't use PATH_MAX. | jb | 2014-05-22 | 12 | -135/+238 |
* | 2014-05-17 Jerry DeLisle <jvdelisle@gcc.gnu> | jvdelisle | 2014-05-18 | 3 | -142/+195 |
* | PR 61187 Fix use of uninitialized memory. | jb | 2014-05-16 | 2 | -2/+18 |
* | Fix stack overflow crash in getcwd intrinsic. | jb | 2014-05-12 | 2 | -11/+32 |
* | Use -std=gnu11 instead of -std=gnu99 for libgfortran C code. | jb | 2014-05-12 | 3 | -8/+16 |
* | 2014-05-11 Tobias Burnus <burnus@net-b.de> | burnus | 2014-05-11 | 4 | -3/+10 |
* | gcc/fortran/ | burnus | 2014-05-08 | 3 | -0/+59 |
* | 2014-05-06 Jerry DeLisle <jvdelisle@gcc.gnu> | jvdelisle | 2014-05-07 | 2 | -14/+8 |