mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-14 21:40:00 +01:00
resulttype and first pass)
* made handling of read(ln)/write(ln) processor independent
* moved processor independent handling for str and reset/rewrite-typed
from firstpass to resulttype pass
* changed names of helpers in text.inc to be generic for use as
compilerprocs + added "iocheck" directive for most of them
* reading of ordinals is done by procedures instead of functions
because otherwise FPC_IOCHECK overwrote the result before it could
be stored elsewhere (range checking still works)
* compilerprocs can now be used in the system unit before they are
implemented
* added note to errore.msg that booleans can't be read using read/readln
|
||
|---|---|---|
| .. | ||
| errord.msg | ||
| errore.msg | ||
| errores.msg | ||
| errorf.msg | ||
| errorn.msg | ||
| errorr.msg | ||
| errorrw.msg | ||