fpc/rtl/inc
Jonas Maebe 9cec910eb9 * changed *string_to_*chararray helpers from functions into procedures
because on win64 the location of a function result can depend on its
    size (so some chararrays had to be returned in registers and others
    by reference, which means it's impossible to have a generic function
    declaration which works in all cases) (mantis #8533)
  * pad constant string assignments to chararrays with #0 up to the
    length of the chararray for 2.0.x compatibility (fixes
    tests/test/tarray3)

git-svn-id: trunk@6915 -
2007-03-18 12:20:01 +00:00
..
aliases.inc
astrings.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
cgeneric.inc
cgenmath.inc
cgenstr.inc
charset.pp
cmem.pp
compproc.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
crt.inc
crth.inc
ctypes.pp
dos.inc
dosh.inc
dynarr.inc
dynarrh.inc
dynlibs.pas
elfres32.inc
except.inc
fexpand.inc
file.inc
filerec.inc
generic.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +00:00
genmath.inc
genset.inc
genstr.inc
genstrs.inc
getopts.pp
heap.inc
heaph.inc
heaptrc.pp * return nil in TraceGetMem if SysGetMem returns nil 2007-03-12 20:59:36 +00:00
innr.inc
int64.inc
keyboard.inc
keybrdh.inc
keyscan.inc
lineinfo.pp
lnfodwrf.pp
lstrings.pp
macpas.pp + brotl, brotr and bnot functions for macpas mode + tests 2007-03-16 16:01:26 +00:00
makefile.inc
mathh.inc
matrix.pp
mmatimp.inc
mouse.inc
mouseh.inc
mvecimp.inc
objects.pp
objpas.inc
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc
resh.inc
rtti.inc
sockets.inc
socketsh.inc
sockovl.inc
softfpu.pp
sstrings.inc * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
stdsock.inc
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc
systemh.inc * removed InterlockedCompareExchange64 for i386 from system unit 2007-03-10 18:08:21 +00:00
text.inc
textrec.inc
thread.inc
threadh.inc
threadvr.inc
typefile.inc
ucomplex.pp
varerror.inc
variant.inc * fixed real:=variant for non-x86 2007-03-14 17:04:15 +00:00
varianth.inc
video.inc
videoh.inc
wstringh.inc
wstrings.inc * changed *string_to_*chararray helpers from functions into procedures 2007-03-18 12:20:01 +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.