fpc/rtl/inc
peter 5c914393d5 * added uint64 alias
git-svn-id: trunk@7338 -
2007-05-15 05:41:02 +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 + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34: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 * SHOW_MEM_USAGE define to always show maximum heap size used/allocated, independent of DUMP_MEM_USAGE 2007-05-13 12:34:16 +00:00
heaph.inc * fix performance regression in binary-trees benchmark 2007-04-30 15:29:07 +00:00
heaptrc.pp Patch from Vincent Snijders, sent to fpc-devel 2007-04-10 22:14:47 +00:00
innr.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
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 * added the new CLONE_* constants from syscall clone 2007-02-28 22:26:42 +00:00
objpash.inc
pagemem.pp
printer.inc
printerh.inc
readme
real2str.inc * fixed mantis 8434 (wrong precision used in case of |number| < 1, 2007-03-01 14:30:55 +00:00
resh.inc
rtti.inc
sockets.inc * make it work on non-unix too... 2007-05-12 10:30:45 +00:00
socketsh.inc * fix INVALID_SOCKET constant (needs to be OS specific, it is UNSIGNED in windows) 2007-05-13 19:13:43 +00:00
sockovl.inc * fix missing socketerror discrepancy 2007-05-12 10:24:58 +00:00
softfpu.pp
sstrings.inc * reject 0x#0 and variations in val function 2007-04-23 07:43:51 +00:00
stdsock.inc * new socketerror scheme. OS/2 and netware are now broken and still must be done. (merge me and all previous socket related commits please) 2007-05-13 18:30:24 +00:00
strings.pp
stringsi.inc
sysres.inc
system.fpd
system.inc * fixed swap(integer) due to counter-intuitive TP/Delphi compatible 2007-03-08 22:30:12 +00:00
systemh.inc * added uint64 alias 2007-05-15 05:41:02 +00:00
text.inc + support for ISO Extended Pascal ReadStr() and WriteStr() routines 2007-05-14 17:34:01 +00:00
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.