fpc/rtl/inc
peter c3af3cda9b * SYSTEMINLINE define that will add inline directives for small
functions and wrappers. This will be defined automaticly when
    the compiler defines the HASINLINE directive
2002-08-19 19:34:02 +00:00
..
graph merged from FIXES branch: DrawTextBackground support 2002-07-18 07:11:11 +00:00
aliases.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
astrings.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +00:00
charset.pp * a lot of small changes: 2000-10-21 18:20:17 +00:00
compproc.inc * fixed conversion from int64/qword to double errors 2002-07-31 16:58:12 +00:00
dynarr.inc * use saveregisters for incr routines, saves also problems with 2002-04-26 15:19:04 +00:00
dynarrh.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
dynlibs.pp + Implemented loading of dynamical libraries 2000-08-18 19:15:34 +00:00
except.inc + "compproc" helpers 2001-08-01 15:00:09 +00:00
fexpand.inc * fix for bug #1964 merged 2002-05-14 19:25:24 +00:00
file.inc * v10 merges 2001-06-27 21:37:36 +00:00
filerec.inc + removed logs 2000-07-13 11:32:24 +00:00
generic.inc * SYSTEMINLINE define that will add inline directives for small 2002-08-19 19:34:02 +00:00
genmath.inc * made abs a compiler proc if it is generic 2002-07-28 21:39:28 +00:00
genrtti.inc * several fixes to get further with linux/ppc system unit compilation 2002-07-29 21:28:16 +00:00
genset.inc + searchsystype() and searchsystype() functions in symtable 2001-09-04 11:38:54 +00:00
getopts.pp * merged fixes from version 1.0.x branch 2002-03-28 20:54:25 +00:00
heap.inc * heap manager now fragments the heap much less 2002-06-17 08:33:04 +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 + in_typeinfo_x added 2000-07-19 20:03:19 +00:00
int64.inc * sLineBreak changed to normal constant like Kylix 2002-07-01 16:29:05 +00:00
keyboard.inc * pollkey fixes (merged) 2001-10-12 16:03:15 +00:00
keybrdh.inc * SetKeyBoardDriver now returns true if driver set - merged 2001-10-03 20:08:36 +00:00
keyscan.inc + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp * more Renamefest 2002-05-31 13:37:24 +00:00
lstrings.pp + removed logs 2000-07-13 11:32:24 +00:00
makefile.inc * init and final code in genrtti.inc updated 2001-11-17 16:56:08 +00:00
mathh.inc * interface of system unit for Linux/PowerPC compiles 2002-07-26 22:46:06 +00:00
mouse.inc * merged fixes 2001-09-30 21:08:58 +00:00
mouseh.inc + Merged driver support for mouse from fixbranch 2001-09-22 00:01:42 +00:00
objects.pp - remove go32v1 support 2002-03-28 20:46:44 +00:00
objpas.inc * interface helpers for 1.1 compilers without interface support fixed 2002-07-30 17:29:19 +00:00
objpash.inc * fixed and added a lot of stuff to get the Jedi DX( headers 2001-08-19 21:02:01 +00:00
os_types.pp - remove go32v1 support 2002-03-28 20:46:44 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * m68k updates merged 2001-07-29 13:49:15 +00:00
rtti.inc * init and final code in genrtti.inc updated 2001-11-17 16:56:08 +00:00
sockets.inc + removed logs 2000-07-13 11:32:24 +00:00
socketsh.inc + merged missing sendto/rcvfrom functions 2002-02-04 21:29:34 +00:00
sstrings.inc + Added support for octal strings (using &) 2002-08-06 20:53:38 +00:00
strings.pp - no stack checking possible because used by lineinfo which 2001-11-19 00:31:07 +00:00
stringsi.inc + removed logs 2000-07-13 11:32:24 +00:00
system.inc * SYSTEMINLINE define that will add inline directives for small 2002-08-19 19:34:02 +00:00
systemh.inc * SYSTEMINLINE define that will add inline directives for small 2002-08-19 19:34:02 +00:00
text.inc * sLineBreak changed to normal constant like Kylix 2002-07-01 16:29:05 +00:00
textrec.inc + removed logs 2000-07-13 11:32:24 +00:00
threadh.inc * several fixes for linux/powerpc 2002-07-28 20:43:47 +00:00
typefile.inc * changed buf parameter of fpc_type_write from var to const 2001-08-06 14:13:55 +00:00
ucomplex.pp + removed logs 2000-07-13 11:32:24 +00:00
variant.inc + First working variant support 2001-11-14 23:00:16 +00:00
varianth.inc * fixed bug in tvariantmanager declaration (string -> ansistring, this 2002-06-12 15:45:42 +00:00
video.inc * pollkey fixes (merged) 2001-10-12 16:03:15 +00:00
videoh.inc + Removed defaultmode field from driver 2001-10-13 12:59:46 +00:00
wstrings.inc * several fixes to get further with linux/ppc system unit compilation 2002-07-29 21:28:16 +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.