fpc/rtl/inc
marco f68280e91c * Patch from 7048
git-svn-id: trunk@5535 -
2006-12-03 19:12:11 +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 * fixed for win64 2006-09-07 17:34:24 +00:00
compproc.inc * varset support fixed 2006-11-08 22:48:44 +00:00
crt.inc
crth.inc
ctypes.pp * fixed long type and derivates for win64 2006-11-16 20:39:00 +00:00
dos.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
dosh.inc
dynarr.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
dynarrh.inc
dynlibs.pp
elfres32.inc * Small optimization. 2006-11-10 10:20:38 +00:00
except.inc * Optimization for code size. It saves 1.5KB for ARM and 0.5KB for i386. 2006-11-11 13:26:09 +00:00
fexpand.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
file.inc
filerec.inc
generic.inc * string concat changed from function to procedure to 2006-10-02 20:00:06 +00:00
genmath.inc * define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL. 2006-11-21 21:24:01 +00:00
genset.inc * varset support fixed 2006-11-08 22:48:44 +00:00
genstr.inc
genstrs.inc
getopts.pp
heap.inc * fixed ReturnNilIfGrowHeapFails 2006-10-28 18:17:34 +00:00
heaph.inc
heaptrc.pp + added some morphos support to checkpointer 2006-07-08 08:25:19 +00:00
innr.inc + support for bitsizeof() function 2006-09-09 18:57:49 +00:00
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * spaces inserted 2006-10-29 21:45:00 +00:00
lstrings.pp
macpas.pp * fixed little endian typo 2006-11-01 17:07:45 +00:00
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc * Tidy indentation 2006-10-18 19:44:24 +00:00
mouse.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
mouseh.inc
mvecimp.inc
objects.pp * force stackframes for foreach,firstthat,lastthat 2006-10-18 20:31:25 +00:00
objpas.inc Use symbolic const E_NOINTERFACE instead of raw value $80004002 2006-10-15 19:51:40 +00:00
objpash.inc Added EntryOffset field for _IMPLEMENTS 2006-08-06 01:02:32 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * define FPC_DOUBLE_HILO_SWAPPED for ARM CPU if needed to properly handle doubles in RTL. 2006-11-21 21:24:01 +00:00
resh.inc
rtti.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
sockets.inc * revert fpread to fdread fix, rename fdread in non-unix to fpread 2006-10-31 07:36:13 +00:00
socketsh.inc * removes old (wrong) AF_ and PF_ consts from socketsh.inc 2006-11-22 10:50:19 +00:00
sockovl.inc fix compilation for {$T+} linux/win 2006-10-04 20:43:55 +00:00
softfpu.pp * some fpu emulation code from arm to generic code generator moved 2006-11-04 10:23:35 +00:00
sstrings.inc
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * Optimization for code size. 2006-11-11 14:19:33 +00:00
systemh.inc * fixed datarace in CBeginThread 2006-11-07 14:05:09 +00:00
text.inc * don't call the system if flush hasn't to flush anything 2006-10-08 14:21:00 +00:00
textrec.inc
thread.inc * adds semaphore support to ThreadManager, removes pipe hack from non linux 2006-10-14 11:39:47 +00:00
threadh.inc * adds semaphore support to ThreadManager, removes pipe hack from non linux 2006-10-14 11:39:47 +00:00
threadvr.inc
typefile.inc
ucomplex.pp * improved complex / operator by Dimitrios Apostolou 2006-11-07 21:09:57 +00:00
varerror.inc
variant.inc * fixed tw4700. 2006-11-15 07:17:41 +00:00
varianth.inc * fixed tw4700. 2006-11-15 07:17:41 +00:00
video.inc
videoh.inc
wstringh.inc
wstrings.inc * Patch from 7048 2006-12-03 19:12:11 +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.