fpc/rtl/inc
2003-10-01 21:00:09 +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 * ifdef'd some helpers 2003-09-02 13:04:08 +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 * one VIRTUALPASCAL 2003-09-06 21:56:29 +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 * 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 * fixed wrong check when allocation of a block > 1mb failed 2003-09-28 12:43:48 +00:00
heaph.inc * MemoryManager record has a field NeedLock if the wrapper functions 2002-10-30 20:39:13 +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 * 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 * fix ifdef to define elf32 2003-03-25 19:27:45 +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 * sparc register typo 2003-09-16 15:57:33 +00:00
objpas.inc + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 2003-07-19 11:19:07 +00:00
objpash.inc * ClassType changed to class method 2003-03-17 20:55:58 +00:00
readme * small cleanup of commented code (merged) 2001-07-31 19:36:51 +00:00
real2str.inc * fixed Nan and +Inf string 2003-09-06 17:06:59 +00:00
rtti.inc * old logs removed and tabs fixed 2002-09-07 15:06:34 +00:00
sockets.inc * fixed typo 2003-09-15 07:55:29 +00:00
socketsh.inc * CloseSocket added 2003-03-23 17:47:15 +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 * moved int64 asm code to int64p.inc 2003-09-14 11:34:13 +00:00
systemh.inc * fixed qword_to_double conversion on powerpc 2003-09-04 16:07:31 +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 * GetCurrentThreadHandle renamed to GetCurrentThreadId 2003-10-01 21:00:09 +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 * arm fixes to the common rtl code 2003-09-03 14:09:37 +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 * fixed conversion of fpc_*str_unique to compilerproc 2003-06-17 19:24:08 +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.