fpc/rtl/inc
Jonas Maebe f4ea862438 * part of r4826 (forgot to commit)
git-svn-id: trunk@4827 -
2006-10-08 10:01:58 +00:00
..
aliases.inc
astrings.inc * fixed fpc_AnsiStr_Concat_multi + test 2006-10-04 16:44:31 +00:00
cgeneric.inc
cgenmath.inc * more "real" fixes 2006-09-17 21:44:20 +00:00
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * part of r4826 (forgot to commit) 2006-10-08 10:01:58 +00:00
crt.inc
crth.inc
ctypes.pp * add small delphi compat tweak for h2pas usage. + restored Kylix compat idents. (without, pkgs might break unnecessarily) 2006-09-26 12:24:12 +00:00
dos.inc
dosh.inc
dynarr.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
dynarrh.inc
dynlibs.pp
elfres32.inc
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * string concat changed from function to procedure to 2006-10-02 20:00:06 +00:00
genmath.inc * more "real" fixes 2006-09-17 21:44:20 +00:00
genset.inc * fixed compilation for x86_64 2006-09-17 18:40:20 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc
heaph.inc
heaptrc.pp
innr.inc + support for bitsizeof() function 2006-09-09 18:57:49 +00:00
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
lstrings.pp
macpas.pp
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
mouseh.inc
mvecimp.inc
objects.pp fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
objpas.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
resh.inc
rtti.inc
sockets.inc
socketsh.inc * moves MSG_* constants from socketsh.inc to platform specific unxsockh.inc and fixes them for freebsd/darwin and solaris (linux ones were used before, not right) 2006-09-18 20:56:13 +00:00
sockovl.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
softfpu.pp
sstrings.inc
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc
systemh.inc * Real is now defined in the system unit being an unique type, fixes #7425 2006-09-17 08:58:20 +00:00
text.inc * treat zero-based arrays of char also as pchar's when reading 2006-10-08 09:22:30 +00:00
textrec.inc
thread.inc * flush std handlers at thread termination 2006-09-28 20:36:41 +00:00
threadh.inc
threadvr.inc
typefile.inc
ucomplex.pp
varerror.inc
variant.inc * fixed another problem caused by yesterdays real change 2006-09-18 18:21:00 +00:00
varianth.inc * fixed another problem caused by yesterdays real change 2006-09-18 18:21:00 +00:00
video.inc
videoh.inc
wstringh.inc
wstrings.inc * string concat changed from function to procedure to 2006-10-02 20:00: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.