fpc/rtl/inc
2003-11-27 20:39:43 +00:00
..
graph * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
aliases.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
astrings.inc * fixed conversion of fpc_*str_unique to compilerproc 2003-06-17 19:24:08 +00:00
charset.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
compproc.inc * fixed copy(<dynarray>, ...) 2003-10-25 22:52:07 +00:00
dynarr.inc * fixed a:=copy(b) 2003-10-29 21:00:34 +00:00
dynarrh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
dynlibs.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
except.inc + New runerror 231 (exception stack error) and 232 (nothread support) 2003-11-26 20:12:08 +00:00
fexpand.inc * '//' behaviour for Amiga corrected 2002-12-07 16:26:39 +00:00
file.inc - avoid warnings (add typecast) 2002-12-07 14:34:30 +00:00
filerec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
generic.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genmath.inc * arm fixes to the common rtl code 2003-09-03 14:09:37 +00:00
genset.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
genstr.inc * generic string routines added 2003-07-07 20:22:05 +00:00
genstrs.inc * generic string routines added 2003-07-07 20:22:05 +00:00
getopts.pp * applied fix from Maxim Artemev (bert_raccoon@freemail.ru) 2002-11-20 14:31:22 +00:00
heap.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaph.inc * *memORY overloads 2003-10-02 14:03:24 +00:00
heaptrc.pp * when retrieving stackdump check if bp is smaller than the previous 2003-09-11 15:54:27 +00:00
innr.inc * Swap(QWord) constant support 2002-11-18 18:33:51 +00:00
int64.inc * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +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 + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp * Changed m68k to cpum68k, i386 to cpui386 2003-10-17 20:52:12 +00:00
lstrings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
makefile.inc - removed os_types 2002-09-07 21:22:31 +00:00
mathh.inc - fpc_int64_to_double removed as not supported by most cpu targets 2003-01-21 19:36:36 +00:00
mouse.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
mouseh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
objects.pp * fixed crash in bufstream.write 2003-11-03 17:46:37 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * fixed web bug #2643 2003-10-26 16:56:44 +00:00
rtti.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sockets.inc + Changed mode to output for file sockets 2003-11-23 10:57:15 +00:00
socketsh.inc + Added IPV6 patch from Johannes Berg 2003-11-23 11:00:07 +00:00
softfpu.pp * forgot goto on switch in last commit 2002-11-30 23:25:19 +00:00
sstrings.inc * fixed shortstring version of setstring 2003-02-26 20:04:47 +00:00
strings.pp * generic string routines added 2003-07-07 20:22:05 +00:00
stringsi.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
system.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
systemh.inc * fixed rtl to work with the integrated fpc ppc assembler reader 2003-11-15 19:01:27 +00:00
text.inc * fixed ignorespaces which was broken by the previous commit 2002-11-29 16:26:52 +00:00
textrec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
thread.inc + New threadmanager implementation 2003-11-26 20:10:59 +00:00
threadh.inc + Patch from peter to fix make cycle 2003-11-27 10:28:41 +00:00
threadvr.inc + New threadmanager implementation 2003-11-26 20:10:59 +00:00
typefile.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
ucomplex.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
variant.inc + currency type can be assigned to variants now 2003-11-05 15:26:37 +00:00
varianth.inc + currency type can be assigned to variants now 2003-11-05 15:26:37 +00:00
video.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
videoh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
wstrings.inc * made Index* usage consistent with astrings.inc 2003-11-05 15:33:51 +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.