Age | Commit message (Expand) | Author | Files | Lines |
2014-08-14 | gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL. | Tobias Burnus | 3 | -16/+104 |
2014-08-04 | * runtime/memory.c (xmallocarray): Avoid division for the common case. | Jakub Jelinek | 2 | -1/+7 |
2014-07-20 | re PR fortran/61632 (Improve error locus on large format strings) | Jerry DeLisle | 2 | -10/+20 |
2014-07-12 | libgfortran.h (libcaf_atomic_codes): Add. | Tobias Burnus | 3 | -0/+108 |
2014-07-10 | fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such. | Francois-Xavier Coudert | 5 | -25/+20 |
2014-07-09 | libgfortran.h (support_fpu_underflow_control, [...]): New prototypes. | Francois-Xavier Coudert | 8 | -27/+259 |
2014-07-08 | Use FP_RN etc. unconditionally | Rainer Orth | 2 | -42/+6 |
2014-07-07 | * libgfortran.h: Assume __GNUC__. | Francois-Xavier Coudert | 2 | -6/+4 |
2014-07-07 | stop.c: Use C11 _Noreturn. | Francois-Xavier Coudert | 4 | -23/+26 |
2014-07-07 | fpu-387.h, [...]: Use static assertions. | Francois-Xavier Coudert | 5 | -30/+25 |
2014-07-05 | Restore Solaris/SPARC bootstrap | Rainer Orth | 4 | -0/+29 |
2014-07-02 | * config/fpu-sysv.h (void set_fpu): Remove stalled comment. | Uros Bizjak | 1 | -1/+0 |
2014-07-02 | * config/fpu-glibc.h: Fix comment about FE_DENORMAL. | Francois-Xavier Coudert | 2 | -1/+5 |
2014-07-02 | configure.host (ieee_flags): Add -mieee for alpha*. | Uros Bizjak | 4 | -1/+17 |
2014-06-29 | fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32. | Francois-Xavier Coudert | 2 | -2/+6 |
2014-06-29 | re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail) | Jerry DeLisle | 3 | -4/+12 |
2014-06-28 | re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception... | Francois-Xavier Coudert | 17 | -190/+2924 |
2014-06-27 | re PR libfortran/61499 (Internal read of negative integer broken) | Jerry DeLisle | 2 | -29/+25 |
2014-06-25 | resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c... | Tobias Burnus | 2 | -75/+389 |
2014-06-19 | trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing. | Tobias Burnus | 2 | -3/+8 |
2014-06-17 | check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET. | Tobias Burnus | 3 | -14/+274 |
2014-06-17 | Rotate ChangeLog for 2013. | Richard Sandiford | 2 | -400/+405 |
2014-06-17 | Introduce xmallocarray, an overflow checking variant of xmalloc. | Janne Blomqvist | 332 | -1511/+1238 |
2014-06-15 | re PR libfortran/60468 (./fpu-target.h:93:3: error: unknown type name 'choke') | Francois-Xavier Coudert | 3 | -6/+31 |
2014-06-08 | PR 56981 Flush buffer at record boundary if possible. | Janne Blomqvist | 4 | -23/+56 |
2014-05-27 | getcwd.c: Include stdlib.h. | Uros Bizjak | 2 | -2/+7 |
2014-05-26 | Introduce xrealloc, use it. | Janne Blomqvist | 5 | -14/+30 |
2014-05-26 | PR 61310 Rewrite implementation of CTIME and FDATE intrinsics. | Janne Blomqvist | 2 | -28/+54 |
2014-05-26 | [multiple changes] | Jerry DeLisle | 2 | -0/+47 |
2014-05-24 | re PR libfortran/61173 (Erroneous "end of file" with internal read) | Jerry DeLisle | 2 | -7/+17 |
2014-05-23 | configure.ac [...] (HAVE_STRNLEN, [...]): Define. | Hans-Peter Nilsson | 3 | -0/+13 |
2014-05-23 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 2 | -0/+6 |
2014-05-22 | PR 60324 Handle long path names, don't use PATH_MAX. | Janne Blomqvist | 12 | -135/+238 |
2014-05-18 | re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n... | Jerry DeLisle | 3 | -142/+195 |
2014-05-16 | PR 61187 Fix use of uninitialized memory. | Janne Blomqvist | 2 | -2/+18 |
2014-05-12 | Fix stack overflow crash in getcwd intrinsic. | Janne Blomqvist | 2 | -11/+32 |
2014-05-12 | Use -std=gnu11 instead of -std=gnu99 for libgfortran C code. | Janne Blomqvist | 3 | -8/+16 |
2014-05-11 | trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a... | Tobias Burnus | 4 | -3/+10 |
2014-05-08 | check.c (check_co_minmaxsum, [...]): New. | Tobias Burnus | 3 | -0/+59 |
2014-05-07 | re PR libfortran/61049 (NIST test FM906 fails) | Jerry DeLisle | 2 | -14/+8 |
2014-04-30 | gfortran.h (gfc_init_coarray_decl): Remove. | Tobias Burnus | 4 | -31/+80 |
2014-04-26 | re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n... | Jerry DeLisle | 3 | -53/+223 |
2014-04-24 | Fix warning in libgfortran configure script | Kyrylo Tkachov | 3 | -2/+7 |
2014-04-22 | Remove obsolete Solaris 9 support | Rainer Orth | 2 | -46/+5 |
2014-04-12 | re PR fortran/60810 (list directed io from array results in end of file) | Jerry DeLisle | 2 | -3/+6 |
2014-03-21 | re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement) | Jerry DeLisle | 2 | -1/+8 |
2014-03-18 | configure.ac: Check for presence of fcntl. | Ulrich Weigand | 5 | -4/+17 |
2014-03-18 | Fix PR Number in log | Jerry DeLisle | 1 | -1/+1 |
2014-03-18 | re PR libfortran/46800 (Handle CTRL-D correctly with STDIN) | Jerry DeLisle | 2 | -8/+29 |
2014-03-15 | re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w... | Jerry DeLisle | 2 | -5/+19 |