fpc/rtl/inc
2005-01-24 21:32:48 +00:00
..
graph
aliases.inc
astrings.inc * replaced CompareChar by CompareByte, saves one redirection 2005-01-09 10:38:59 +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
fexpand.inc
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
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 * fixed overflow when reusing a memory block for fixed size chunks 2004-12-19 13:45:56 +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
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
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
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 * pinteger in non-delphi/objfpc mode is psmallint 2005-01-24 18:03:19 +00:00
text.inc
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
typefile.inc
ucomplex.pp
variant.inc * several variant init./final. stuff fixed 2005-01-15 18:47:26 +00:00
varianth.inc * several variant init./final. stuff fixed 2005-01-15 18:47:26 +00:00
video.inc
videoh.inc
wstrings.inc * widecharray patch from Peter 2005-01-06 13:31:06 +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.