summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* gfortran.texi (caf_register_t): Add CAF_REGTYPE_CRITICAL.Tobias Burnus2014-08-143-16/+104
* * runtime/memory.c (xmallocarray): Avoid division for the common case.Jakub Jelinek2014-08-042-1/+7
* re PR fortran/61632 (Improve error locus on large format strings)Jerry DeLisle2014-07-202-10/+20
* libgfortran.h (libcaf_atomic_codes): Add.Tobias Burnus2014-07-123-0/+108
* fpu-*.h (get_fpu_rounding_mode, [...]): Clean up, mark unreachable code as such.Francois-Xavier Coudert2014-07-105-25/+20
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-098-27/+259
* Use FP_RN etc. unconditionallyRainer Orth2014-07-082-42/+6
* * libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert2014-07-072-6/+4
* stop.c: Use C11 _Noreturn.Francois-Xavier Coudert2014-07-074-23/+26
* fpu-387.h, [...]: Use static assertions.Francois-Xavier Coudert2014-07-075-30/+25
* Restore Solaris/SPARC bootstrapRainer Orth2014-07-054-0/+29
* * config/fpu-sysv.h (void set_fpu): Remove stalled comment.Uros Bizjak2014-07-021-1/+0
* * config/fpu-glibc.h: Fix comment about FE_DENORMAL.Francois-Xavier Coudert2014-07-022-1/+5
* configure.host (ieee_flags): Add -mieee for alpha*.Uros Bizjak2014-07-024-1/+17
* fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.Francois-Xavier Coudert2014-06-292-2/+6
* re PR libfortran/61640 (KIND=4 Character Array Internal Unit Read Fail)Jerry DeLisle2014-06-293-4/+12
* re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert2014-06-2817-190/+2924
* re PR libfortran/61499 (Internal read of negative integer broken)Jerry DeLisle2014-06-272-29/+25
* resolve.c (resolve_ordinary_assign): Don't invoke caf_send when assigning a c...Tobias Burnus2014-06-252-75/+389
* trans-intrinsic.c (conv_co_minmaxsum): Fix argument passing.Tobias Burnus2014-06-192-3/+8
* check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus2014-06-173-14/+274
* Rotate ChangeLog for 2013.Richard Sandiford2014-06-172-400/+405
* Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist2014-06-17332-1511/+1238
* re PR libfortran/60468 (./fpu-target.h:93:3: error: unknown type name 'choke')Francois-Xavier Coudert2014-06-153-6/+31
* PR 56981 Flush buffer at record boundary if possible.Janne Blomqvist2014-06-084-23/+56
* getcwd.c: Include stdlib.h.Uros Bizjak2014-05-272-2/+7
* Introduce xrealloc, use it.Janne Blomqvist2014-05-265-14/+30
* PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist2014-05-262-28/+54
* [multiple changes]Jerry DeLisle2014-05-262-0/+47
* re PR libfortran/61173 (Erroneous "end of file" with internal read)Jerry DeLisle2014-05-242-7/+17
* configure.ac [...] (HAVE_STRNLEN, [...]): Define.Hans-Peter Nilsson2014-05-233-0/+13
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-232-0/+6
* PR 60324 Handle long path names, don't use PATH_MAX.Janne Blomqvist2014-05-2212-135/+238
* re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2014-05-183-142/+195
* PR 61187 Fix use of uninitialized memory.Janne Blomqvist2014-05-162-2/+18
* Fix stack overflow crash in getcwd intrinsic.Janne Blomqvist2014-05-122-11/+32
* Use -std=gnu11 instead of -std=gnu99 for libgfortran C code.Janne Blomqvist2014-05-123-8/+16
* trans-intrinsic.c (gfc_build_builtin_function_decls): Change type of second a...Tobias Burnus2014-05-114-3/+10
* check.c (check_co_minmaxsum, [...]): New.Tobias Burnus2014-05-083-0/+59
* re PR libfortran/61049 (NIST test FM906 fails)Jerry DeLisle2014-05-072-14/+8
* gfortran.h (gfc_init_coarray_decl): Remove.Tobias Burnus2014-04-304-31/+80
* re PR libfortran/52539 (I/O: Wrong result for UTF-8/UCS-4 list-directed and n...Jerry DeLisle2014-04-263-53/+223
* Fix warning in libgfortran configure scriptKyrylo Tkachov2014-04-243-2/+7
* Remove obsolete Solaris 9 supportRainer Orth2014-04-222-46/+5
* re PR fortran/60810 (list directed io from array results in end of file)Jerry DeLisle2014-04-122-3/+6
* re PR fortran/60148 (strings in NAMELIST do not honor DELIM= in open statement)Jerry DeLisle2014-03-212-1/+8
* configure.ac: Check for presence of fcntl.Ulrich Weigand2014-03-185-4/+17
* Fix PR Number in logJerry DeLisle2014-03-181-1/+1
* re PR libfortran/46800 (Handle CTRL-D correctly with STDIN)Jerry DeLisle2014-03-182-8/+29
* re PR fortran/58324 (Bogus END-of-line error with list-directed I/O of file w...Jerry DeLisle2014-03-152-5/+19