fpc/rtl/inc
2005-02-03 18:40:50 +00:00
..
graph
aliases.inc * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
astrings.inc 1.0.x fixes 2005-01-28 19:50:51 +00:00
cgeneric.inc
cgenmath.inc * fixed remaining compilation problems 2004-11-21 16:14:59 +00:00
cgenstr.inc * fixed remaining compilation problems 2004-11-21 16:14:59 +00:00
charset.pp
cmem.pp * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
compproc.inc + basic rtl support for variant <-> interface implemented 2005-01-07 21:15:46 +00:00
crth.inc
ctypes.pp * initial version 2005-01-10 10:32:50 +00:00
dos.inc * yet another attempt to make Mac OS accept dos.inc without hacks ;-) 2005-01-23 09:50:59 +00:00
dosh.inc * GetMsCount added, platform independent routines moved to single include file 2004-12-05 19:02:57 +00:00
dynarr.inc * fixed copy(dyn. array of ansistring) 2005-01-24 21:32:48 +00:00
dynarrh.inc
dynlibs.pp
except.inc * fix crash with backtrace if invalid frame is passed 2005-01-29 17:01:18 +00:00
fexpand.inc + MacOS support 2004-11-21 14:45:17 +00:00
file.inc
filerec.inc
generic.inc * missing typecast in indexchar0 2004-12-12 12:39:02 +00:00
genmath.inc * fixed power() in genmath.inc (code duplication from math.pp for ** 2004-12-05 16:43:57 +00:00
genset.inc * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
genstr.inc * float routines all use internproc and compilerproc helpers 2004-11-21 15:35:23 +00:00
genstrs.inc * float routines all use internproc and compilerproc helpers 2004-11-21 15:35:23 +00:00
getopts.pp
heap.inc * allow Freemem(nil) 2005-01-30 11:56:29 +00:00
heaph.inc * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
heaptrc.pp * uses _eend instead of _edata in checkpointer, patch by 2005-01-21 15:56:32 +00:00
innr.inc * float routines all use internproc and compilerproc helpers 2004-11-21 15:35:23 +00:00
int64.inc
keyboard.inc
keybrdh.inc + Added windows key definitions (bug 3445) 2004-12-18 19:53:21 +00:00
keyscan.inc
lineinfo.pp
lstrings.pp
macpas.pp
makefile.inc
mathh.inc * patch from peter. 2004-12-02 08:11:22 +00:00
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
objpas.inc * fixed memory release in TInterfacedObject._Release 2004-12-05 21:09:54 +00:00
objpash.inc + tmethod 2005-02-01 19:32:14 +00:00
printer.inc * common implementation of unit printer - fix for bug #3421 2004-12-05 11:21:46 +00:00
printerh.inc * common implementation of unit printer - fix for bug #3421 2004-12-05 11:21:46 +00:00
readme
real2str.inc
rtti.inc * several variant init./final. stuff fixed 2005-01-15 18:47:26 +00:00
sockets.inc * disable inline for 1.9.4 2004-11-01 19:39:19 +00:00
socketsh.inc * cdecl stuff removed. Now works on FreeBSD with and without FPC_USE_LIBC 2004-12-23 18:32:26 +00:00
sockovl.inc
softfpu.pp
sstrings.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
stdsock.inc
strings.pp * float routines all use internproc and compilerproc helpers 2004-11-21 15:35:23 +00:00
stringsi.inc
system.fpd + Added phony documentation declarations 2004-11-22 22:48:10 +00:00
system.inc + GetProcessID added 2004-12-05 14:36:37 +00:00
systemh.inc * improved widestring infrastructure manager 2005-02-01 20:22:49 +00:00
text.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
textrec.inc
thread.inc * applied patch to compile go32v2 from Tomas (tested by John) 2005-01-21 21:43:12 +00:00
threadh.inc * applied patch to compile go32v2 from Tomas (tested by John) 2005-01-21 21:43:12 +00:00
threadvr.inc * fixed some x86-64 multithreading stuff 2004-11-01 20:37:49 +00:00
typefile.inc
ucomplex.pp
variant.inc + interface <-> variant conversion from Danny Milosavljevic 2005-02-01 20:22:24 +00:00
varianth.inc * several variant init./final. stuff fixed 2005-01-15 18:47:26 +00:00
video.inc
videoh.inc
wstringh.inc + infrastructure for WideCompareText implemented 2005-02-03 18:40:50 +00:00
wstrings.inc + infrastructure for WideCompareText implemented 2005-02-03 18:40:50 +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.