summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
Commit message (Expand)AuthorAgeFilesLines
* Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa2021-06-051-0/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libgfortran: Correct FP feature macro checksMaciej W. Rozycki2020-11-261-6/+6
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR fortran/68401 Improve allocation error messageJanne Blomqvist2019-08-171-0/+4
* re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig2019-07-211-0/+1
* re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig2019-01-071-0/+5
* PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor2019-01-041-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig2018-10-281-4/+8
* Use vectored writes when reporting errors and warnings.Janne Blomqvist2018-09-211-2/+13
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-211-0/+5
* Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira2018-07-311-5/+0
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-07-251-0/+5
* re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl2018-06-011-5/+0
* PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist2018-02-231-1/+1
* Character length cleanup for Coarray Fortran libraryJanne Blomqvist2018-02-221-1/+1
* libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig2018-02-121-23/+37
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig2018-01-301-13/+0
* re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas2018-01-251-10/+24
* libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig2018-01-071-0/+11
* PR 78534 Change character length from int to size_tJanne Blomqvist2018-01-051-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist2017-11-281-7/+1
* PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist2017-11-221-5/+1
* re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig2017-11-221-1/+2
* re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas2017-09-101-0/+1
* re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2017-06-241-0/+313
* Don't assume __secure_getenv is availableJanne Blomqvist2017-05-111-3/+1
* re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig2017-03-151-0/+5
* Revert r244448Janne Blomqvist2017-01-131-1/+1
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-131-1/+1
* PR 78534 Revert r244011Janne Blomqvist2017-01-031-1/+1
* PR 78534 Change character length from int to size_tJanne Blomqvist2017-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert2016-12-211-0/+1
* Remove unused libgfortran functionsJanne Blomqvist2016-12-191-3/+0
* New I/O specifiers CARRIAGECONTROL, READONLY, SHARE with -fdec.Fritz Reese2016-10-261-0/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* PR 53379 Print backtrace on error termination.Janne Blomqvist2015-09-051-0/+3
* PR 67414 Better diagnostics on backtrace failure, gf_strerror bugfixJanne Blomqvist2015-09-021-1/+4
* libgfortran.h (show_variables): Remove prototype.Francois-Xavier Coudert2015-08-261-3/+0
* * libgfortran.h (check_buffered): Remove unused prototype.Francois-Xavier Coudert2015-08-251-3/+0
* re PR libfortran/54572 (Use libbacktrace library)Francois-Xavier Coudert2015-08-231-8/+3
* re PR libfortran/66650 (libgfortran: warning: left shift of negative value [-...Uros Bizjak2015-07-291-2/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* PR 60324 Unbounded stack allocations in libgfortran.Janne Blomqvist2014-11-131-4/+3
* libgfortran.h (support_fpu_underflow_control, [...]): New prototypes.Francois-Xavier Coudert2014-07-091-0/+9
* * libgfortran.h: Assume __GNUC__.Francois-Xavier Coudert2014-07-071-6/+0
* stop.c: Use C11 _Noreturn.Francois-Xavier Coudert2014-07-071-15/+8