| Commit message (Expand) | Author | Age | Files | Lines |
* | access.c: Include <stdlib.h>. | Marek Polacek | 2014-11-13 | 9 | -0/+19 |
* | PR 60324 Unbounded stack allocations in libgfortran. | Janne Blomqvist | 2014-11-13 | 24 | -295/+271 |
* | re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14)) | Francois-Xavier Coudert | 2014-11-11 | 2 | -1/+6 |
* | PR 47007 and 61847 Locale failures in libgfortran. | Janne Blomqvist | 2014-11-10 | 8 | -18/+188 |
* | PR 63589 Fix splitting of PATH in find_addr2line. | Janne Blomqvist | 2014-10-20 | 5 | -19/+51 |
* | f95-lang.c (gfc_init_builtin_functions): Add more floating-point built-ins. | Francois-Xavier Coudert | 2014-10-09 | 3 | -321/+8 |
* | re PR libfortran/63460 (Some namelists cannot be read from stdin (unit 5): Fo... | Jerry DeLisle | 2014-10-05 | 2 | -0/+8 |
* | Fix typo in ChangeLog | Janne Blomqvist | 2014-10-01 | 1 | -1/+1 |
* | Fix -Wmaybe-uninitialized warnings. | Janne Blomqvist | 2014-10-01 | 16 | -0/+67 |
* | Add -Werror=implicit-function-declaration to AM_CFLAGS. | Janne Blomqvist | 2014-09-30 | 5 | -11/+50 |
* | check.c (check_co_collective): Renamed from | Tobias Burnus | 2014-09-25 | 3 | -8/+21 |
* | Fix indentation | Janne Blomqvist | 2014-09-18 | 1 | -1/+1 |
* | PR libfortran/62768 Use gfc_unit.filename also when HAVE_TTYNAME{_R} is not d... | Janne Blomqvist | 2014-09-18 | 2 | -2/+8 |
* | PR libfortran/62768 Handle filenames with embedded null characters. | Janne Blomqvist | 2014-09-17 | 7 | -46/+39 |
* | Fix pad status check. | Janne Blomqvist | 2014-09-10 | 2 | -1/+6 |
* | trans-decl.c (gfc_build_builtin_function_decls): Add may_require_tmp dummy ar... | Tobias Burnus | 2014-08-31 | 3 | -7/+177 |
* | re PR libfortran/62188 (Array bounds overrun in bessel_yn_r4/8/16 and other f... | Steven G. Kargl | 2014-08-20 | 6 | -5/+14 |
* | gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL. | Tobias Burnus | 2014-08-14 | 3 | -16/+104 |
* | * runtime/memory.c (xmallocarray): Avoid division for the common case. | Jakub Jelinek | 2014-08-04 | 2 | -1/+7 |
* | re PR fortran/61632 (Improve error locus on large format strings) | Jerry DeLisle | 2014-07-20 | 2 | -10/+20 |
* | libgfortran.h (libcaf_atomic_codes): Add. | Tobias Burnus | 2014-07-12 | 3 | -0/+108 |
* | fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such. | Francois-Xavier Coudert | 2014-07-10 | 5 | -25/+20 |
* | libgfortran.h (support_fpu_underflow_control, [...]): New prototypes. | Francois-Xavier Coudert | 2014-07-09 | 8 | -27/+259 |
* | Use FP_RN etc. unconditionally | Rainer Orth | 2014-07-08 | 2 | -42/+6 |
* | * libgfortran.h: Assume __GNUC__. | Francois-Xavier Coudert | 2014-07-07 | 2 | -6/+4 |
* | stop.c: Use C11 _Noreturn. | Francois-Xavier Coudert | 2014-07-07 | 4 | -23/+26 |
* | fpu-387.h, [...]: Use static assertions. | Francois-Xavier Coudert | 2014-07-07 | 5 | -30/+25 |
* | Restore Solaris/SPARC bootstrap | Rainer Orth | 2014-07-05 | 4 | -0/+29 |
* | * config/fpu-sysv.h (void set_fpu): Remove stalled comment. | Uros Bizjak | 2014-07-02 | 1 | -1/+0 |
* | * config/fpu-glibc.h: Fix comment about FE_DENORMAL. | Francois-Xavier Coudert | 2014-07-02 | 2 | -1/+5 |
* | configure.host (ieee_flags): Add -mieee for alpha*. | Uros Bizjak | 2014-07-02 | 4 | -1/+17 |
* | fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32. | Francois-Xavier Coudert | 2014-06-29 | 2 | -2/+6 |
* | re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail) | Jerry DeLisle | 2014-06-29 | 3 | -4/+12 |
* | re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception... | Francois-Xavier Coudert | 2014-06-28 | 17 | -190/+2924 |
* | re PR libfortran/61499 (Internal read of negative integer broken) | Jerry DeLisle | 2014-06-27 | 2 | -29/+25 |
* | resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c... | Tobias Burnus | 2014-06-25 | 2 | -75/+389 |
* | trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing. | Tobias Burnus | 2014-06-19 | 2 | -3/+8 |
* | check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET. | Tobias Burnus | 2014-06-17 | 3 | -14/+274 |
* | Rotate ChangeLog for 2013. | Richard Sandiford | 2014-06-17 | 2 | -400/+405 |
* | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 2014-06-17 | 332 | -1511/+1238 |
* | re PR libfortran/60468 (./fpu-target.h:93:3: error: unknown type name 'choke') | Francois-Xavier Coudert | 2014-06-15 | 3 | -6/+31 |
* | PR 56981 Flush buffer at record boundary if possible. | Janne Blomqvist | 2014-06-08 | 4 | -23/+56 |
* | getcwd.c: Include stdlib.h. | Uros Bizjak | 2014-05-27 | 2 | -2/+7 |
* | Introduce xrealloc, use it. | Janne Blomqvist | 2014-05-26 | 5 | -14/+30 |
* | PR 61310 Rewrite implementation of CTIME and FDATE intrinsics. | Janne Blomqvist | 2014-05-26 | 2 | -28/+54 |
* | [multiple changes] | Jerry DeLisle | 2014-05-26 | 2 | -0/+47 |
* | re PR libfortran/61173 (Erroneous "end of file" with internal read) | Jerry DeLisle | 2014-05-24 | 2 | -7/+17 |
* | configure.ac [...] (HAVE_STRNLEN, [...]): Define. | Hans-Peter Nilsson | 2014-05-23 | 3 | -0/+13 |
* | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 2014-05-23 | 2 | -0/+6 |
* | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 2014-05-22 | 12 | -135/+238 |