summaryrefslogtreecommitdiff
path: root/libgfortran
Commit message (Expand)AuthorAgeFilesLines
* Update ChangeLog and version files for releasereleases/gcc-9.3.0Jakub Jelinek2020-03-121-0/+4
* Use au->lock exclusively for locking in async I/O.Thomas König2020-02-223-37/+56
* Bug 93234 - INQUIRE on pre-assigned files of ROUND and SIGN properties failsJerry DeLisle2020-01-212-8/+15
* backport: re PR libfortran/92100 (Formatted stream IO irreproducible read wit...Jerry DeLisle2019-11-262-2/+11
* Fix EOF handling for arrays.Thomas Koenig2019-11-252-15/+59
* PR fortran/92470 Fixes for CFI_addressTobias Burnus2019-11-132-37/+41
* Backport Fortran BIND(C) fixesTobias Burnus2019-11-041-18/+19
* PR fortran/91414 Correctly fill master_state from os_seed.Janne Blomqvist2019-08-131-1/+4
* PR fortran/91414 Improve initialization of PRNGJanne Blomqvist2019-08-132-30/+28
* Update ChangeLog and version files for releasereleases/gcc-9.2.0Jakub Jelinek2019-08-121-0/+4
* backport: re PR libfortran/91030 (Poor performance of I/O -fconvert=big-endian)Thomas Koenig2019-07-234-12/+63
* libfortran/90038 Use posix_spawn, reap dead children when wait=.false.Janne Blomqvist2019-05-206-14/+101
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2019-05-176-2/+936
* re PR fortran/54613 ([F08] Add FINDLOC plus support MAXLOC/MINLOC with KIND=/...Jakub Jelinek2019-05-172-0/+12
* Update ChangeLog and version files for releasereleases/gcc-9.1.0GCC Administrator2019-05-031-0/+4
* Makefile.am (gfor_cdir): Remove $(MULTISUBDIR).Jakub Jelinek2019-05-023-2/+7
* re PR fortran/89843 (CFI_section delivers incorrect result descriptor)Paul Thomas2019-04-142-30/+61
* re PR libfortran/79540 (FAIL: gfortran.dg/fmt_fw_d.f90 -O0 execution test)John David Anglin2019-03-252-2/+9
* re PR libfortran/89593 (warning "passing argument 3 of ‘_gfortran_caf_{get,...Jakub Jelinek2019-03-052-2/+10
* transfer.c (transfer_array_inner): Do not cast charlen to index_type.Uros Bizjak2019-02-262-2/+6
* re PR libfortran/89274 (Inconsistent list directed output of INTEGER(16))Dominique d'Humieres2019-02-252-0/+9
* re PR fortran/89385 (Incorrect members of C descriptor for an allocatable obj...Paul Thomas2019-02-232-6/+21
* * libgfortran/ChangeLog: Better commit message for my last commit.Uros Bizjak2019-01-311-4/+7
* re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2019-01-302-35/+7
* re PR fortran/88678 (Many gfortran.dg/ieee/ieee_X.f90 test cases fail startin...Uros Bizjak2019-01-302-12/+27
* libgfortran: Use proper gthr.h APISebastian Huber2019-01-282-1/+5
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-272-4/+8
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-272-1/+6
* Fix bug number referenced in previous commit.Jerry DeLisle2019-01-261-1/+1
* re PR libfortran/89020 (close(status='DELETE') does not remove file)Jerry DeLisle2019-01-262-2/+15
* GCN libgfortran.Andrew Stubbs2019-01-173-4/+14
* re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2019-01-142-4/+18
* re PR libfortran/88776 (Namelist read from stdin: loss of data)Jerry DeLisle2019-01-122-5/+7
* gfortran.texi: Add description in sections on TS 29113 and further interopera...Paul Thomas2019-01-127-67/+1187
* re PR libfortran/88807 (misleading indentation warnings building libgfortran)Jakub Jelinek2019-01-1229-590/+622
* PR other/16615 [1/5]Sandra Loosemore2019-01-093-9/+16
* re PR fortran/45424 ([F08] Add IS_CONTIGUOUS intrinsic)Thomas Koenig2019-01-076-1/+77
* Make GFORTRAN_9 symbol node depend on GFORTRAN_8.Janne Blomqvist2019-01-072-1/+6
* PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor2019-01-041-1/+1
* Update copyright years.Jakub Jelinek2019-01-01771-3052/+3061
* re PR fortran/82995 (Segmentation fault passing optional argument to intrinsi...Thomas Koenig2018-12-31237-321/+2408
* expr.c (external_spec_function): Add ieee_support_subnormal to list of IEEE i...Steven G. Kargl2018-12-295-2/+30
* re PR fortran/88342 (Possible bug with IEEE_POSITIVE_INF and -ffpe-trap=overf...Steven G. Kargl2018-12-292-1/+123
* re PR libfortran/81984 (NULL string pointer dereferencing forces undefined be...Steven G. Kargl2018-12-282-0/+13
* re PR fortran/69121 (IEEE_SCALB is not generic)Steven G. Kargl2018-12-212-11/+149
* ieee_arithmetic.F90: Re-organize file to eliminate #ifdef ...Steven G. Kargl2018-12-202-152/+77
* re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2018-12-092-12/+19
* Use atomic load/store to access static backtrace state pointerJanne Blomqvist2018-12-022-6/+17
* Initialize backtrace state onceJanne Blomqvist2018-11-302-4/+14
* Make recursion_check work for multiple threadsJanne Blomqvist2018-11-232-7/+45