summaryrefslogtreecommitdiff
path: root/flang-rt/lib/runtime/namelist.cpp
AgeCommit message (Expand)Author
2025-09-17[flang][runtime] Fix bug with NAMELIST in child input (#159173)Peter Klausler
2025-09-17[flang][runtime] Disable namelist storage sequence input when defined (#158708)Peter Klausler
2025-08-29[flang][runtime][NFC] Clean up Fortran::common::optional<> usage (#155728)Peter Klausler
2025-08-13[flang][runtime] Handle NAN(...) in namelist input (#153101)Peter Klausler
2025-08-05[flang][runtime] Handle empty NAMELIST value list (#151770)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-06-16[flang] Restructure runtime to avoid recursion (relanding) (#143993)Peter Klausler
2025-06-11Revert runtime work queue patch, it breaks some tests that need investigation...Peter Klausler
2025-06-10[flang][runtime] Replace recursion with iterative work queue (#137727)Peter Klausler
2025-02-16[Flang][NFC] Move runtime library files to flang-rt (#110298)Michael Kruse