peter d0eac29ab9 * THandle is platform dependent 22 anos atrás
..
graph 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
aliases.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
astrings.inc 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 anos atrás
charset.pp 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
compproc.inc e346ebacb6 * write helper comproc for variants fixed 22 anos atrás
dynarr.inc 2b6e06bd4a * fixed dynarray copy 23 anos atrás
dynarrh.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
dynlibs.pp 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
except.inc 91cd02e04e + applied patch for ref. counted exceptions by Johannes Berg 22 anos atrás
fexpand.inc c79f0fb1ac * '//' behaviour for Amiga corrected 23 anos atrás
file.inc 781415a0da - avoid warnings (add typecast) 23 anos atrás
filerec.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
generic.inc 8d771df2d4 * arm fixes to the common rtl code 22 anos atrás
genmath.inc 8d771df2d4 * arm fixes to the common rtl code 22 anos atrás
genset.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
genstr.inc a980741757 * generic string routines added 22 anos atrás
genstrs.inc a980741757 * generic string routines added 22 anos atrás
getopts.pp e81a1b6764 * applied fix from Maxim Artemev ([email protected]) 23 anos atrás
heap.inc fcde2c3ffa * *memORY overloads 22 anos atrás
heaph.inc fcde2c3ffa * *memORY overloads 22 anos atrás
heaptrc.pp 9704595c94 * when retrieving stackdump check if bp is smaller than the previous 22 anos atrás
innr.inc ef708fdab9 * Swap(QWord) constant support 23 anos atrás
int64.inc abbc3fa755 * moved int64 asm code to int64p.inc 22 anos atrás
keyboard.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
keybrdh.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
keyscan.inc a4202664da + Initial import to main branch from fixes branch 24 anos atrás
lineinfo.pp 8481a902fd * fix ifdef to define elf32 23 anos atrás
lstrings.pp 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
makefile.inc 9a219375c1 - removed os_types 23 anos atrás
mathh.inc c959c98665 - fpc_int64_to_double removed as not supported by most cpu targets 23 anos atrás
mouse.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
mouseh.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
objects.pp cabc606aab * sparc register typo 22 anos atrás
objpas.inc bea2706914 + fix from Ivan Shikhalev for QueryInterface to return ancestor methods 22 anos atrás
objpash.inc 91cd02e04e + applied patch for ref. counted exceptions by Johannes Berg 22 anos atrás
readme 13db04fb8b * small cleanup of commented code (merged) 24 anos atrás
real2str.inc eeca30ca30 * fixed Nan and +Inf string 22 anos atrás
rtti.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
sockets.inc 0059098949 * fixed typo 22 anos atrás
socketsh.inc e321c72b22 * CloseSocket added 23 anos atrás
softfpu.pp 22352dad85 * forgot goto on switch in last commit 23 anos atrás
sstrings.inc eee67f89ea * fixed shortstring version of setstring 23 anos atrás
strings.pp a980741757 * generic string routines added 22 anos atrás
stringsi.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
system.inc abbc3fa755 * moved int64 asm code to int64p.inc 22 anos atrás
systemh.inc d0eac29ab9 * THandle is platform dependent 22 anos atrás
text.inc 9a2f05820a * fixed ignorespaces which was broken by the previous commit 23 anos atrás
textrec.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
thread.inc 4b2838b161 * the BeginThread() variant that allowed you to specify the stacksize 23 anos atrás
threadh.inc 39add9f5ff * GetCurrentThreadHandle renamed to GetCurrentThreadId 22 anos atrás
threadvr.inc 1d3e450412 * threadvar.inc -> threadvr.inc 23 anos atrás
typefile.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
ucomplex.pp 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
variant.inc e346ebacb6 * write helper comproc for variants fixed 22 anos atrás
varianth.inc b6abfdae09 * fixed some variant issues 22 anos atrás
video.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
videoh.inc 01dfac4a4e * old logs removed and tabs fixed 23 anos atrás
wstrings.inc 4be7651aa2 * fixed conversion of fpc_*str_unique to compilerproc 22 anos atrás

readme

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.