fpc/rtl/inc
2004-01-01 15:30:04 +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 * do not overwrite Inoutres in blockwrite with 101 2003-11-29 14:07:52 +00:00
filerec.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
generic.inc * Use of 0 instead of nil fixed 2003-12-16 09:43:04 +00:00
genmath.inc * use HandleError instead of RunError so exception catching works 2003-12-08 19:44:11 +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 * Small microoptimization 2003-12-15 21:39:16 +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 PreviousFramePointer() for ppc 2004-01-01 15:30:04 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc * widechars in tvarrec fixed for big endian machines as well 2003-12-06 00:02:34 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * fixed NaN/Inf detection for single/double 2003-12-29 19:19:21 +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 + introduced PtrInt and PtrUInt 2003-12-29 19:24:12 +00:00
system.inc * Peter's Cardinal<->Longint fixes patch 2003-11-03 09:42:27 +00:00
systemh.inc + introduced PtrInt and PtrUInt 2003-12-29 19:24:12 +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 + Removed dummy variable from SetNothreadManager 2003-11-29 17:33:09 +00:00
threadh.inc + Added overloaded version of SetThreadManager without old parameter 2003-11-29 17:29:32 +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 * 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 * 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 + Added overloaded version of SetWideStringManager without old parameter 2003-11-29 17:27: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.