fpc/rtl/inc
yury e062922528 * added an option to use target-specific memory manager instead of standard. This is controlled by HAS_MEMORYMANAGER and HAS_MT_MEMORYMANAGER defines.
* wince executables use C memory manager now (as all apps compiled by eVC++). It saves 5.5 KB of exe size.

git-svn-id: trunk@4282 -
2006-07-23 10:23:31 +00:00
..
aliases.inc
astrings.inc * fixed decrementing of refcount of constant ansistrings in setlength() 2006-05-24 07:23:03 +00:00
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp * added cmem for wince. 2006-07-23 08:34:46 +00:00
compproc.inc * fixed web bug tw4954 (warning when reading from a typed file) 2006-05-29 09:54:42 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
dosh.inc
dynarr.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
dynarrh.inc
dynlibs.pp
elfres32.inc
except.inc * improved exception handling code 2006-02-19 15:48:15 +00:00
fexpand.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +00:00
file.inc * allow out file parameters 2006-03-01 10:18:47 +00:00
filerec.inc
generic.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
genmath.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp * getopts fix from Bram Kuijvenhoven 2006-05-06 08:12:58 +00:00
heap.inc * added an option to use target-specific memory manager instead of standard. This is controlled by HAS_MEMORYMANAGER and HAS_MT_MEMORYMANAGER defines. 2006-07-23 10:23:31 +00:00
heaph.inc
heaptrc.pp + added some morphos support to checkpointer 2006-07-08 08:25:19 +00:00
innr.inc * Prepare for internal stack frame functions. 2006-05-13 20:57:37 +00:00
int64.inc * changed record typecast into shift to avoid q3 becoming not 2006-04-09 18:21:35 +00:00
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp + lineinfo support for win64 2006-04-17 14:16:46 +00:00
lstrings.pp
macpas.pp * use const strings parameters for four_char_code helpers to avoid 2006-07-13 13:10:19 +00:00
makefile.inc
mathh.inc * moved *SSECSR to system unit 2006-05-11 19:13:54 +00:00
matrix.pp * cosmetic - trash at the end removed 2006-05-24 22:51:23 +00:00
mmatimp.inc
mouse.inc * fix broken getmouseevent 2006-05-20 16:29:16 +00:00
mouseh.inc
mvecimp.inc
objects.pp * Make callpointerlocal and friends inline 2006-05-14 13:02:53 +00:00
objpas.inc
objpash.inc * fixed previously broken IDispatch declaration 2006-04-30 15:38:10 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
resh.inc
rtti.inc * fixed warnings and notes while compiling system unit for wince. 2006-07-18 15:00:09 +00:00
sockets.inc
socketsh.inc * fixed SOCK_* for SunOS 2006-03-25 15:23:23 +00:00
sockovl.inc
softfpu.pp
sstrings.inc
stdsock.inc * socketerror 2006-02-26 00:51:19 +00:00
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc + Added delphi compatibility Error procedure 2006-05-21 09:57:47 +00:00
systemh.inc * Optimization for smartlinking. Removed command line parsing in system unit initialization for wince. The parser is called when command line is accessed first time in program. It saves 1.55KB exe size, when command line is not used. 2006-07-22 09:29:54 +00:00
text.inc * Fix missing ctrlZmarkseof check. 2006-06-21 14:39:44 +00:00
textrec.inc
thread.inc
threadh.inc
threadvr.inc
typefile.inc * fixed web bug tw4954 (warning when reading from a typed file) 2006-05-29 09:54:42 +00:00
ucomplex.pp * fixed carg 2006-06-05 14:25:39 +00:00
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc + Added delphi compatibility Error procedure 2006-05-21 09:57:47 +00:00
varianth.inc + Added delphi compatibility Error procedure 2006-05-21 09:57:47 +00:00
video.inc + Correct behaviour when initialization fails. 2006-06-11 09:00:19 +00:00
videoh.inc * Unix video unit character set conversion overhaul 2006-04-17 12:39:02 +00:00
wstringh.inc * more consitent space and case usage 2006-05-09 20:37:22 +00:00
wstrings.inc * fixed more warnings and notes while compiling RTL. 2006-07-19 19:10:02 +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.