fpc/rtl/inc
2003-09-11 15:54:27 +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 * ifdef'd some helpers 2003-09-02 13:04:08 +00:00
dynarr.inc
dynarrh.inc
dynlibs.pp
except.inc * one VIRTUALPASCAL 2003-09-06 21:56:29 +00:00
fexpand.inc
file.inc
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
heap.inc * check newpos < 0 instead of = -1 2003-05-23 14:53:48 +00:00
heaph.inc
heaptrc.pp * when retrieving stackdump check if bp is smaller than the previous 2003-09-11 15:54:27 +00:00
innr.inc
int64.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * fix ifdef to define elf32 2003-03-25 19:27:45 +00:00
lstrings.pp
makefile.inc
mathh.inc
mouse.inc
mouseh.inc
objects.pp - removed parameter from fpc_iocheck 2003-08-21 22:14:16 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc
readme
real2str.inc * fixed Nan and +Inf string 2003-09-06 17:06:59 +00:00
rtti.inc
sockets.inc
socketsh.inc
softfpu.pp
sstrings.inc
strings.pp * generic string routines added 2003-07-07 20:22:05 +00:00
stringsi.inc
system.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
systemh.inc * fixed qword_to_double conversion on powerpc 2003-09-04 16:07:31 +00:00
text.inc
textrec.inc
thread.inc
threadh.inc * more platform independent thread routines, needs to be implemented for unix 2003-03-27 17:14:27 +00:00
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
varianth.inc
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.