aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/std
Commit message (Collapse)AuthorAgeFilesLines
* libraries/textio-body.vhdl: use false/true for boolean write.Tristan Gingold2022-06-281-2/+4
| | | | Fix #2115
* update license headersumarcor2021-01-142-22/+18
|
* vhdl: handle CR+LF for readline in grt. Fix #1145Tristan Gingold2020-02-251-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 Gingold2019-08-061-4/+4
| | | | For #881
* libraries: rename _body files.Tristan Gingold2019-04-242-0/+0
| | | | Fix #699
* vhdl: improve error message for EOF in readline.Tristan Gingold2019-04-061-0/+5
|
* Improve doc, fix English typo.Tristan Gingold2018-09-231-1/+1
|
* textio: use grt.fcvt to write reals.Tristan Gingold2017-04-191-127/+17
|
* textio: use grt.fcvt to read real numbers.Tristan Gingold2017-04-191-78/+55
|
* textio read character: improve code.Tristan Gingold2016-01-061-10/+13
|
* Catch duplicated subprogram body.Tristan Gingold2015-06-022-6/+4
| | | | Fix bug14.
* write: do not implicitely append LF.Tristan Gingold2015-05-301-10/+8
|
* Backport from ghdl 0.32: update libraries and ghdlfilter.Tristan Gingold2014-12-212-18/+18
| | | | From Brian Davis.
* fix VHDL 08 preprocessor block comments in libraries to start in column 1Tristan Gingold2014-12-032-14/+14
|
* Keep names in the tree.Tristan Gingold2014-09-021-1/+1
| | | | This is a large change to improve error locations and allow pretty printing.
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-172-1/+49
| | | | Use Type_Definition in type_declarator.
* vhdl08: add oread, hread.Tristan Gingold2014-07-012-0/+232
|
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-302-0/+93
|
* vhdl 2008: add justify and swrite in textio.Tristan Gingold2014-06-242-32/+151
|
* Fix bug #13574, std.textio.read (string) buggingold2009-06-081-0/+8
|
* bugs fix, 93c improvedgingold2006-06-221-3/+3
|
* ghdl 0.21 is outgingold2005-12-181-0/+2
|
* more optimizations + bug fixesgingold2005-11-221-1/+5
|
* First import from sourcesgingold2005-09-242-0/+1450