aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-files_operations.adb
Commit message (Collapse)AuthorAgeFilesLines
* grt-files_operations: use grt.filesTristan Gingold2023-01-271-66/+11
|
* grt-files_operations: allow last line without EOLTristan Gingold2022-12-311-1/+4
|
* grt: simplifies grt-readline, adjust casingTristan Gingold2022-05-151-2/+2
|
* update license headersumarcor2021-01-141-11/+9
|
* synth: also try to open files (during synthesis) relative to current unit.Tristan Gingold2020-04-131-1/+7
| | | | Fix #1190
* vhdl: handle CR+LF for readline in grt. Fix #1145Tristan Gingold2020-02-251-10/+35
| | | | | | | Previously CR+LF was handled in std.textio.readline. But that doesn't work if CR is at position 128 because we would need to read the next character. Now untruncated_text_read handles CR/CR+LF/LF and calls ungetc if needed.
* synth: handle untruncated_text_read.Tristan Gingold2019-11-161-12/+7
|
* grt-files_operations: reduce dependencies.Tristan Gingold2019-11-151-18/+15
|
* synth: add support for file declarations.Tristan Gingold2019-11-131-0/+633