summaryrefslogtreecommitdiff
path: root/flang/runtime/environment.cpp
Commit message (Expand)AuthorAgeFilesLines
* [flang] Respect NO_STOP_MESSAGE=1 in runtimePeter Klausler2021-11-121-0/+11
* [flang] runtime: Read environment variables directlyDiana Picus2021-10-281-20/+8
* [flang] Implement GET_ENVIRONMENT_VARIABLE(LENGTH)Diana Picus2021-10-131-0/+24
* [flang] Remove *- C++ -* incantation from runtime .cpp files. NFCDiana Picus2021-09-031-1/+1
* [flang] Implement byte-swapped external unformatted I/O in runtimepeter klausler2020-07-211-0/+32
* [flang] Reformat with latest clang-format and .clang-formatTim Keith2020-03-281-3/+3
* [flang] Progress on Fortran I/O runtimepeter klausler2020-02-131-1/+3
* [flang] Initial buffer framing codepeter klausler2020-02-041-0/+37