fpc/rtl/inc
2024-01-19 11:54:54 +01:00
..
aliases.inc
astrings.inc
blockrtl.pp
cgeneric.inc --- Merging r43121 into '.': 2020-12-30 22:57:50 +00:00
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * changes shift parameter of shift helpers into ALUUInt, as there is an "and" used anyways, this does not change semantics but reduces register pressure on 8 bit targets 2021-10-24 12:40:37 +02:00
ctypes.pp
currh.inc
dos.inc
dosh.inc
dynarr.inc Add missing alignment in DynArrayIndex function 2018-08-07 16:34:57 +00:00
dynarrh.inc
dynlib.inc
dynlibh.inc
dynlibs.pas
except.inc
excepth.inc
exeinfo.pp * Darwin support for printing line info for backtraces when using Dwarf, 2021-09-04 15:09:22 +02:00
extpas.pp
extres.inc
fexpand.inc --- Merging r39691 into '.': 2018-12-11 20:17:15 +00:00
file.inc
filerec.inc * made mode field of file recs word sized on 8 and 16 bit systems 2017-11-05 19:30:51 +00:00
flt_conv.inc
flt_core.inc
flt_pack.inc
fpextres.pp
fpintres.pp
gencurr.inc
generic.inc * properly calcualte aligncount as proposed by Jeppe, should resolve #33323 2022-08-18 14:49:04 +00:00
genmath.inc * fix exception generation in ln(...), resolves #38832 2021-08-23 23:57:33 +02:00
genset.inc
genstr.inc
genstrs.inc
getopts.pp # revisions: 45736 2020-10-11 15:33:31 +00:00
heap.inc # revisions: 42774,42796,42797 2019-11-05 15:33:47 +00:00
heaph.inc
heaptrc.pp # revisions: 42774,42796,42797 2019-11-05 15:33:47 +00:00
innr.inc + added an i8086-specific FarAddr() function, similar to Addr(), but always 2017-11-27 16:41:48 +00:00
int64.inc * omit first not, helps the reg. allocator to find a workable colouring, resolves #36611 2021-10-24 12:40:37 +02:00
intres.inc
iso7185.pp # revisions: 47147 2020-12-08 20:42:54 +00:00
isotmp.inc Merged aarch64-android, x86_64-android targets and fixes for the Android target. 2018-12-13 18:08:42 +00:00
lineinfo.pp
llvmintr.inc
lnfodwrf.pp * Darwin support for printing line info for backtraces when using Dwarf, 2021-09-04 15:09:22 +02:00
lstrings.pp
macpas.pp
makefile.inc
mathh.inc * Fix bug ID #32837, correct Mantissa and Fraction in float helpers, patch from Bart Broersma 2018-06-29 20:51:32 +00:00
objc1.inc --- Merging r42483 into '.': 2019-07-23 09:18:13 +00:00
objc.pp --- Merging r41243 into '.': 2019-04-27 19:21:30 +00:00
objcbase.pp --- Merging r42483 into '.': 2019-07-23 09:18:13 +00:00
objcnf.inc --- Merging r42483 into '.': 2019-07-23 09:18:13 +00:00
objpas.inc The Important Ones: 2018-09-26 12:50:46 +00:00
objpash.inc * do not generate references to the variant type, if the variants feature is not available 2017-12-02 17:16:32 +00:00
pagemem.pp
readme
real2str.inc
resh.inc Merged revision(s) 45479, 45489 from trunk: 2020-11-26 20:51:29 +00:00
rtti.inc Merged revision(s) 44256-44257, 44746, 45329 from trunk: 2020-12-13 21:52:13 +00:00
rttidecl.inc The Important Ones: 2018-09-26 12:50:46 +00:00
rttih.inc + add some Delphi-compatible type kind aliases 2017-12-09 16:18:19 +00:00
sfpu128.pp
sfpux80.pp
softfpu.pp --- Merging r47196 into '.': 2020-11-30 17:56:13 +00:00
sstrings.inc
strings.pp * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481) 2018-03-23 22:06:36 +00:00
stringsi.inc
sysres.inc Merged revision(s) 45479, 45489 from trunk: 2020-11-26 20:51:29 +00:00
system.fpd * Merging revisions 40060 from trunk: 2019-07-13 13:12:39 +00:00
system.inc Fixed stack checking for embedded target. Based on work by Christo Crause 2021-10-24 12:40:36 +02:00
systemh.inc --- Merging r43776 into '.': 2020-12-30 23:04:49 +00:00
text.inc --- Merging r46853 into '.': 2020-12-30 14:07:54 +00:00
textrec.inc * made mode field of file recs word sized on 8 and 16 bit systems 2017-11-05 19:30:51 +00:00
thread.inc * fix memory leak in RegisterLazyInitThreadingProc 2023-12-26 23:09:28 +01:00
threadh.inc * lazy thread initialization support 2023-12-13 13:51:16 +01:00
threadvr.inc
tinyheap.inc
tnyheaph.inc
typefile.inc # revisions: 45519,46865,46918 2020-10-11 15:53:29 +00:00
typshrd.inc * fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy 2023-06-19 11:08:50 +02:00
typshrdh.inc * Tpoint.Angle initial version using arctan2 2023-06-18 16:12:27 +02:00
ufloat128.pp * use the sizes of the floatx80 and float128 structs for arrays having their size to avoid problems with padding on different platforms 2022-02-02 17:12:31 +01:00
ufloatx80.pp * use the sizes of the floatx80 and float128 structs for arrays having their size to avoid problems with padding on different platforms 2022-02-02 17:12:31 +01:00
ustringh.inc * implemented stringofchar unicodestring, bug #39483 2022-01-21 18:28:56 +01:00
ustrings.inc * fix for Mantis #38023: the code to convert LF to CRLF when converting to UTF-8 is disabled anyway, so disable unnecessary, duplicate if-branches as well 2024-01-19 11:54:54 +01:00
uuchar.pp
varerror.inc
variant.inc * patch by Sergey Larin to handle Native(U)Int conversions from/to variants, resolves #37339 2021-10-01 17:43:23 +02:00
varianth.inc * patch by Sergey Larin to handle Native(U)Int conversions from/to variants, resolves #37339 2021-10-01 17:43:23 +02:00
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.
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.