summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor
2019-01-01Update copyright years.Jakub Jelinek
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist
2018-01-03Update copyright years.Jakub Jelinek
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig
2017-01-13Revert r244448Janne Blomqvist
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-03PR 78534 Revert r244011Janne Blomqvist
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert
2016-12-19Remove unused libgfortran functionsJanne Blomqvist
2016-10-26New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese
2016-01-04Update copyright years.Jakub Jelinek
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist
2015-09-02PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist
2015-08-26libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert
2015-08-25* libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert
2015-08-23re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert
2015-07-29re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak
2015-01-05Update copyright years.Jakub Jelinek
2014-11-13PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist
2014-07-09libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert
2014-07-07* libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert
2014-07-07stop.c: Use C11 _Noreturn.Francois-Xavier Coudert
2014-06-28re PR fortran/29383 (Fortran 2003/F95[TR15580:1999]: Floating point exception...Francois-Xavier Coudert
2014-06-17Introduce xmallocarray, an overflow checking variant of xmalloc.Janne Blomqvist
2014-05-26Introduce xrealloc, use it.Janne Blomqvist