fpc/rtl/inc
2003-01-20 22:21:36 +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 range check error and others in Delete 2002-12-09 08:33:31 +00:00
charset.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
compproc.inc * uncommented the variant<->dyn. array stuff 2003-01-11 00:17:29 +00:00
dynarr.inc * fixed dynarray copy 2002-11-26 23:02:07 +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 * threads unit added for thread support 2002-10-14 19:39:16 +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 * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
generic.inc * many stuff related to RTL fixed 2003-01-20 22:21:36 +00:00
genmath.inc * use generic int64 power 2003-01-15 00:45:17 +00:00
genset.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
getopts.pp * applied fix from Maxim Artemev (bert_raccoon@freemail.ru) 2002-11-20 14:31:22 +00:00
heap.inc * fix setmemorymutexmanager to call mutexdone on the already 2002-11-01 17:38:04 +00:00
heaph.inc * MemoryManager record has a field NeedLock if the wrapper functions 2002-10-30 20:39:13 +00:00
heaptrc.pp * set p to nil when 0 is passed to reallocmem 2002-12-26 10:46:54 +00:00
innr.inc * Swap(QWord) constant support 2002-11-18 18:33:51 +00:00
int64.inc - remove FPUInt64 variable 2002-09-07 21:21:42 +00:00
keyboard.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keybrdh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
keyscan.inc + Initial import to main branch from fixes branch 2001-09-21 21:30:51 +00:00
lineinfo.pp * remove wrong hasunix, replaced with elf32 define which 2003-01-14 16:17:37 +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 * many stuff related to RTL fixed 2003-01-20 22:21: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 * PString inherited from System 2003-01-05 16:27:05 +00:00
objpas.inc * 'inlined' some more calls 2002-10-19 15:53:20 +00:00
objpash.inc + tvarrec field vcurrency for compilers with hascurrency released 2002-09-26 14:43:24 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * fixed web bug #2131 2002-10-04 16:41:17 +00:00
rtti.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sockets.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
socketsh.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
softfpu.pp * forgot goto on switch in last commit 2002-11-30 23:25:19 +00:00
sstrings.inc * fixed some buffer overflow errors in SetString (both short and 2002-10-21 19:52:47 +00:00
strings.pp * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
stringsi.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
system.inc - avoid warnings (add typecast) 2002-12-07 14:34:30 +00:00
systemh.inc * cpu defines fixed 2003-01-13 14:37:11 +00:00
text.inc * fixed ignorespaces which was broken by the previous commit 2002-11-29 16:26:52 +00:00
textrec.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
thread.inc * the BeginThread() variant that allowed you to specify the stacksize 2002-11-14 12:40:06 +00:00
threadh.inc + More system-independent thread routines 2002-10-16 19:04:27 +00:00
threadvr.inc * threadvar.inc -> threadvr.inc 2002-10-31 13:45:21 +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 + write(ln) support for variants added 2002-10-10 19:24:28 +00:00
varianth.inc + write(ln) support for variants added 2002-10-10 19:24:28 +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 * implemented some more conversions 2002-12-29 16:59:17 +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.