fpc/rtl/inc
florian 4084c4261d + more units for winx64
git-svn-id: trunk@3226 -
2006-04-16 11:37:28 +00:00
..
aliases.inc
astrings.inc * fixed another bug in fpc_ansistr_append_ansistring in case source = dest 2006-04-09 19:18:31 +00:00
cgeneric.inc * reverted r2037 because of braindead "out" semantics for refcounted 2005-12-24 01:06:05 +00:00
cgenmath.inc * older Solaris doesn't have trunc in libc 2006-02-07 21:40:19 +00:00
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * optimize multiple concats for ansi/widestring 2006-02-20 10:58:28 +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
dynlibs.pp
elfres32.inc
except.inc * improved exception handling code 2006-02-19 15:48:15 +00:00
fexpand.inc * Slight optimization (constant instead of variable in assignment) 2006-03-04 23:09:06 +00:00
file.inc * allow out file parameters 2006-03-01 10:18:47 +00:00
filerec.inc
generic.inc * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 2006-03-24 17:32:39 +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
heap.inc * fixed uninitialized var 2006-02-20 11:24:38 +00:00
heaph.inc
heaptrc.pp * fix for OS/2 - StackTop is a pointer now 2006-04-08 16:48:10 +00:00
innr.inc * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 2006-03-24 17:32:39 +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 + Keyboard unit overhaul 2006-01-31 10:26:25 +00:00
lineinfo.pp * fixed netware compilation 2006-02-11 08:50:46 +00:00
lstrings.pp
macpas.pp * ifdef powerpc -> ifdef cpupowerpc 2006-02-15 11:48:26 +00:00
makefile.inc
mathh.inc * unified and moved some win32/win64 stuff 2006-04-02 20:52:17 +00:00
matrix.pp
mmatimp.inc
mouse.inc * various bugfixes 2006-02-02 08:22:35 +00:00
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc * more fixes for 64 bit compilation after Peter's changes 2006-02-12 20:33:33 +00:00
objpash.inc * more fixes for 64 bit compilation after Peter's changes 2006-02-12 20:33:33 +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
sockets.inc
socketsh.inc * fixed SOCK_* for SunOS 2006-03-25 15:23:23 +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 * socketerror 2006-02-26 00:51:19 +00:00
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 * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 2006-03-24 17:32:39 +00:00
systemh.inc * basic work to make Move() and FillChar() internal under ifdef INTERNALMOVEFILLCHAR 2006-03-24 17:32:39 +00:00
text.inc * fixed potential buffer overflow in fpc_Write_Text_Char/ 2006-03-24 21:08:51 +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 * allow out file parameters 2006-03-01 10:18:47 +00:00
ucomplex.pp
varerror.inc * removed duplicate EVariant class from varutils and incorporated 2006-03-24 22:47:15 +00:00
variant.inc
varianth.inc + more units for winx64 2006-04-16 11:37:28 +00:00
video.inc * Another libc dependency less 2006-01-26 22:14:46 +00:00
videoh.inc
wstringh.inc - reverted ansi2wide and wide2ansi changes, because they affect 2005-12-24 01:40:23 +00:00
wstrings.inc * check for nil in concat_multi 2006-02-20 17:15:05 +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.