fpc/rtl/inc
2023-08-09 00:33:16 +02:00
..
aliases.inc
astrings.inc
blockrtl.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
cmem.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
compproc.inc
ctypes.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
currh.inc
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlib.inc
dynlibh.inc
dynlibs.pas * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
except.inc
excepth.inc
exeinfo.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
extpas.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
extres.inc
fexpand.inc
file.inc
filerec.inc
flt_conv.inc
flt_core.inc
flt_pack.inc
fpextres.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
fpintres.pp
gencurr.inc
generic.inc
genmath.inc
genmathh.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
heap.inc * Fix issue #40360 2023-07-23 23:32:37 +02:00
heaph.inc
heaptrc.pp
innr.inc
int64.inc
intres.inc
iso7185.pp
isotmp.inc
lineinfo.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
llvmintr.inc
lnfodwrf.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
lstrings.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
macpas.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
makefile.inc * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
Makefile.rtl Add WinApi messages unit rules 2023-08-09 00:33:16 +02:00
mathh.inc
objc1.inc Add FPC_DOTTEDUNITS code 2023-08-02 15:20:27 +02:00
objc.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
objcbase.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
objcnf.inc * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
objpas.inc * Fix compilation for avr-embedded (no unicode strings) 2023-07-24 14:54:30 +02:00
objpash.inc * Unicode resource strings 2023-07-25 16:06:53 +02:00
osheap.inc
pagemem.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
psabieh.inc
psabiehh.inc
readme
resh.inc
rtti.inc
rttidecl.inc
rttih.inc
sfpu128.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
sfpux80.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
softfpu.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
sortbase.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
sstrings.inc
strings.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
stringsi.inc
sysres.inc
system.fpd
system.inc
systemh.inc
text.inc
textrec.inc
thread.inc
threadh.inc
threadvr.inc
tinyheap.inc
tnyheaph.inc
typefile.inc
typshrd.inc
typshrdh.inc
uachar.pp
ufloat128.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
ufloatx80.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
ustringh.inc
ustrings.inc * Zero out stringmanager record 2023-07-24 15:38:09 +02:00
uuchar.pp
varerror.inc
variant.inc
varianth.inc
wstringh.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.
flt_*.inc       Routines to convert floating point numbers to strings and vice versa.
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.