summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-1618-18/+18
* libgfortran's ISO_Fortran_binding.c: Use GCC11 version for backward-only code...Tobias Burnus2022-12-151-129/+22
* fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2022-06-282-4/+4
* Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig2022-01-171-55/+56
* Handle R16 conversion for POWER in the environment variables.Thomas Koenig2022-01-111-1/+48
* Update copyright years.Jakub Jelinek2022-01-0318-18/+18
* libgfortran: Fix bootstrap on targets without static_assert macro.Iain Sandoe2021-12-311-2/+2
* Fortran: fix use of static_assert() to conform to C11Francois-Xavier Coudert2021-12-271-1/+2
* Fortran: speed up decimal output of integersFrancois-Xavier Coudert2021-12-261-5/+60
* Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert2021-12-253-55/+16
* Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert2021-12-181-3/+2
* Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus2021-10-181-0/+4
* Fortran: Use _Float128 rather than __float128 for c_float128 kind.Sandra Loosemore2021-09-171-1/+1
* libgfortran: Further fixes for GFC/CFI descriptor conversions.Sandra Loosemore2021-09-021-25/+97
* Bind(c): Improve error checking in CFI_* functionsSandra Loosemore2021-07-271-116/+168
* Bind(c): Fix bugs in CFI_sectionSandra Loosemore2021-07-271-17/+10
* Bind(C): Correct sizes of some types in CFI_establishSandra Loosemore2021-07-271-9/+10
* Bind(C): Fix type encodings in ISO_Fortran_binding.hSandra Loosemore2021-07-271-1/+1
* PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus2021-07-261-8/+48
* Bind(c): signed char is not a Fortran character typeSandra Loosemore2021-07-221-7/+6
* Fortran: set version field in CFI_cdesc_t to CFI_VERSIONSandra Loosemore2021-07-011-2/+2
* Fortran: fix sm computation in CFI_allocate [PR93524]Sandra Loosemore2021-06-221-4/+1
* libgfortran: Fix negation for largest integer [PR81986]Tobias Burnus2021-03-031-1/+1
* Fix strides for C descriptors with stride > 2.Harris Snyder2021-01-271-1/+6
* fortran: Fixes a bug in ISO_Fortran_binding.c.Jerry DeLisle2021-01-151-2/+1
* Update copyright years.Jakub Jelinek2021-01-0418-18/+18
* libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki2020-11-261-1/+1
* Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig2020-05-231-0/+4
* Update copyright years.Jakub Jelinek2020-01-0118-18/+18
* PR fortran/92470 Fixes for CFI_addressTobias Burnus2019-11-131-7/+1
* PR fortran/92470 Fixes for CFI_addressTobias Burnus2019-11-121-24/+16
* PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa2019-11-111-7/+15
* Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus2019-10-311-18/+19
* re PR fortran/91926 (assumed rank optional)Paul Thomas2019-10-191-2/+1
* Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge2019-10-081-1/+22
* Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge2019-10-081-72/+165
* re PR fortran/91926 (assumed rank optional)Paul Thomas2019-10-051-1/+2
* PR fortran/68401 Improve allocation error messageJanne Blomqvist2019-08-171-1/+45
* re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig2019-07-211-0/+8
* Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist2019-06-141-9/+4
* re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2019-04-141-30/+35
* re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas2019-02-231-5/+6
* gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas2019-01-121-0/+864
* Update copyright years.Jakub Jelinek2019-01-0117-17/+17
* Use atomic load/store to access static backtrace state pointerJanne Blomqvist2018-12-021-6/+11
* Initialize backtrace state onceJanne Blomqvist2018-11-301-4/+8
* Make recursion_check work for multiple threadsJanne Blomqvist2018-11-231-7/+36
* Use vectored writes when reporting errors and warnings.Janne Blomqvist2018-09-214-79/+221
* Fix interleaving of Fortran STOP messagesKwok Cheung Yeung2018-09-121-1/+1
* Fix Fortran STOP.Andrew Stubbs2018-09-121-0/+2