fpc/rtl/inc
2025-01-06 14:10:27 +01:00
..
aliases.inc * move aliases of fpc_copy and fpc_copy_by_move_semantics to aliases and adjust their names to match other aliaes 2024-11-17 14:33:25 +01:00
astrings.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
blockrtl.pp
cgeneric.inc * avoid wrong warning about FillChar not initializing the output parameter in case count <= 0 2024-01-15 21:54:11 +01:00
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp
compproc.inc + add platform independent helper routines for the atomic intrinsics; these only require the implementation of the size specific fpc_atomic_cmp_xhg_* helper, but if only the CPU size specific helper is implemented the others will at least be safe for multi threading inside the same process 2024-12-12 22:05:14 +01:00
ctypes.pp
currh.inc
dos.inc
dosh.inc
dynarr.inc Simplify dynarr.inc. 2024-12-22 21:41:31 +00:00
dynarrh.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
dynlib.inc * Add EnumModules for Delphi compatibility 2024-02-16 11:15:27 +01:00
dynlibh.inc * Add EnumModules for Delphi compatibility 2024-02-16 11:15:27 +01:00
dynlibs.pas
except.inc
excepth.inc
exeinfo.pp
extpas.pp
extres.inc
fexpand.inc
file.inc
filerec.inc
flt_conv.inc
flt_core.inc
flt_pack.inc
fpextres.pp
fpintres.pp
gencurr.inc
generic.inc Shorten generic atomic implementations to offset the LoC cost of the commit before last. 2024-12-19 19:42:25 +00:00
genmath.inc * ensure always an exception is raised in genmath.inc if appropriate 2024-12-05 22:17:18 +01:00
genmathh.inc
genset.inc * fpc_varset_load takes a ptrint for set size 2024-09-23 22:34:23 +02:00
genstr.inc Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +00:00
genstrs.inc Decimate rtl/i386/strings.inc. 2024-08-19 20:34:10 +00:00
getopts.pp * check length of optstring before dereferencing (optstring[1]) it. Fixes #40596 2024-01-17 11:41:16 +01:00
heap.inc Allow MemSize(nil) to match FreeMem(nil). 2024-10-27 21:49:05 +03:00
heaph.inc
heaptrc.pp Allow MemSize(nil) to match FreeMem(nil). 2024-10-27 21:49:05 +03:00
innr.inc
int64.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
intres.inc * set MaxIntResource to 1023 for WebAssembly, because that's where the first 2024-08-11 04:19:36 +03:00
iso7185.pp
isotmp.inc
lineinfo.pp * Do not use namespace prefix for lnfodwarf 2023-11-08 17:08:03 +01:00
llvmintr.inc LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations 2023-12-06 22:57:16 +01:00
lnfodwrf.pp * DWARF line info: only use the cached module if the base address also is the same; this can happen if the initial exception occurred at a random address outside the module, but the next stack address can be found inside the correct module 2024-11-20 22:56:09 +01:00
lstrings.pp
macpas.pp
makefile.inc
Makefile.rtl Fix directories for some source files, based on suggestion by Alfred Glänzer in #40995 2024-11-19 22:12:31 +00:00
mathh.inc * rtl part of #35433 2024-05-01 23:15:12 +02:00
monitor.inc * really all TMonitor shortcuts pass through the results 2024-07-12 19:02:21 +02:00
nothreads.pp * Remove debug statements 2024-06-12 17:45:47 +02:00
objc1.inc Remove the rest of the VER3_0 conditionals. 2024-09-01 17:13:39 +00:00
objc.pp
objcbase.pp
objcnf.inc Remove the rest of the VER3_0 conditionals. 2024-09-01 17:13:39 +00:00
objpas.inc Simplify RTTIRecordOp. 2024-09-22 07:50:51 +00:00
objpash.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
osheap.inc
pagemem.pp
psabieh.inc
psabiehh.inc
readme
resh.inc
rtti.inc Use FillChar in InitializeArray. 2024-11-30 21:45:29 +00:00
rttidecl.inc Use FillChar in InitializeArray. 2024-11-30 21:45:29 +00:00
rttih.inc * Inherit extended RTTI settings from parent object 2024-07-19 16:05:14 +02:00
sfpu128.pp
sfpux80.pp
softfpu.pp
sortbase.pp
sstrings.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc Switch from functions for the Atomic*-family to intrinsics 2024-12-12 22:05:15 +01:00
systemh.inc Use correct defines for ALUSInt, fixes problems encountered in webassembly 2025-01-06 14:10:27 +01:00
text.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
textrec.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
thread.inc rtl: add two defines toallow disabling the verbose error of the stub unicodestringmanager and threadmanager 2024-02-20 03:56:17 +01:00
threadh.inc
threadvr.inc Remove most of the VER3_0 conditionals. 2024-08-25 09:44:11 +00:00
tinyheap.inc
tnyheaph.inc
typefile.inc
typshrd.inc
typshrdh.inc
uachar.pp
ufloat128.pp
ufloatx80.pp
ustringh.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
ustrings.inc Better Utf8ToUnicode. 2024-11-12 20:29:43 +00:00
uuchar.pp
varerror.inc
variant.inc
varianth.inc + tvardata.vuint32, resolvers #40729 2024-04-05 20:29:13 +02:00
wstringh.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00
wstrings.inc Remove conditionals that rely on not defined(FPC_HAS_CPSTRING). 2024-11-04 10:28:33 +00:00

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.