fpc/rtl/inc
2007-01-30 19:53:42 +00:00
..
aliases.inc
astrings.inc + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231) 2007-01-28 10:58:52 +00:00
cgeneric.inc
cgenmath.inc * more "real" fixes 2006-09-17 21:44:20 +00:00
cgenstr.inc
charset.pp
cmem.pp * fixed for win64 2006-09-07 17:34:24 +00:00
compproc.inc * patch from Thorsten Engler submitted in #8235 2007-01-30 19:53:42 +00:00
crt.inc
crth.inc
ctypes.pp * fixed long type and derivates for win64 2006-11-16 20:39:00 +00:00
dos.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
dosh.inc
dynarr.inc + start of embedded rtl 2006-12-17 18:40:36 +00:00
dynarrh.inc
dynlibs.pp
elfres32.inc * Small optimization. 2006-11-10 10:20:38 +00:00
except.inc * Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386. 2006-11-11 13:26:09 +00:00
fexpand.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
file.inc
filerec.inc
generic.inc + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231) 2007-01-28 10:58:52 +00:00
genmath.inc * ensure that qword_to_double is calculated using doubles 2007-01-23 21:06:46 +00:00
genset.inc + support for sets with size 1 and 2 2007-01-24 20:06:56 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc * Dont throw runerrors in default MemoryMutexManager if HAS_MT_MEMORYMANAGER is defined. 2007-01-14 01:14:12 +00:00
heaph.inc
heaptrc.pp * disabled checkpointer for Darwin since it doesn't work 2007-01-19 21:40:58 +00:00
innr.inc + support for bitsizeof() function 2006-09-09 18:57:49 +00:00
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp Fixed lineinfo compilation with -gl 2006-12-26 19:27:45 +00:00
lnfodwrf.pp * DWARF debug lineinfo reader 2006-12-17 23:11:25 +00:00
lstrings.pp
macpas.pp * fixed little endian typo 2006-11-01 17:07:45 +00:00
makefile.inc
mathh.inc * correct masking of exceptions in genmath code 2007-01-14 10:44:10 +00:00
matrix.pp
mmatimp.inc * Tidy indentation 2006-10-18 19:44:24 +00:00
mouse.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
mouseh.inc
mvecimp.inc
objects.pp * force stackframes for foreach,firstthat,lastthat 2006-10-18 20:31:25 +00:00
objpas.inc * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 2007-01-26 20:58:46 +00:00
objpash.inc * fixed bug related to IMPLEMENTS keyword. The interface type was stored inside the interface defintion what was wrong! now it's set per TImplementedInterface$ 2007-01-26 20:58:46 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL. 2006-11-21 21:24:01 +00:00
resh.inc
rtti.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
sockets.inc * Remove reming usage of errno. 2007-01-14 21:50:24 +00:00
socketsh.inc + Restore and fix text/file socket functionality. 2007-01-14 18:50:19 +00:00
sockovl.inc + Restore and fix text/file socket functionality. 2007-01-14 18:50:19 +00:00
softfpu.pp * fixed softfloat trunc 2007-01-28 09:52:20 +00:00
sstrings.inc * fixed val_sint(x,longint) for negative hex/bin values on 64 bit 2007-01-26 18:43:50 +00:00
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * Also add symteminline condition. 2006-12-23 15:48:28 +00:00
systemh.inc * don't include compiler proc. in the docs 2007-01-01 22:55:40 +00:00
text.inc * Replaced lot of duplicate code in fpc_Read_xxx procedures by call to internal CheckRead function. 2007-01-11 01:25:14 +00:00
textrec.inc
thread.inc * cleanup of rtlevents, remove startwait due to persistance guarantee 2007-01-08 19:11:07 +00:00
threadh.inc * cleanup of rtlevents, remove startwait due to persistance guarantee 2007-01-08 19:11:07 +00:00
threadvr.inc
typefile.inc
ucomplex.pp * improved complex / operator by Dimitrios Apostolou 2006-11-07 21:09:57 +00:00
varerror.inc
variant.inc * patch from Thorsten Engler submitted in #8235 2007-01-30 19:53:42 +00:00
varianth.inc * better hint about abstract methods (fixes 5098) 2007-01-03 19:14:31 +00:00
video.inc
videoh.inc
wstringh.inc
wstrings.inc + Patch by Thorsten Engler to optimize string comparisons for = and <> cases. (Mantis #8231) 2007-01-28 10:58:52 +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.
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.