fpc/rtl/inc
2006-01-15 14:12:42 +00:00
..
aliases.inc
astrings.inc * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +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 * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +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 * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +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 write pointer values using 16 hexadecimal digits on 64 bits platforms 2006-01-15 14:12:42 +00:00
innr.inc
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp * wince support was added to lineinfo. 2005-08-28 23:33:15 +00:00
lstrings.pp
macpas.pp
makefile.inc
mathh.inc + fpower10 implemented 2005-09-17 18:56:32 +00:00
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc * cleanup 2006-01-14 12:55:26 +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 + loading of components from resources 2005-10-02 08:10:17 +00:00
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 * fixed broken sockets.inc 2005-08-25 11:22:20 +00:00
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 + Initial implementation of RTL resource support 2005-08-31 15:54:30 +00:00
system.fpd
system.inc * add initialstkptr to get the stackpointer at startup before 2006-01-12 09:29:57 +00:00
systemh.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
text.inc * also return 0 when reading an unsigned integer at the end of a file 2006-01-04 12:07:21 +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 * made chararray handling 98% TP-compatible, fixes web bugs 3012 2006-01-04 10:05:10 +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.