fpc/rtl/inc
Jonas Maebe 456eb6eca0 * improved beforeheapend inheritance (remove flag again when possible,
sometimes resulting in more opportunities for TryConcatFreeRecord)
2004-01-29 22:45:25 +00:00
..
graph
aliases.inc
astrings.inc * 1.0.x fix 2004-01-21 22:14:05 +00:00
cgeneric.inc + cgeneric.inc: implementations of rtl routines based on libc 2004-01-11 11:10:07 +00:00
charset.pp
compproc.inc + integer division-by-zero detection support for ppc 2004-01-01 17:58:16 +00:00
dynarr.inc * fixed a:=copy(b) 2003-10-29 21:00:34 +00:00
dynarrh.inc
dynlibs.pp
except.inc + New runerror 231 (exception stack error) and 232 (nothread support) 2003-11-26 20:12:08 +00:00
fexpand.inc
file.inc * do not overwrite Inoutres in blockwrite with 101 2003-11-29 14:07:52 +00:00
filerec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
generic.inc * fixed a couple of broken generic routines 2004-01-28 17:02:13 +00:00
genmath.inc * fixed small bugs 2004-01-24 18:15:58 +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 * improved beforeheapend inheritance (remove flag again when possible, 2004-01-29 22:45:25 +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
int64.inc + implemented software shl/shr for 64 bit ints 2004-01-23 15:14:04 +00:00
keyboard.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
keybrdh.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
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 * if currency = int64, FPC_CURRENCY_IS_INT64 is defined 2004-01-02 17:19:04 +00:00
mouse.inc
mouseh.inc
objects.pp * fixed PreviousFramePointer() for ppc 2004-01-01 15:30:04 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc * widechars in tvarrec fixed for big endian machines as well 2003-12-06 00:02:34 +00:00
readme
real2str.inc * fixed NaN/Inf detection for single/double 2003-12-29 19:19:21 +00:00
rtti.inc * finalize needs to reset to nil after decr_ref 2004-01-22 22:09:05 +00:00
sockets.inc + Changed mode to output for file sockets 2003-11-23 10:57:15 +00:00
socketsh.inc + Added IPV6 patch from Johannes Berg 2003-11-23 11:00:07 +00:00
softfpu.pp
sstrings.inc
strings.pp * generic string routines added 2003-07-07 20:22:05 +00:00
stringsi.inc + introduced PtrInt and PtrUInt 2003-12-29 19:24:12 +00:00
system.inc * fixed syscall number 2004-01-22 20:12:37 +00:00
systemh.inc * compilation on arm fixed 2004-01-26 11:48:24 +00:00
text.inc
textrec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
thread.inc * fixed compile for unix 2004-01-21 20:11:06 +00:00
threadh.inc + Added overloaded version of SetThreadManager without old parameter 2003-11-29 17:29:32 +00:00
threadvr.inc + New threadmanager implementation 2003-11-26 20:10:59 +00:00
typefile.inc
ucomplex.pp
variant.inc * real functions ifdef'ed depending on the supported types 2003-12-10 01:36:39 +00:00
varianth.inc * fixed type of verror 2003-12-22 23:07:52 +00:00
video.inc
videoh.inc
wstrings.inc * finalize needs to reset to nil after decr_ref 2004-01-22 22:09:05 +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.