fpc/rtl/inc
Jonas Maebe cfeaa8aa65 * some compilation fixes for powerpc after all the internconst and
internproc changes, still crashes with internalerror(88) for ppc1
    on real2str.inc(193,39)
2004-11-20 15:49:21 +00:00
..
graph
aliases.inc * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
astrings.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
cgeneric.inc + cgenmath with libc math functions. Faster than the routines in genmath 2004-10-09 21:00:46 +00:00
cgenmath.inc * some compilation fixes for powerpc after all the internconst and 2004-11-20 15:49:21 +00:00
cgenstr.inc * made strlen wrapper inline 2004-08-24 11:49:56 +00:00
charset.pp
cmem.pp * added $if defined(..) for 2.0. 2004-09-19 19:04:11 +00:00
compproc.inc * use helper call to retrieve address of input/output to reduce 2004-11-09 23:10:22 +00:00
crth.inc
dosh.inc
dynarr.inc * fixed getting pointer to nested dynarray types 2004-11-07 18:31:50 +00:00
dynarrh.inc
dynlibs.pp
except.inc * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
fexpand.inc
file.inc
filerec.inc * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 2004-09-21 23:36:51 +00:00
generic.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
genmath.inc * some compilation fixes for powerpc after all the internconst and 2004-11-20 15:49:21 +00:00
genset.inc * saveregisters calling convention is obsolete 2004-10-24 20:01:41 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc * compiler defined HEAP and HEAPSIZE removed 2004-10-25 15:38:59 +00:00
heaph.inc
heaptrc.pp * fix for non-i386 2004-10-25 17:04:07 +00:00
innr.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
int64.inc * fixed overflow checking for qword 2004-09-26 07:37:49 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * added support for netware nlm (netware and netwlibc) 2004-09-18 11:06:52 +00:00
lstrings.pp
macpas.pp + added assigning op which converts FourCharCode to LongWord 2004-08-19 13:25:56 +00:00
makefile.inc
mathh.inc + Patch from peter to fix pasjpeg compile 2004-11-18 10:03:36 +00:00
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
objpas.inc * fixed dyn. array handling for 32 bit architectures requiering proper alignment 2004-11-03 11:33:50 +00:00
objpash.inc
readme
real2str.inc
rtti.inc * fixed rtti reading of arrays for 64 bit 2004-11-02 15:52:04 +00:00
sockets.inc * disable inline for 1.9.4 2004-11-01 19:39:19 +00:00
socketsh.inc * disable inline for 1.9.4 2004-11-01 19:39:19 +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
stringsi.inc
system.inc * some compilation fixes for powerpc after all the internconst and 2004-11-20 15:49:21 +00:00
systemh.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
text.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22:19:04 +00:00
textrec.inc * SetTextLineEnding implemented, FileRec.Name position alignment for CPU64 2004-09-21 23:36:51 +00:00
thread.inc * added define DISABLE_NO_THREAD_MANAGER to avoid warnings if thread manager is always present 2004-09-19 18:55:30 +00:00
threadh.inc * added define DISABLE_NO_THREAD_MANAGER to avoid warnings if thread manager is always present 2004-09-19 18:55:30 +00:00
threadvr.inc * fixed some x86-64 multithreading stuff 2004-11-01 20:37:49 +00:00
typefile.inc
ucomplex.pp
variant.inc * sparc uses wait4 as well 2004-08-18 21:03:35 +00:00
varianth.inc
video.inc
videoh.inc
wstrings.inc internconst, internproc and some external declarations moved to interface 2004-11-17 22: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.