aboutsummaryrefslogtreecommitdiff
path: root/libgfortran
AgeCommit message (Expand)AuthorFilesLines
2020-01-02PR 90374 d0.d, e0.d, es0.d, en0.d, g0.d and ew.d edit descriptors.Jerry DeLisle6-97/+142
2020-01-01Update copyright years.Jakub Jelinek776-1226/+1235
2019-12-01re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle2-11/+19
2019-11-28re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle3-7/+19
2019-11-24re PR libfortran/92100 (Formatted stream IO irreproducible read with binary d...Jerry DeLisle2-2/+10
2019-11-24Fix EOF handling for arrays.Thomas Koenig2-15/+58
2019-11-18libgfortran: Regenerate `Makefile.in' for `runstatedir' removalMaciej W. Rozycki2-1/+4
2019-11-13PR fortran/92470 Fixes for CFI_addressTobias Burnus2-7/+7
2019-11-12PR fortran/92470 Fixes for CFI_addressTobias Burnus2-24/+25
2019-11-11PR fortran/92142 - CFI_setpointer corrupts descriptorJosé Rui Faustino de Sousa2-7/+22
2019-11-07re PR libfortran/90374 (Fortran 2018: Support d0.d, e0.d, es0.d, en0.d, g0.d ...Jerry DeLisle6-37/+69
2019-10-31Fortran] PR92284 – gfc_desc_to_cfi_desc fixesTobias Burnus2-20/+25
2019-10-19re PR fortran/91926 (assumed rank optional)Paul Thomas2-2/+7
2019-10-08Extend 'libgfortran/runtime/minimal.c' per r274599 "PR fortran/68401 Improve ...Thomas Schwinge2-1/+25
2019-10-08Revise 'libgfortran/runtime/minimal.c' to better conform to the original sourcesThomas Schwinge2-72/+169
2019-10-05re PR fortran/91926 (assumed rank optional)Paul Thomas2-2/+9
2019-10-02re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle3-3/+12
2019-09-28re PR libfortran/91593 (Implicit enum conversions in libgfortran/io/transfer.c)Jerry DeLisle3-8/+25
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-25/+27
2019-09-05Improve PRNG jumping when using threadsJanne Blomqvist2-27/+32
2019-08-17PR fortran/68401 Improve allocation error messageJanne Blomqvist4-1/+62
2019-08-13PR fortran/91414 Bugfix for previous commitJanne Blomqvist1-1/+4
2019-08-13PR fortran/91414: Improved PRNGJanne Blomqvist2-114/+127
2019-08-07PR 53796 Make inquire(file=, recl=) conform to F2018Janne Blomqvist2-1/+9
2019-07-21re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig4-12/+62
2019-06-25Enable full GFortran library for AMD GCNKwok Cheung Yeung3-4/+8
2019-06-20libfortran/65921: Add forgotten PR number to ChangeLogJanne Blomqvist1-0/+1
2019-06-14Use __builtin_mul_overflow in xmallocarrayJanne Blomqvist2-9/+9
2019-05-22fortran/89100: Default widths with -fdec-format-defaultsJanne Blomqvist6-14/+160
2019-05-19libfortran/90038 Reap dead children when wait=.false.Janne Blomqvist5-3/+49
2019-05-17libfortran/90038: Use posix_spawn instead of forkJanne Blomqvist6-13/+52
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2-0/+898
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek4-2/+38
2019-05-17re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2-0/+12
2019-05-15Allow opening file on multiple unitsJanne Blomqvist2-1/+8
2019-05-02Makefile.am (gfor_cdir): Remove $(MULTISUBDIR).Jakub Jelinek3-2/+7
2019-04-14re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2-30/+61
2019-03-25re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin2-2/+9
2019-03-05re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek2-2/+10
2019-02-26transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak2-2/+6
2019-02-25re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres2-0/+9
2019-02-23re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas2-6/+21
2019-01-31* libgfortran/ChangeLog: Better commit message for my last commit.Uros Bizjak1-4/+7
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2-35/+7
2019-01-30re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2-12/+27
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber2-1/+5
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-4/+8
2019-01-27re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-1/+6
2019-01-26Fix bug number referenced in previous commit.Jerry DeLisle1-1/+1
2019-01-26re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2-2/+15