fpc/rtl/inc
florian bb9629decc * fixed broken sockets.inc
git-svn-id: trunk@940 -
2005-08-25 11:22:20 +00:00
..
graph
aliases.inc
astrings.inc * pos(shortstring,ansistring) for bug #4119 2005-08-09 07:34:56 +00:00
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp + Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines 2005-06-09 18:04:47 +00:00
compproc.inc + Removed HASFUNCTIONCOPYDYNARR define 2005-06-09 18:06:35 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc
dosh.inc
dynarr.inc * tdynarraytypeinfo moved to interface 2005-07-15 21:09:45 +00:00
dynarrh.inc * tdynarraytypeinfo moved to interface 2005-07-15 21:09:45 +00:00
dynlibs.pp
except.inc * From Yury Sidorov: 2005-07-09 13:06:19 +00:00
fexpand.inc
file.inc
filerec.inc
generic.inc
genmath.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp
heap.inc * patch from Martin Schreiber to fix bug #4247 2005-08-03 19:55:06 +00:00
heaph.inc + Removed HASGETHEAPSTATUS HASGETFPCHEAPSTATUS defines 2005-06-09 18:04:47 +00:00
heaptrc.pp * allow freemem nil 2005-06-25 21:11:16 +00:00
innr.inc
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp + support for Mach-O in lineinfo.pp (by Jan Ruzicka) 2005-07-21 13:09:45 +00:00
lstrings.pp
macpas.pp * fixed and removed some missing HASINLINE directives, needs more work 2005-07-17 08:21:17 +00:00
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
rtti.inc
sockets.inc * fixed broken sockets.inc 2005-08-25 11:22:20 +00:00
socketsh.inc * fixed and removed some missing HASINLINE directives, needs more work 2005-07-17 08:21:17 +00:00
sockovl.inc
softfpu.pp
sstrings.inc * reallocation of widestrings on windows fixed 2005-06-26 08:17:21 +00:00
stdsock.inc
strings.pp
stringsi.inc
system.fpd
system.inc * patch from Yury Sidorov to make simply exception handling without sysutils possible 2005-07-07 18:53:21 +00:00
systemh.inc * pos(shortstring,ansistring) for bug #4119 2005-08-09 07:34:56 +00:00
text.inc * From Jakob Klos: 2005-07-10 13:59:47 +00:00
textrec.inc
thread.inc
threadh.inc
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc * made variant operators inlined 2005-07-15 21:12:21 +00:00
varianth.inc * made variant operators inlined 2005-07-15 21:12:21 +00:00
video.inc
videoh.inc
wstringh.inc
wstrings.inc + Fixed typo, patch by Colin Western 2005-06-26 14:53:09 +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.