Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libraries/textio-body.vhdl: use false/true for boolean write. | Tristan Gingold | 2022-06-28 | 1 | -2/+4 |
| | | | | Fix #2115 | ||||
* | vhdl: handle CR+LF for readline in grt. Fix #1145 | Tristan Gingold | 2020-02-25 | 1 | -5/+3 |
| | | | | | | | 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. | ||||
* | vhdl: for time resolution, do not consider unit name from textio body. | Tristan Gingold | 2019-08-06 | 1 | -4/+4 |
| | | | | For #881 | ||||
* | libraries: rename _body files. | Tristan Gingold | 2019-04-24 | 1 | -0/+1558 |
Fix #699 |