summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/io-stmt.cpp
AgeCommit message (Expand)Author
2025-11-07[flang][runtime] Allow some list-directed child output to advance (#166847)Peter Klausler
2025-09-30[flang][runtime] Let more list-directed child input advance (#160590)Peter Klausler
2025-09-23[flang][runtime] Use dumber but faster check for list-directed repeti… (#15...Peter Klausler
2025-09-10[flang][runtime] Preserve some list-directed input state in child (#157571)Peter Klausler
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler
2025-08-18[flang][runtime] Allow child NAMELIST input to advance records (#153963)Peter Klausler
2025-08-18[flang][runtime] Catch bad OPEN specifiers for unformatted files (#153707)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-05[flang][runtime] Fix child input bugs under NAMELIST (#151571)Peter Klausler
2025-07-30[flang] Support fixed-width input field truncation for LOGICAL (#151203)Peter Klausler
2025-07-25[flang][runtime] Refine state associated with child I/O (#150461)Peter Klausler
2025-04-10[flang][runtime] Formatted input optimizations (#134715)Peter Klausler
2025-04-09[flang][runtime] Tweak width-free I/G formatted I&O (#135047)Peter Klausler
2025-03-26[flang][NFC] Restore I/O runtime API header name (#132423)Peter Klausler
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse