fpc/rtl/inc
2003-03-26 00:17:34 +00:00
..
graph
aliases.inc
astrings.inc * fixed setstring (+- like suggested by Dimitry Sibiryakov) 2003-02-26 19:16:55 +00:00
charset.pp
compproc.inc * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +00:00
dynarr.inc * fixed dynarray copy 2002-11-26 23:02:07 +00:00
dynarrh.inc
dynlibs.pp
except.inc
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 * generic constructor/destructor fixes 2003-03-26 00:17:34 +00:00
genmath.inc * use generic int64 power 2003-01-15 00:45:17 +00:00
genset.inc
getopts.pp * applied fix from Maxim Artemev (bert_raccoon@freemail.ru) 2002-11-20 14:31:22 +00:00
heap.inc * fix setmemorymutexmanager to call mutexdone on the already 2002-11-01 17:38:04 +00:00
heaph.inc
heaptrc.pp * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +00:00
innr.inc * Swap(QWord) constant support 2002-11-18 18:33:51 +00:00
int64.inc
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 - 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 * PString inherited from System 2003-01-05 16:27:05 +00:00
objpas.inc * ClassType changed to class method 2003-03-17 20:55:58 +00:00
objpash.inc * ClassType changed to class method 2003-03-17 20:55:58 +00:00
readme
real2str.inc
rtti.inc
sockets.inc
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
stringsi.inc
system.inc * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +00:00
systemh.inc * changed address parameter/return values to pointer instead 2003-03-17 14:30:11 +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 * the BeginThread() variant that allowed you to specify the stacksize 2002-11-14 12:40:06 +00:00
threadh.inc
threadvr.inc * threadvar.inc -> threadvr.inc 2002-10-31 13:45:21 +00:00
typefile.inc
ucomplex.pp
variant.inc
varianth.inc
video.inc
videoh.inc
wstrings.inc * implemented some more conversions 2002-12-29 16:59:17 +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.