fpc/rtl/inc
2006-10-18 17:26:00 +00:00
..
aliases.inc
astrings.inc * fixed fpc_AnsiStr_Concat_multi + test 2006-10-04 16:44:31 +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 * part of r4826 (forgot to commit) 2006-10-08 10:01:58 +00:00
crt.inc
crth.inc
ctypes.pp * add small delphi compat tweak for h2pas usage. + restored Kylix compat idents. (without, pkgs might break unnecessarily) 2006-09-26 12:24:12 +00:00
dos.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
dosh.inc
dynarr.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
dynarrh.inc
dynlibs.pp
elfres32.inc
except.inc
fexpand.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
file.inc
filerec.inc
generic.inc * string concat changed from function to procedure to 2006-10-02 20:00:06 +00:00
genmath.inc * moved some generic constants out of the {$ifndef FPC_SYSTEM_HAS_TRUNC} 2006-10-16 11:08:47 +00:00
genset.inc * fixed compilation for x86_64 2006-09-17 18:40:20 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc + heap manager: reduce overhead on fixed size chunks from 8 to 4 2006-10-14 15:05:24 +00:00
heaph.inc
heaptrc.pp + added some morphos support to checkpointer 2006-07-08 08:25:19 +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
lstrings.pp
macpas.pp + support for indexing 4-byte sized integers as array[1..4] of char in 2006-10-18 17:26:00 +00:00
makefile.inc
mathh.inc
matrix.pp * cosmetic - trash at the end removed 2006-05-24 22:51:23 +00:00
mmatimp.inc
mouse.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
mouseh.inc
mvecimp.inc
objects.pp fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
objpas.inc Use symbolic const E_NOINTERFACE instead of raw value $80004002 2006-10-15 19:51:40 +00:00
objpash.inc Added EntryOffset field for _IMPLEMENTS 2006-08-06 01:02:32 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
resh.inc
rtti.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
sockets.inc * post 2.0 simplification, win32 now also has fpread/write 2006-10-15 12:29:22 +00:00
socketsh.inc * moves MSG_* constants from socketsh.inc to platform specific unxsockh.inc and fixes them for freebsd/darwin and solaris (linux ones were used before, not right) 2006-09-18 20:56:13 +00:00
sockovl.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
softfpu.pp * made the softfpu unit embedable in the system unit 2006-10-15 21:27:30 +00:00
sstrings.inc
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * more debugging 2006-09-07 20:07:41 +00:00
systemh.inc * Real is now defined in the system unit being an unique type, fixes #7425 2006-09-17 08:58:20 +00:00
text.inc * don't call the system if flush hasn't to flush anything 2006-10-08 14:21:00 +00:00
textrec.inc
thread.inc * adds semaphore support to ThreadManager, removes pipe hack from non linux 2006-10-14 11:39:47 +00:00
threadh.inc * adds semaphore support to ThreadManager, removes pipe hack from non linux 2006-10-14 11:39:47 +00:00
threadvr.inc
typefile.inc * fixed web bug tw4954 (warning when reading from a typed file) 2006-05-29 09:54:42 +00:00
ucomplex.pp * fix to ucomplex.cln from Dimitris Apostolou 2006-07-28 21:06:33 +00:00
varerror.inc
variant.inc * avoid warning when pointer points to size 1 data 2006-10-11 16:40:40 +00:00
varianth.inc * fixed another problem caused by yesterdays real change 2006-09-18 18:21:00 +00:00
video.inc + Correct behaviour when initialization fails. 2006-06-11 09:00:19 +00:00
videoh.inc
wstringh.inc
wstrings.inc * string concat changed from function to procedure to 2006-10-02 20:00:06 +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.