aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Update copyright years.Jakub Jelinek18-18/+18
2022-12-15libgfortran's ISO_Fortran_binding.c: Use GCC11 version for backward-only code...Tobias Burnus1-129/+22
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek2-4/+4
2022-01-17Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig1-55/+56
2022-01-11Handle R16 conversion for POWER in the environment variables.Thomas Koenig1-1/+48
2022-01-03Update copyright years.Jakub Jelinek18-18/+18
2021-12-31libgfortran: Fix bootstrap on targets without static_assert macro.Iain Sandoe1-2/+2
2021-12-27Fortran: fix use of static_assert() to conform to C11Francois-Xavier Coudert1-1/+2
2021-12-26Fortran: speed up decimal output of integersFrancois-Xavier Coudert1-5/+60
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert3-55/+16
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert1-3/+2
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-0/+4
2021-09-17Fortran: Use _Float128 rather than __float128 for c_float128 kind.Sandra Loosemore1-1/+1
2021-09-02libgfortran: Further fixes for GFC/CFI descriptor conversions.Sandra Loosemore1-25/+97
2021-07-27Bind(c): Improve error checking in CFI_* functionsSandra Loosemore1-116/+168
2021-07-27Bind(c): Fix bugs in CFI_sectionSandra Loosemore1-17/+10
2021-07-27Bind(C): Correct sizes of some types in CFI_establishSandra Loosemore1-9/+10
2021-07-27Bind(C): Fix type encodings in ISO_Fortran_binding.hSandra Loosemore1-1/+1
2021-07-26PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus1-8/+48
2021-07-22Bind(c): signed char is not a Fortran character typeSandra Loosemore1-7/+6
2021-07-01Fortran: set version field in CFI_cdesc_t to CFI_VERSIONSandra Loosemore1-2/+2
2021-06-22Fortran: fix sm computation in CFI_allocate [PR93524]Sandra Loosemore1-4/+1
2021-03-03libgfortran: Fix negation for largest integer [PR81986]Tobias Burnus1-1/+1
2021-01-27Fix strides for C descriptors with stride > 2.Harris Snyder1-1/+6
2021-01-15fortran: Fixes a bug in ISO_Fortran_binding.c.Jerry DeLisle1-2/+1
2021-01-04Update copyright years.Jakub Jelinek18-18/+18
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki1-1/+1
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+4
2020-01-01Update copyright years.Jakub Jelinek18-18/+18
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus1-7/+1
2019-11-12PR fortran/92470 Fixes for CFI_addressTobias Burnus1-24/+16
2019-11-11PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa1-7/+15
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus1-18/+19
2019-10-19re PR fortran/91926 (assumed rank optional)Paul Thomas1-2/+1
2019-10-08Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge1-1/+22
2019-10-08Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge1-72/+165
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas1-1/+2
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist1-1/+45
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig1-0/+8
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist1-9/+4
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas1-30/+35
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas1-5/+6
2019-01-12gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas1-0/+864
2019-01-01Update copyright years.Jakub Jelinek17-17/+17
2018-12-02Use atomic load/store to access static backtrace state pointerJanne Blomqvist1-6/+11
2018-11-30Initialize backtrace state onceJanne Blomqvist1-4/+8
2018-11-23Make recursion_check work for multiple threadsJanne Blomqvist1-7/+36
2018-09-21Use vectored writes when reporting errors and warnings.Janne Blomqvist4-79/+221
2018-09-12Fix interleaving of Fortran STOP messagesKwok Cheung Yeung1-1/+1
2018-09-12Fix Fortran STOP.Andrew Stubbs1-0/+2