aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-files.adb
Commit message (Collapse)AuthorAgeFilesLines
* update license headersumarcor2021-01-141-11/+9
|
* vhdl: handle CR+LF for readline in grt. Fix #1145Tristan Gingold2020-02-251-8/+27
| | | | | | | 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.
* grt: split grt-errors, disp current process.Tristan Gingold2020-02-101-0/+1
|
* grt: rework error API (WIP).Tristan Gingold2018-09-161-12/+13
|
* Add comment.Tristan Gingold2018-08-151-0/+2
|
* grt-files: improve error messages, check access mode. Fix #634Tristan Gingold2018-08-131-42/+121
|
* Jonsba/master (#100)Jonsba2016-06-281-0/+4
| | | | | | | | | | | | * Add a --unbuffered option for simulation. It disables buffering for stdout, stderr and files opened in write or append mode (TEXTIO). Fixes #87 * Some simplifications made on the previous commit. Documentation added for --unbuffered in Simulation_and_runtime.rst. * Some more simplifications on unbuffered writes support for TEXTIO * Fix a style issue failure reported by Travis-CI
* Handle default parameters for file_open.Tristan Gingold2016-06-021-4/+10
| | | | Display backtrace for error in file_open.
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-10/+8
| | | | | translate: separate info for signals from object. Improve some error messages.
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-7/+5
|
* write: do not implicitely append LF.Tristan Gingold2015-05-301-2/+0
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+452