fpc/rtl/inc
2004-04-22 21:10:56 +00:00
..
graph
aliases.inc
astrings.inc * 1.0.x fix 2004-01-21 22:14:05 +00:00
cgeneric.inc + cgeneric.inc: implementations of rtl routines based on libc 2004-01-11 11:10:07 +00:00
charset.pp
cmem.pp * dec ptr before free in reallocmem 2004-03-23 22:35:20 +00:00
compproc.inc * fixed getmem prototype for 64 bit systems 2004-04-12 18:51:02 +00:00
crth.inc + Moved CRT interface to common include file 2004-02-08 16:22:20 +00:00
dosh.inc * overloaded ExecuteProcess added, EnvStr param changed to longint 2004-02-15 21:34:06 +00:00
dynarr.inc * fixed a:=copy(b) 2003-10-29 21:00:34 +00:00
dynarrh.inc
dynlibs.pp
except.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +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 + added prefetch(const mem) 2004-02-02 20:39:27 +00:00
genmath.inc * fixed some arm related real stuff 2004-03-13 18:33:52 +00:00
genset.inc
genstr.inc
genstrs.inc
getopts.pp * several 64 bit issues fixed 2004-02-22 16:48:39 +00:00
heap.inc * cmem moved to rtl 2004-03-15 21:48:26 +00:00
heaph.inc * cmem moved to rtl 2004-03-15 21:48:26 +00:00
heaptrc.pp * cmem moved to rtl 2004-03-15 21:48:26 +00:00
innr.inc + added prefetch(const mem) 2004-02-02 20:39:27 +00:00
int64.inc + implemented software shl/shr for 64 bit ints 2004-01-23 15:14:04 +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 * elf64 support 2004-04-22 21:10:35 +00:00
lstrings.pp
makefile.inc
mathh.inc * linking problems fixed 2004-02-08 15:33:50 +00:00
mouse.inc * longint to ptrint 2004-04-22 20:59:23 +00:00
mouseh.inc
objects.pp * longint to ptrint 2004-04-22 20:59:23 +00:00
objpas.inc * more alignment fixes 2004-03-22 22:19:36 +00:00
objpash.inc * widechars in tvarrec fixed for big endian machines as well 2003-12-06 00:02:34 +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
stdsock.inc * Now working under Darwin 2004-03-18 16:12:14 +00:00
strings.pp * use strlenint instead of longint 2004-02-18 22:00:59 +00:00
stringsi.inc * use strlenint instead of longint 2004-02-18 22:00:59 +00:00
system.inc * fix 64bit address printing 2004-04-22 19:43:43 +00:00
systemh.inc * random(int64) added 2004-04-22 17:10:38 +00:00
text.inc * do_read/do_write addr argument changed to pointer 2004-04-22 21:10:56 +00:00
textrec.inc + completed x86-64/linux system unit 2004-02-05 01:16:12 +00:00
thread.inc * fixed BeginThread on unix 2004-02-22 23:22:49 +00:00
threadh.inc * fixed BeginThread on unix 2004-02-22 23:22:49 +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 * finalize needs to reset to nil after decr_ref 2004-01-22 22:09: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.