summaryrefslogtreecommitdiff
path: root/libgfortran/runtime
AgeCommit message (Expand)Author
2025-11-06fortran: [PR121628]Jerry DeLisle
2025-01-16libfortran: fix conversion of UNSIGNED(kind=16) to decimal in output [PR118406]Harald Anlauf
2025-01-02Update copyright years.Jakub Jelinek
2024-12-20Fortran: Fix caf_stop_numeric and reporting exceptions from caf [PR57598]Andre Vehreschild
2024-07-11Fortran: Fix rejecting class arrays of different ranks as storage association...Andre Vehreschild
2024-06-06Clean up after newlib "nvptx: In offloading execution, map '_exit' to 'abort'...Thomas Schwinge
2024-04-12libgfortran: Fix compilation of gf_vsnprintfIan McInerney
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-12-15libgfortran's ISO_Fortran_binding.c: Use GCC11 version for backward-only code...Tobias Burnus
2022-06-28fortran, libgfortran: Avoid using libquadmath for glibc 2.26+Jakub Jelinek
2022-01-17Allow for multiple defaults in endianness and r16 in GFORTRAN_CONVERT_UNIT.Thomas Koenig
2022-01-11Handle R16 conversion for POWER in the environment variables.Thomas Koenig
2022-01-03Update copyright years.Jakub Jelinek
2021-12-31libgfortran: Fix bootstrap on targets without static_assert macro.Iain Sandoe
2021-12-27Fortran: fix use of static_assert() to conform to C11Francois-Xavier Coudert
2021-12-26Fortran: speed up decimal output of integersFrancois-Xavier Coudert
2021-12-25Fortran: simplify library code for integer-to-decimal conversionFrancois-Xavier Coudert
2021-12-18Fortran: Cast arguments of <ctype.h> functions to unsigned charFrançois-Xavier Coudert
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus
2021-09-17Fortran: Use _Float128 rather than __float128 for c_float128 kind.Sandra Loosemore
2021-09-02libgfortran: Further fixes for GFC/CFI descriptor conversions.Sandra Loosemore
2021-07-27Bind(c): Improve error checking in CFI_* functionsSandra Loosemore
2021-07-27Bind(c): Fix bugs in CFI_sectionSandra Loosemore
2021-07-27Bind(C): Correct sizes of some types in CFI_establishSandra Loosemore
2021-07-27Bind(C): Fix type encodings in ISO_Fortran_binding.hSandra Loosemore
2021-07-26PR fortran/93308/93963/94327/94331/97046 problems raised by descriptor handlingTobias Burnus
2021-07-22Bind(c): signed char is not a Fortran character typeSandra Loosemore
2021-07-01Fortran: set version field in CFI_cdesc_t to CFI_VERSIONSandra Loosemore
2021-06-22Fortran: fix sm computation in CFI_allocate [PR93524]Sandra Loosemore
2021-03-03libgfortran: Fix negation for largest integer [PR81986]Tobias Burnus
2021-01-27Fix strides for C descriptors with stride > 2.Harris Snyder
2021-01-15fortran: Fixes a bug in ISO_Fortran_binding.c.Jerry DeLisle
2021-01-04Update copyright years.Jakub Jelinek
2020-11-26libgfortran: Verify the presence of all functions for POSIX 2008 localeMaciej W. Rozycki
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig
2020-01-01Update copyright years.Jakub Jelinek
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus
2019-11-12PR fortran/92470 Fixes for CFI_addressTobias Burnus
2019-11-11PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus
2019-10-19re PR fortran/91926 (assumed rank optional)Paul Thomas
2019-10-08Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge
2019-10-08Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas