aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/io/async.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+7
2020-02-18Use au->lock exclusively for locking in async I/O.Thomas König1-14/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-28libgfortran: Use proper gthr.h APISebastian Huber1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+569
2018-07-31Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds.Andre Vieira1-483/+0
2018-07-25re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig1-0/+483