fpc/rtl/inc
2004-05-23 15:30:29 +00:00
..
graph
aliases.inc
astrings.inc * small fix for 1.0.x 2004-05-16 16:52:28 +00:00
cgeneric.inc * use some more string routines from libc if FPC_USE_LIBC is used 2004-05-01 15:26:33 +00:00
cgenstr.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
charset.pp
cmem.pp * fixed reallocmem (bug noted by Vincent Snijders) 2004-05-05 13:00:43 +00:00
compproc.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
crth.inc + Moved CRT interface to common include file 2004-02-08 16:22:20 +00:00
dosh.inc * another global var to threadvar change, plus CVS log added 2004-05-03 18:00:24 +00:00
dynarr.inc * fixed <dyn. array>:=nil; 2004-05-20 15:56:32 +00:00
dynarrh.inc
dynlibs.pp * some delphi compat aliases added. 2004-05-04 17:14:52 +00:00
except.inc * exception addr record size for 64 bit systems fixed 2004-04-27 18:47:51 +00:00
fexpand.inc
file.inc * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
filerec.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +00:00
generic.inc * fix arguments for shortstr_compare 2004-05-02 15:15:45 +00:00
genmath.inc * fixed some arm related real stuff 2004-03-13 18:33:52 +00:00
genset.inc
genstr.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
genstrs.inc * generic string routines added 2003-07-07 20:22:05 +00:00
getopts.pp * several 64 bit issues fixed 2004-02-22 16:48:39 +00:00
heap.inc * 64bit fixes 2004-04-26 16:20:54 +00:00
heaph.inc * cmem moved to rtl 2004-03-15 21:48:26 +00:00
heaptrc.pp check whether bp is in the stack value allocated by the main program 2004-05-22 20:35:52 +00:00
innr.inc + added prefetch(const mem) 2004-02-02 20:39:27 +00:00
int64.inc * shr/shl use and 63 for the shift value 2004-05-23 14:09:43 +00:00
keyboard.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
keybrdh.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
keyscan.inc
lineinfo.pp * ordinal-pointer conversions fixed 2004-04-28 20:48:20 +00:00
lstrings.pp
makefile.inc
mathh.inc * linking problems fixed 2004-02-08 15:33:50 +00:00
mouse.inc * ptrint fixes 2004-05-01 20:52:29 +00:00
mouseh.inc
objects.pp * ordinal-pointer conversions fixed 2004-04-28 20:48:20 +00:00
objpas.inc * fixed tobject.dispatch for 64 bit cpus 2004-04-29 21:33:22 +00:00
objpash.inc * vtype changed to ptrint 2004-04-28 19:52:41 +00:00
readme
real2str.inc * "improved" behavior of real2str for arm, still needs fixing 2004-03-13 18:47:57 +00:00
rtti.inc * fixed alignment issues 2004-03-27 23:22:38 +00:00
sockets.inc + Changed mode to output for file sockets 2003-11-23 10:57:15 +00:00
socketsh.inc * sockaddr is now a union between the old and new struct as grace period 2004-03-16 19:15:57 +00:00
sockovl.inc * new files sockets changes 2004-03-16 18:04:27 +00:00
softfpu.pp
sstrings.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
stdsock.inc * Now working under Darwin 2004-03-18 16:12:14 +00:00
strings.pp * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
stringsi.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +00:00
system.inc * use thandle in do_* 2004-05-16 18:51:20 +00:00
systemh.inc * some m68k and amiga related stuff fixed 2004-05-05 21:26:34 +00:00
text.inc * ValSInt fixed for 64 bit 2004-05-01 20:52:50 +00:00
textrec.inc * unix thandle is always 32bit 2004-05-18 20:16:23 +00:00
thread.inc * fixed BeginThread on unix 2004-02-22 23:22:49 +00:00
threadh.inc * first try basicevent 2004-05-23 15:30:29 +00:00
threadvr.inc + New threadmanager implementation 2003-11-26 20:10:59 +00:00
typefile.inc * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
ucomplex.pp
variant.inc * real functions ifdef'ed depending on the supported types 2003-12-10 01:36:39 +00:00
varianth.inc * fixed type of verror 2003-12-22 23:07:52 +00:00
video.inc
videoh.inc
wstrings.inc * replace strlenint with sizeint 2004-05-01 23:55:18 +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.