| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Report a warning (or an error if not relaxed) when a non-object name
is used for an array attribute.
Also consider subtype attribute as a type name.
|
| |
|
|
|
|
| |
Use --top-name=hash to get the previous behaviour.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Fix #1144
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
For #1076
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
From donnie-j
|
| |
|
| |
|