diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-02-25 01:58:42 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-02-25 19:19:23 +0100 |
commit | 83449709c345372656d849d893d2d797a83bd683 (patch) | |
tree | 44c12e5beedde39c6aa744a7934e6362710708ee /dist | |
parent | ab2e4632eb987f9173f56bab05adf18308e060fb (diff) | |
download | ghdl-83449709c345372656d849d893d2d797a83bd683.tar.gz ghdl-83449709c345372656d849d893d2d797a83bd683.tar.bz2 ghdl-83449709c345372656d849d893d2d797a83bd683.zip |
vhdl: handle CR+LF for readline in grt. Fix #1145
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.
Diffstat (limited to 'dist')
0 files changed, 0 insertions, 0 deletions