fpc/rtl/inc
peter 72324a4283 * tkclass removed from finalize()
* cleanupinstance now parses the tkclass rtti entry itself and
    calls finalize() for the rtti members
2004-02-26 16:19:01 +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
crth.inc + Moved CRT interface to common include file 2004-02-08 16:22:20 +00:00
dosh.inc * overloaded ExecuteProcess added, EnvStr param changed to longint 2004-02-15 21:34:06 +00:00
dynarr.inc * fixed a:=copy(b) 2003-10-29 21:00:34 +00:00
dynarrh.inc
dynlibs.pp
except.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +00:00
fexpand.inc * '//' behaviour for Amiga corrected 2002-12-07 16:26:39 +00:00
file.inc * do not overwrite Inoutres in blockwrite with 101 2003-11-29 14:07:52 +00:00
filerec.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +00:00
generic.inc + added prefetch(const mem) 2004-02-02 20:39:27 +00:00
genmath.inc * fixed generic system.int(...) 2004-02-04 14:15:57 +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 * several 64 bit issues fixed 2004-02-22 16:48:39 +00:00
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 * Use $ for hex numbers instead of alien 0x 2004-02-06 20:17:12 +00:00
innr.inc + added prefetch(const mem) 2004-02-02 20:39:27 +00:00
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 * Use $ for hex numbers instead of alien 0x 2004-02-06 20:17:12 +00:00
lstrings.pp
makefile.inc
mathh.inc * linking problems fixed 2004-02-08 15:33:50 +00:00
mouse.inc
mouseh.inc
objects.pp * x86_64 added 2004-02-18 21:59:23 +00:00
objpas.inc * tkclass removed from finalize() 2004-02-26 16:19:01 +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 * tkclass removed from finalize() 2004-02-26 16:19:01 +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 * 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 * use strlenint instead of longint 2004-02-18 22:00:59 +00:00
stringsi.inc * use strlenint instead of longint 2004-02-18 22:00:59 +00:00
system.inc * Applied 2004-02-20 11:01:20 +00:00
systemh.inc + x86_64 dependend sysutils part added 2004-02-20 22:15:16 +00:00
text.inc * fixed ignorespaces which was broken by the previous commit 2002-11-29 16:26:52 +00:00
textrec.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +00:00
thread.inc * fixed BeginThread on unix 2004-02-22 23:22:49 +00:00
threadh.inc * fixed BeginThread on unix 2004-02-22 23:22:49 +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.