fpc/rtl/inc
carl 3525611583 * bugfix of FPC_NEW_CLASS (was not creating correct instance)
+ FPC_HELP_FAIL_CLASS now tested (no longer required)
2002-06-16 08:19:03 +00:00
..
graph * Renamefest 2002-06-01 19:42:02 +00:00
aliases.inc
astrings.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +00:00
charset.pp
compproc.inc * updated compilerprocs 2002-04-25 20:14:56 +00:00
dynarr.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +00:00
dynarrh.inc
dynlibs.pp
except.inc
fexpand.inc * fix for bug #1964 merged 2002-05-14 19:25:24 +00:00
file.inc
filerec.inc
generic.inc * bugfix of FPC_NEW_CLASS (was not creating correct instance) 2002-06-16 08:19:03 +00:00
genmath.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
genrtti.inc * updated compilerprocs 2002-04-25 20:14:56 +00:00
genset.inc
getopts.pp * merged fixes from version 1.0.x branch 2002-03-28 20:54:25 +00:00
heap.inc * fpc_freemem and fpc_getmem compilerproc 2002-04-21 18:56:59 +00:00
heaph.inc * freemem(var) -> freemem(value) 2001-12-03 21:39:19 +00:00
heaptrc.pp * freemem(var) -> freemem(value) 2001-12-03 21:39:19 +00:00
innr.inc
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * more Renamefest 2002-05-31 13:37:24 +00:00
lstrings.pp
makefile.inc * init and final code in genrtti.inc updated 2001-11-17 16:56:08 +00:00
mathh.inc * merged fixes from 1.0.x 2001-12-26 21:03:56 +00:00
mouse.inc
mouseh.inc
objects.pp - remove go32v1 support 2002-03-28 20:46:44 +00:00
objpas.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +00:00
objpash.inc
os_types.pp - remove go32v1 support 2002-03-28 20:46:44 +00:00
readme
real2str.inc
rtti.inc * init and final code in genrtti.inc updated 2001-11-17 16:56:08 +00:00
sockets.inc
socketsh.inc + merged missing sendto/rcvfrom functions 2002-02-04 21:29:34 +00:00
sstrings.inc * lowercase() overloaded 2002-01-24 18:27:06 +00:00
strings.pp - no stack checking possible because used by lineinfo which 2001-11-19 00:31:07 +00:00
stringsi.inc
system.inc * StackError is now a typed constant 2002-04-21 15:51:50 +00:00
systemh.inc * Renamefest supports_double for FreeBSD too 2002-06-02 10:49:30 +00:00
text.inc * fixed writing of empty ansistring with specified width (merged) 2001-11-21 14:51:33 +00:00
textrec.inc
threadh.inc
typefile.inc
ucomplex.pp
variant.inc
varianth.inc * fixed bug in tvariantmanager declaration (string -> ansistring, this 2002-06-12 15:45:42 +00:00
video.inc
videoh.inc
wstrings.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +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.