mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 14:47:17 +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
|
||
|---|---|---|
| .. | ||
| graph | ||
| aliases.inc | ||
| astrings.inc | ||
| charset.pp | ||
| compproc.inc | ||
| dynarr.inc | ||
| dynarrh.inc | ||
| dynlibs.pp | ||
| except.inc | ||
| fexpand.inc | ||
| file.inc | ||
| filerec.inc | ||
| generic.inc | ||
| genmath.inc | ||
| genrtti.inc | ||
| genset.inc | ||
| getopts.pp | ||
| heap.inc | ||
| heaph.inc | ||
| heaptrc.pp | ||
| innr.inc | ||
| int64.inc | ||
| keyboard.inc | ||
| keybrdh.inc | ||
| lineinfo.pp | ||
| lstrings.pp | ||
| makefile.inc | ||
| mathh.inc | ||
| mouseh.inc | ||
| objects.pp | ||
| objpas.inc | ||
| objpash.inc | ||
| os_types.pp | ||
| readme | ||
| real2str.inc | ||
| rtti.inc | ||
| sockets.inc | ||
| socketsh.inc | ||
| sstrings.inc | ||
| strings.pp | ||
| stringsi.inc | ||
| system.inc | ||
| systemh.inc | ||
| text.inc | ||
| textrec.inc | ||
| threadh.inc | ||
| typefile.inc | ||
| ucomplex.pp | ||
| variant.inc | ||
| varianth.inc | ||
| video.inc | ||
| videoh.inc | ||
| wstrings.inc | ||
This directory contains only RTL parts independent
of the processor and of the operating system.
The include files contain the following:
astrings.pp AnsiStrings implementation.
except.inc Delphi styled exception support.
file.inc Untyped file support routines.
filerec.inc Untyped file record definition.
heap.inc Runtime heap manager .
heaph.inc Declarations of Heap functions.
innr.inc Internal function delcarations.
int64.inc Support for 64-bit integer arithmetic.
lstrings.pp LongStrings routine implementation.
mathh.inc Declarations of mathematical functions.
real2str.inc Routine to convert floating point numbers to strings.
rtti.inc Delphi like runtime type information
sstrings.inc ShortStrings (TP/BP pascal like strings) implementation.
system.inc OS and Processor independent implementation part of system unit.
systemh.inc Interface part of the system unit.
text.inc Text file support routines.
textrec.inc Definition of Textrec record.
typefile.inc Text file record definition.
generic.inc Processor independant implementation of assembler procs on i386
(to allow easy porting to new processors).
genset.inc Processor independant implementation of set handling
genmath.inc Processor independant implementation of mathematical routines
genrrti.inc Processor independant implementation of runtime type information routines
The unit files are:
ucomplex.pp Complex functions using operator overloading
getopts.pp Pascal implementation of the GNU Getops
objects.pp Turbo Pascal like implementation of objects unit
heaptrc.pp Runtime memory leak tracer and tests for memory integrity.