fpc/rtl/inc
florian b8b3a5b523 * cosmetics
git-svn-id: branches/debug_eh@41565 -
2019-03-02 23:04:23 +00:00
..
aliases.inc
astrings.inc
blockrtl.pp
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp
compproc.inc - removed FPC 2.6.x bootstrapping code 2018-11-29 21:31:05 +00:00
ctypes.pp
currh.inc
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlib.inc
dynlibh.inc
dynlibs.pas
except.inc - removed FPC 2.6.x bootstrapping code 2018-11-29 21:31:05 +00:00
excepth.inc * renamed FPC_USE_PSEABIEH to FPC_USE_PSABIEH 2018-11-29 21:30:42 +00:00
exeinfo.pp aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the MorphOS versionexeinfo.pp 2019-01-28 04:16:44 +00:00
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 * properly calcualte aligncount as proposed by Jeppe, should resolve #33323 2018-12-02 14:49:24 +00:00
genmath.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp * Fix bug ID #19842 using patch from Bart Broersma 2019-01-19 16:35:30 +00:00
heap.inc
heaph.inc
heaptrc.pp heaptrc: empty the array for the call trace, otherwise the trace dump code will just dump the rest of the array as well, on systems where the heap is not initialized to zero, or if the memory area has been re-used 2019-01-13 16:23:18 +00:00
innr.inc * synchronised with trunk till r40466 2018-12-04 19:54:31 +00:00
int64.inc
intres.inc
iso7185.pp + seek for typefiles in iso mode, resolves #34848 2019-01-12 23:29:20 +00:00
isotmp.inc
lineinfo.pp
llvmintr.inc * synchronised with trunk till r40605 2018-12-21 20:58:16 +00:00
lnfodwrf.pp
lstrings.pp
macpas.pp
makefile.inc
mathh.inc
objc1.inc
objc.pp * explicitly link libobjc to prevent the symbol __objc_empty_cache from 2019-02-06 19:48:47 +00:00
objcbase.pp
objcnf.inc
objpas.inc
objpash.inc * adapt FPC_Unwind_Exception for native eh_frame support 2019-02-11 20:30:21 +00:00
pagemem.pp
psabieh.inc * cosmetics 2019-03-02 23:04:23 +00:00
psabiehh.inc * get rid of fpc_Resume 2019-02-25 21:43:56 +00:00
readme
real2str.inc
resh.inc
rtti.inc
rttidecl.inc
rttih.inc
sfpu128.pp
sfpux80.pp
softfpu.pp
sortbase.pp * some formatting changes to avoid very large lines in the source code 2019-02-06 18:26:05 +00:00
sstrings.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd * synchronised with trunk till r40942 2019-01-20 17:37:07 +00:00
system.inc Add FPC_SYSTEM_EXIT_NO_RETURN macro for embedded target 2019-01-07 21:41:18 +00:00
systemh.inc
text.inc * in ISO mode, f^ is undefined after Rewrite 2019-02-24 10:32:59 +00:00
textrec.inc
thread.inc
threadh.inc
threadvr.inc
tinyheap.inc
tnyheaph.inc
typefile.inc
typshrd.inc
typshrdh.inc
ufloat128.pp
ufloatx80.pp
ustringh.inc
ustrings.inc
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.
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.