fpc/rtl/inc
2003-10-17 20:52:12 +00:00
..
graph
aliases.inc
astrings.inc * fixed conversion of fpc_*str_unique to compilerproc 2003-06-17 19:24:08 +00:00
charset.pp
compproc.inc * write helper comproc for variants fixed 2003-10-04 23:40:42 +00:00
dynarr.inc * fixed dynarray copy 2002-11-26 23:02:07 +00:00
dynarrh.inc
dynlibs.pp
except.inc + applied patch for ref. counted exceptions by Johannes Berg 2003-10-06 15:59:20 +00:00
fexpand.inc * '//' behaviour for Amiga corrected 2002-12-07 16:26:39 +00:00
file.inc - avoid warnings (add typecast) 2002-12-07 14:34:30 +00:00
filerec.inc
generic.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genmath.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genset.inc
genstr.inc * generic string routines added 2003-07-07 20:22:05 +00:00
genstrs.inc * generic string routines added 2003-07-07 20:22:05 +00:00
getopts.pp * applied fix from Maxim Artemev (bert_raccoon@freemail.ru) 2002-11-20 14:31:22 +00:00
heap.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaph.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaptrc.pp * when retrieving stackdump check if bp is smaller than the previous 2003-09-11 15:54:27 +00:00
innr.inc * Swap(QWord) constant support 2002-11-18 18:33:51 +00:00
int64.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * Changed m68k to cpum68k, i386 to cpui386 2003-10-17 20:52:12 +00:00
lstrings.pp
makefile.inc
mathh.inc - fpc_int64_to_double removed as not supported by most cpu targets 2003-01-21 19:36:36 +00:00
mouse.inc
mouseh.inc
objects.pp * sparc register typo 2003-09-16 15:57:33 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc + applied patch for ref. counted exceptions by Johannes Berg 2003-10-06 15:59:20 +00:00
readme
real2str.inc * fixed Nan and +Inf string 2003-09-06 17:06:59 +00:00
rtti.inc
sockets.inc * fixed typo 2003-09-15 07:55:29 +00:00
socketsh.inc * CloseSocket added 2003-03-23 17:47:15 +00:00
softfpu.pp * forgot goto on switch in last commit 2002-11-30 23:25:19 +00:00
sstrings.inc * fixed shortstring version of setstring 2003-02-26 20:04:47 +00:00
strings.pp * generic string routines added 2003-07-07 20:22:05 +00:00
stringsi.inc
system.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
systemh.inc * Changed m68k to cpum68k, i386 to cpui386 2003-10-17 20:52:12 +00:00
text.inc * fixed ignorespaces which was broken by the previous commit 2002-11-29 16:26:52 +00:00
textrec.inc
thread.inc
threadh.inc * GetCurrentThreadHandle renamed to GetCurrentThreadId 2003-10-01 21:00:09 +00:00
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc * write helper comproc for variants fixed 2003-10-04 23:40:42 +00:00
varianth.inc * fixed some variant issues 2003-10-08 16:24:47 +00:00
video.inc
videoh.inc
wstrings.inc * fixed conversion of fpc_*str_unique to compilerproc 2003-06-17 19:24:08 +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.