aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/runtime/ISO_Fortran_binding.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-15libgfortran's ISO_Fortran_binding.c: Use GCC11 version for backward-only code...Tobias Burnus1-129/+22
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
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-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 Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
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-05re PR fortran/91926 (assumed rank optional)Paul Thomas1-1/+2
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