Jonas Maebe 49cb7b2564 LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations před 1 rokem
..
Makefile.rtl 7bd8ac25d4 * Regen Makefiles with correct defines for some lineinfo units před 1 rokem
aliases.inc 6a902660a5 * patch by Rika: Make more use of fpc_*_array (mainly fpc_addref_array) in rtl/inc/dynarr.inc, resolves #40174 před 2 roky
astrings.inc 854d944cfa Faster string concatenations. před 1 rokem
blockrtl.pp ccfa38c68e * Dotted RTL compiles před 2 roky
cgeneric.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
cgenmath.inc feeb50be4f * Changed signature of frexp() to match one in Math unit, so eventually a duplicate implementation in Math can be removed. Currently this frexp() remains private to unit System. před 9 roky
cgenstr.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
charset.pp ccfa38c68e * Dotted RTL compiles před 2 roky
cmem.pp ccfa38c68e * Dotted RTL compiles před 2 roky
compproc.inc c29d36e369 * string -> shortstring před 2 roky
ctypes.pp ccfa38c68e * Dotted RTL compiles před 2 roky
currh.inc b359080f42 * fixed round(currency) so it takes the rounding mode into account on před 4 roky
dos.inc 775408b21b * string -> shortstring před 2 roky
dosh.inc 775408b21b * string -> shortstring před 2 roky
dynarr.inc 324b77f317 Let fpc_dynarray_concat(_multi) reuse the only nonempty input or append to the destination if possible. před 2 roky
dynarrh.inc 9f293df425 * export DynArrayAssign, resolves #39897 před 3 roky
dynlib.inc 581dfc6d28 * string -> ansistring před 2 roky
dynlibh.inc 80d471a9f1 * Add HINST for Delphi compatibility před 1 rokem
dynlibs.pas ccfa38c68e * Dotted RTL compiles před 2 roky
except.inc c9fcc68ec1 * enable the compiler to optimize away parts of System.PushExceptObject, if System.get_frame is not implemented, i.e. returning nil před 5 roky
excepth.inc 3cfad8fba8 * renamed FPC_USE_PSEABIEH to FPC_USE_PSABIEH před 6 roky
exeinfo.pp ccfa38c68e * Dotted RTL compiles před 2 roky
extpas.pp ccfa38c68e * Dotted RTL compiles před 2 roky
extres.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
fexpand.inc 057cfc100c * check zero length instead of comparing to empty string před 2 roky
file.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
filerec.inc f20de5d583 * fixed padding in the filerec to match textrec even on platforms where před 4 roky
flt_conv.inc e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) před 9 roky
flt_core.inc 4c529287c6 * string -> shortstring před 2 roky
flt_pack.inc 6522cd78ee added some float64() casts, based on similar casts in the 32bit code path, which makes ARM to build again před 12 roky
fpextres.pp ccfa38c68e * Dotted RTL compiles před 2 roky
fpintres.pp d2d3fe6bc3 * Char -> AnsiChar před 2 roky
gencurr.inc b359080f42 * fixed round(currency) so it takes the rounding mode into account on před 4 roky
generic.inc 0d3d4918b3 Don’t allow generic fpc_pchar_length to arbitrarily over-read. před 1 rokem
genmath.inc 04145589a9 * improved fpc_frac_real před 3 roky
genmathh.inc adf064cbb4 New: rtl/inc/genmathh.inc source file, to provide a unique position před 5 roky
genset.inc 2536041230 Faster genset.inc:fpc_varset_set_range. před 2 roky
genstr.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
genstrs.inc 4d42d013b8 * check zero length instead of comparing to empty string před 2 roky
getopts.pp ccfa38c68e * Dotted RTL compiles před 2 roky
heap.inc fb5b891c45 * Fix issue #40360 před 2 roky
heaph.inc 391512546e + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far před 5 roky
heaptrc.pp d2d3fe6bc3 * Char -> AnsiChar před 2 roky
innr.inc 70a836c4a2 * first part of merging parts of Jeppe's intrinsics patch, mainly r31135 před 5 roky
int64.inc ae8d2dc69a * omit first not, helps the reg. allocator to find a workable colouring, resolves #36611 před 5 roky
intres.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
iso7185.pp d2d3fe6bc3 * Char -> AnsiChar před 2 roky
isotmp.inc 4bddf12657 * Fix typo před 2 roky
lineinfo.pp ab3b7f8f69 * Do not use namespace prefix for lnfodwarf před 1 rokem
llvmintr.inc 49cb7b2564 LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations před 1 rokem
lnfodwrf.pp ab3b7f8f69 * Do not use namespace prefix for lnfodwarf před 1 rokem
lstrings.pp ccfa38c68e * Dotted RTL compiles před 2 roky
macpas.pp ccfa38c68e * Dotted RTL compiles před 2 roky
makefile.inc ccfa38c68e * Dotted RTL compiles před 2 roky
mathh.inc 0758aa1143 FPU exception mask: generlised system unit interface před 3 roky
objc.pp ccfa38c68e * Dotted RTL compiles před 2 roky
objc1.inc d12bc9e9b9 Add FPC_DOTTEDUNITS code před 2 roky
objcbase.pp ccfa38c68e * Dotted RTL compiles před 2 roky
objcnf.inc ccfa38c68e * Dotted RTL compiles před 2 roky
objpas.inc 7e4aca384f * Some delphi compatibility issues solved (PtrToNil and TGUID operator) před 1 rokem
objpash.inc 7e4aca384f * Some delphi compatibility issues solved (PtrToNil and TGUID operator) před 1 rokem
osheap.inc c298c0e0da rtl/osheap: fixed a dumb reversed condition in osheap/SysAllocMem() před 3 roky
pagemem.pp ccfa38c68e * Dotted RTL compiles před 2 roky
psabieh.inc 13902c1c7a * fixed compilation for __ARM_EABI_UNWINDER__ with -dexcdebug před 6 roky
psabiehh.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
readme f9672b53a2 - removed old float-to-string and string-to-float conversion code před 5 roky
resh.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
rtti.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
rttidecl.inc 45b5e9215c rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that před 4 roky
rttih.inc cb953f68c2 * as 3.2.0 is now the oldest compiler we support we can now use {$push} {$pop} to reset the $minenumsize in the RTTI header před 4 roky
sfpu128.pp ccfa38c68e * Dotted RTL compiles před 2 roky
sfpux80.pp ccfa38c68e * Dotted RTL compiles před 2 roky
softfpu.pp ccfa38c68e * Dotted RTL compiles před 2 roky
sortbase.pp ccfa38c68e * Dotted RTL compiles před 2 roky
sstrings.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
strings.pp ccfa38c68e * Dotted RTL compiles před 2 roky
stringsi.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
sysres.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
system.fpd 86ffe69380 * Better signature for Initialize/Finalize dummies před 2 roky
system.inc 31ef662201 * check zero length instead of comparing to empty string před 2 roky
systemh.inc 4c529287c6 * string -> shortstring před 2 roky
text.inc 4c529287c6 * string -> shortstring před 2 roky
textrec.inc 45b5e9215c rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that před 4 roky
thread.inc 452ec93f06 * implement waitformultiple for win32 only. před 2 roky
threadh.inc 452ec93f06 * implement waitformultiple for win32 only. před 2 roky
threadvr.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
tinyheap.inc 9d41a435c2 * tinyheap: Disable inline when FPC_TINYHEAP_HUGE is defined to prevent code bloat. před 5 roky
tnyheaph.inc a72434e93a Trial to clarify heap for i8086 issues: před 9 roky
typefile.inc 1671010086 * string -> shortstring, check zero length instead of comparing to empty string před 2 roky
typshrd.inc 7bd5613954 * fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy před 2 roky
typshrdh.inc 5fb88cef00 * Tpoint.Angle initial version using arctan2 před 2 roky
uachar.pp b2a13077c0 * redefine also PPChar and PPPChar depending on the string type mode, resolves #40491 před 1 rokem
ufloat128.pp ccfa38c68e * Dotted RTL compiles před 2 roky
ufloatx80.pp ccfa38c68e * Dotted RTL compiles před 2 roky
ustringh.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
ustrings.inc 854d944cfa Faster string concatenations. před 1 rokem
uuchar.pp b2a13077c0 * redefine also PPChar and PPPChar depending on the string type mode, resolves #40491 před 1 rokem
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated před 19 roky
variant.inc 3085eac501 * String -> ShortString před 2 roky
varianth.inc 038f054bdc * Add varUInt32 alias for delphi compatibility před 1 rokem
wstringh.inc d2d3fe6bc3 * Char -> AnsiChar před 2 roky
wstrings.inc 3aefada11a * check zero length instead of comparing to empty string před 2 roky

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.
flt_*.inc Routines to convert floating point numbers to strings and vice versa.
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.