fpc/rtl/inc
2005-12-29 14:36:22 +00:00
..
aliases.inc
astrings.inc * several changes of var parameters into out parameters to avoid 2005-12-23 22:25:26 +00:00
cgeneric.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
cgenmath.inc * frexp has out instead of var parameter 2005-12-23 22:03:21 +00:00
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * several changes of var parameters into out parameters to avoid 2005-12-23 22:25:26 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc
dosh.inc
dynarr.inc * fixed tb0488 on unix platforms (missing cwstring uses) 2005-11-16 20:50:38 +00:00
dynarrh.inc + (ole)variant<->error type conversion 2005-10-30 23:12:08 +00:00
dynlibs.pp
elfres32.inc * fixed fillchar parameters 2005-10-02 17:06:06 +00:00
except.inc
fexpand.inc
file.inc * made generic basic file handling 64 bit 2005-11-20 12:23:54 +00:00
filerec.inc
generic.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
genmath.inc * frexp has out instead of var parameter 2005-12-23 22:03:21 +00:00
genset.inc
genstr.inc
genstrs.inc
getopts.pp * fixed some typecasts of pointers to Longint for 64 bit architectures (Linux and generic parts of the RTL only) 2005-11-01 22:40:23 +00:00
heap.inc * optimize by removing expensive calculations 2005-12-16 17:19:37 +00:00
heaph.inc
heaptrc.pp * Check of memory ranges under OS/2 added to HeapTrc 2005-11-13 19:05:38 +00:00
innr.inc
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
lstrings.pp
macpas.pp
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc - removed unused local conflicting type definition 2005-12-26 16:01:13 +00:00
objpash.inc * refactor reading and setting of parent classes 2005-12-19 12:24:45 +00:00
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * several changes of var parameters into out parameters to avoid 2005-12-23 22:25:26 +00:00
resh.inc
rtti.inc * patch from Ales Katona to add a stack size parameter to tthread functions 2005-11-01 22:01:48 +00:00
sockets.inc
socketsh.inc * small but significant typo fixed for ipv6 sockaddr record in BSD style (_WITH_ sinlen) 2005-11-05 19:49:10 +00:00
sockovl.inc
softfpu.pp
sstrings.inc * several changes of var parameters into out parameters to avoid 2005-12-23 22:25:26 +00:00
stdsock.inc
strings.pp
stringsi.inc * fixed strpos() in case source or target is nil 2005-12-09 14:57:10 +00:00
sysres.inc
system.fpd
system.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
systemh.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
text.inc * change value to const string to remvoe implicit exception stack: 2005-12-14 17:23:32 +00:00
textrec.inc
thread.inc * added CheckInitialStkLen() function which checks whether the given stack size value is valid on the OS when creating a thread, fixing stack checking 2005-11-11 12:16:08 +00:00
threadh.inc * stack related things (sizes, calculations, etc.) are now 64 bit on 64 bit platforms 2005-11-10 17:06:25 +00:00
threadvr.inc
typefile.inc
ucomplex.pp
variant.inc * started to fix var. array -> dyn. array 2005-11-01 22:41:25 +00:00
varianth.inc + (ole)variant<->error type conversion 2005-10-30 23:12:08 +00:00
video.inc * fixed video unit for windows with sizes requiring scrolling 2005-10-20 19:30:57 +00:00
videoh.inc
wstringh.inc - reverted ansi2wide and wide2ansi changes, because they affect 2005-12-24 01:40:23 +00:00
wstrings.inc - reverted ansi2wide and wide2ansi changes, because they affect 2005-12-24 01:40:23 +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.