summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libgfortran: Switch some more __float128 uses to _Float128Jakub Jelinek2022-06-291-28/+28
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-281-2/+6
* libgfortran: Fix build on non-glibc targetsJakub Jelinek2022-01-121-1/+3
* libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek2022-01-111-0/+6
* fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek2022-01-111-0/+8
* fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek2022-01-111-22/+48
* libgfortran: Small progress on the library sideJakub Jelinek2022-01-111-0/+146
* Prepare library for REAL(KIND=17).Thomas Koenig2022-01-111-0/+45
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert2021-12-251-5/+2
* Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert2021-12-181-0/+15
* 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