aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-06-29libgfortran: Switch some more __float128 uses to _Float128Jakub Jelinek1-28/+28
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek1-2/+6
2022-01-12libgfortran: Fix build on non-glibc targetsJakub Jelinek1-1/+3
2022-01-11libgfortran: Avoid using libquadmath APIs on powerpc64le on glibc 2.32+Jakub Jelinek1-0/+6
2022-01-11fortran, libgfortran: Add remaining missing *_r17 symbolsJakub Jelinek1-0/+8
2022-01-11fortran, libgfortran: -mabi=ieeelongdouble I/OJakub Jelinek1-22/+48
2022-01-11libgfortran: Small progress on the library sideJakub Jelinek1-0/+146
2022-01-11Prepare library for REAL(KIND=17).Thomas Koenig1-0/+45
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert1-5/+2
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-0/+15
2021-06-05Fortran: Fix some issues with pointers to character.José Rui Faustino de Sousa1-0/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-26libgfortran: Correct FP feature macro checksMaciej W. Rozycki1-6/+6
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-0/+4
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-0/+1
2019-01-07re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig1-0/+5
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-10-28re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Thomas Koenig1-4/+8
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist1-2/+13
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+5
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-5/+0
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+5
2018-06-01re PR fortran/85816 (nested spread fails with "Integer overflow in xmallocarr...Steven G. Kargl1-5/+0
2018-02-23PR 84519 Handle optional QUIET specifier for STOP and ERROR STOPJanne Blomqvist1-1/+1
2018-02-22Character length cleanup for Coarray Fortran libraryJanne Blomqvist1-1/+1
2018-02-12libgfortran.h (GFC_ARRAY_DESCRIPTOR): Remove dimension of descriptor to use v...Thomas Koenig1-23/+37
2018-01-30re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Thomas Koenig1-13/+0
2018-01-25re PR fortran/37577 ([meta-bug] change internal array descriptor format for b...Paul Thomas1-10/+24
2018-01-07libgfortran.h (GFC_DTYPE_COPY): New macro.Thomas Koenig1-0/+11
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-11-28PR 53796 Improve INQUIRE(RECL=...) handlingJanne Blomqvist1-7/+1
2017-11-22PR 83097 Use __BYTE_ORDER__ predefined macro instead of runtime checkJanne Blomqvist1-5/+1
2017-11-22re PR fortran/36313 ([F03] {MIN,MAX}{LOC,VAL} should accept character arguments)Thomas Koenig1-1/+2
2017-09-10re PR fortran/34640 (ICE when assigning item of a derived-component to a poin...Paul Thomas1-0/+1
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig1-0/+313
2017-05-11Don't assume __secure_getenv is availableJanne Blomqvist1-3/+1
2017-03-15re PR libfortran/79956 (many new -Wmaybe-uninitialized warnings with bootstra...Thomas Koenig1-0/+5
2017-01-13Revert r244448Janne Blomqvist1-1/+1
2017-01-13PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2017-01-03PR 78534 Revert r244011Janne Blomqvist1-1/+1
2017-01-03PR 78534 Change character length from int to size_tJanne Blomqvist1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21libgfortran.h: Include <stdlib.h> header.Francois-Xavier Coudert1-0/+1
2016-12-19Remove unused libgfortran functionsJanne Blomqvist1-3/+0