fpc/rtl/inc
2023-07-22 08:26:22 +00:00
..
aliases.inc * patch by Rika: Make more use of fpc_*_array (mainly fpc_addref_array) in rtl/inc/dynarr.inc, resolves #40174 2023-02-28 21:54:05 +01:00
astrings.inc * string -> shortstring, check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
blockrtl.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
cgeneric.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
cgenmath.inc
cgenstr.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
charset.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
cmem.pp Change wrong "$macros off" into "$macro off" 2022-10-22 15:54:49 -05:00
compproc.inc * string -> shortstring 2023-07-14 17:26:11 +02:00
ctypes.pp Fix use of unaligned for big endian code 2022-11-15 21:48:40 +00:00
currh.inc * fixed round(currency) so it takes the rounding mode into account on 2020-12-27 13:19:02 +00:00
dos.inc * string -> shortstring 2023-07-14 17:26:11 +02:00
dosh.inc * string -> shortstring 2023-07-14 17:26:11 +02:00
dynarr.inc * patch by Rika: Remove wrong paranoia (and add correct one (and shorten in general (and fix a bug in))) fpc_dynarray_setlength, resolves #40193 2023-03-12 22:15:55 +01:00
dynarrh.inc * export DynArrayAssign, resolves #39897 2022-10-06 22:56:38 +02:00
dynlib.inc * string -> ansistring 2023-07-14 17:26:11 +02:00
dynlibh.inc * string -> ansistring 2023-07-14 17:26:11 +02:00
dynlibs.pas * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
except.inc * enable the compiler to optimize away parts of System.PushExceptObject, if System.get_frame is not implemented, i.e. returning nil 2020-10-06 19:43:17 +00:00
excepth.inc
exeinfo.pp * Better length check 2023-07-17 10:04:46 +02:00
extpas.pp
extres.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
fexpand.inc * check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
file.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
filerec.inc * fixed padding in the filerec to match textrec even on platforms where 2021-10-13 02:02:50 +03:00
flt_conv.inc
flt_core.inc * string -> shortstring 2023-07-22 08:26:22 +00:00
flt_pack.inc
fpextres.pp
fpintres.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
gencurr.inc * fixed round(currency) so it takes the rounding mode into account on 2020-12-27 13:19:02 +00:00
generic.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
genmath.inc * improved fpc_frac_real 2022-02-18 22:47:55 +01:00
genmathh.inc New: rtl/inc/genmathh.inc source file, to provide a unique position 2020-07-21 14:24:14 +00:00
genset.inc
genstr.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
genstrs.inc * check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
getopts.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
heap.inc
heaph.inc
heaptrc.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
innr.inc
int64.inc
intres.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
iso7185.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
isotmp.inc * Fix typo 2023-07-14 17:26:11 +02:00
lineinfo.pp * Some forgotten string -> shortstring instances 2023-07-14 20:13:43 +02:00
llvmintr.inc llvmdbg: support for generating debug information for local/para varsyms 2022-06-04 22:26:40 +02:00
lnfodwrf.pp * Some forgotten string -> shortstring instances 2023-07-14 20:13:43 +02:00
lstrings.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
macpas.pp * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
makefile.inc
mathh.inc FPU exception mask: generlised system unit interface 2022-10-17 19:43:01 +00:00
objc1.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
objc.pp
objcbase.pp
objcnf.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
objpas.inc * String -> ShortString/RTLString 2023-07-14 17:26:11 +02:00
objpash.inc * String -> ShortString/RTLString 2023-07-14 17:26:11 +02:00
osheap.inc rtl/osheap: fixed a dumb reversed condition in osheap/SysAllocMem() 2021-12-26 15:56:34 +01:00
pagemem.pp
psabieh.inc
psabiehh.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
readme
resh.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
rtti.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
rttidecl.inc rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that 2021-03-23 09:32:49 +00:00
rttih.inc * as 3.2.0 is now the oldest compiler we support we can now use {$push} {$pop} to reset the $minenumsize in the RTTI header 2021-05-27 05:43:01 +00:00
sfpu128.pp
sfpux80.pp
softfpu.pp * the define to check for inclusion in the System unit is FPC_IS_SYSTEM, *not* FPC_IN_SYSTEM 2020-10-25 15:20:39 +00:00
sortbase.pp
sstrings.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
strings.pp * string -> shortstring 2023-07-14 17:26:11 +02:00
stringsi.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
sysres.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
system.fpd * Better signature for Initialize/Finalize dummies 2023-03-19 15:22:54 +01:00
system.inc * check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
systemh.inc * string -> shortstring 2023-07-22 08:26:22 +00:00
text.inc * string -> shortstring 2023-07-22 08:26:22 +00:00
textrec.inc rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that 2021-03-23 09:32:49 +00:00
thread.inc * implement waitformultiple for win32 only. 2023-05-20 14:37:26 +02:00
threadh.inc * implement waitformultiple for win32 only. 2023-05-20 14:37:26 +02:00
threadvr.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
tinyheap.inc * tinyheap: Disable inline when FPC_TINYHEAP_HUGE is defined to prevent code bloat. 2020-08-19 10:48:00 +00:00
tnyheaph.inc
typefile.inc * string -> shortstring, check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
typshrd.inc * fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy 2022-12-30 22:28:49 +01:00
typshrdh.inc * Tpoint.Angle initial version using arctan2 2022-12-30 19:34:03 +01:00
uachar.pp * add uachar loading for unicode rtl 2023-07-22 08:26:22 +00: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 2020-10-25 15:36:31 +00: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 2020-10-25 15:36:31 +00:00
ustringh.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
ustrings.inc * check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02:00
uuchar.pp * Restore char/pchar 2023-07-14 17:26:11 +02:00
varerror.inc
variant.inc * String -> ShortString 2023-07-14 17:26:11 +02:00
varianth.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
wstringh.inc * Char -> AnsiChar 2023-07-14 17:26:10 +02:00
wstrings.inc * check zero length instead of comparing to empty string 2023-07-14 17:26:11 +02: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.