florian 88648248ec * fix random(<int64>) for 32 Bit CPUs hace 6 años
..
aliases.inc 0cff9fe83c * Call management operator (Initialize) for records when SetLength for dynamic arrays is used. hace 8 años
astrings.inc 68bb9bef2c * Optimize fpc_AnsiStr_Compare to not use exception frame unless codepages differ hace 8 años
blockrtl.pp c730e16031 * changed the syntax for block procvars from "xxx is block" to hace 11 años
cgeneric.inc daa746243a * use clib constant instead of literal 'c' in case we have a target where the library is not called 'c' (hopefully all targets that use cgeneric.inc have the clib constant declared in their sysos.inc) hace 6 años
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. hace 9 años
cgenstr.inc 67be73afa5 * fixed type of size parameter of strn(case)cmp hace 10 años
charset.pp 606b0a99c7 Remove wrong close call after failed Reset hace 11 años
cmem.pp 41f25c2b21 * fixes cmem.malloc et al. for windows as proposed by Ludo Brands, resolves #15571 hace 14 años
compproc.inc c262c5dbc9 * synchronised with trunk till r42256 hace 6 años
ctypes.pp 5c6afe259e * long double = double on Darwin/AArch64 hace 10 años
currh.inc 62eed2e3f2 * function round(c : currency) : int64; requires the availability of an fpu hace 13 años
dos.inc 819752c334 Avoid warnings when -v0 is used by using $push/$pop hace 6 años
dosh.inc d0f4e7cc99 * respect feature defines hace 10 años
dynarr.inc ed688aceee * remove packed from tdynarray, it is not needed and especially 64 bit CPUs which require proper aligment, suffer from it hace 6 años
dynarrh.inc 8b5461367b * move TTypeKind from TypInfo unit to System unit as it's necessary for the future GetTypeKind() intrinsic hace 8 años
dynlib.inc 4b61981ad9 * changed the return type of GetProcAddress in the generic dynlibs interface to hace 10 años
dynlibh.inc 4b61981ad9 * changed the return type of GetProcAddress in the generic dynlibs interface to hace 10 años
dynlibs.pas c9b3279e3c + added unit dynlibs to the win16 rtl hace 10 años
except.inc 4e73919676 - removed FPC 2.6.x bootstrapping code hace 7 años
excepth.inc 3cfad8fba8 * renamed FPC_USE_PSEABIEH to FPC_USE_PSABIEH hace 7 años
exeinfo.pp c85f7cfc26 aros/amigaos4: enabled ELF32/64 and GetModuleAddr() in exeinfo, based on the MorphOS versionexeinfo.pp hace 7 años
extpas.pp 70b8789262 o basic extended pascal support: hace 10 años
extres.inc 174de3eab1 Merged revisions 9693-10480 via svnmerge from hace 18 años
fexpand.inc 819752c334 Avoid warnings when -v0 is used by using $push/$pop hace 6 años
file.inc 590ec0f3e6 * more procedures excluded to avoid internalerrors on avr after the trgobj.conservative fix hace 10 años
filerec.inc 4331904eb8 * made mode field of file recs word sized on 8 and 16 bit systems hace 8 años
flt_conv.inc e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) hace 9 años
flt_core.inc e5a1231931 * updated FSF address (mantis #30198, patch by Paul Gevers) hace 9 años
flt_pack.inc 6522cd78ee added some float64() casts, based on similar casts in the 32bit code path, which makes ARM to build again hace 12 años
fpextres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from hace 18 años
fpintres.pp 174de3eab1 Merged revisions 9693-10480 via svnmerge from hace 18 años
gencurr.inc 62eed2e3f2 * function round(c : currency) : int64; requires the availability of an fpu hace 13 años
generic.inc 1b698d319f - Fix bug in software overflow checking for longint's. hace 6 años
genmath.inc c189af0e3d * improved software floating point exception handling in the rtl hace 6 años
genset.inc 670ee264de * fixed upper bound of several helper array types for set operations hace 13 años
genstr.inc d94b9bd4ab * Check for Nil in strend hace 9 años
genstrs.inc 4ace790492 * remove $Log hace 20 años
getopts.pp 646d7c2a95 * helper in record to make setting parameters a bit denser. hace 6 años
heap.inc c0372f80e0 * with section threadvars, heap relocation is not needed hace 6 años
heaph.inc c8ad916710 Use FPC_NO_DEFAULT_MEMORYMANAGER define to guard SysGetmem/SysFreemem function definitions, also used for msdos OS hace 9 años
heaptrc.pp ee22dbe589 Handle change of memory base address after call to SysTryResizeMem hace 6 años
innr.inc 9630eb7ce9 * synchronised with trunk till r40466 hace 7 años
int64.inc f92b8d1681 * changes shift parameter of shift helpers into ALUUInt, as there is an "and" used anyways, this does not change semantics but reduces register pressure on 8 bit targets hace 6 años
intres.inc 25c4a5c986 Fix usage of external resources on systems besides Darwin by moving the variable referencing FPC_RESLOCATION fon non-indirect entry information systems from system.inc back into intres.inc hace 9 años
iso7185.pp b02470468b * handle off by one in FilePos due to the filled buffer in iso mode, resolves #40850 hace 6 años
isotmp.inc 19fa828466 * android: Use the current dir as temp. hace 7 años
lineinfo.pp 7ef8f00100 * more occured -> occurred spelling fixes. hace 9 años
llvmintr.inc 789f13eb24 * LLVM-specific support for popcnt hace 6 años
lnfodwrf.pp b18602485a * fixed base segment calculation on i8086 (code moved after call to OpenDwarf, hace 7 años
lstrings.pp ebe262762a * Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes hace 12 años
macpas.pp f22c6870d5 * use math.SetExceptionMask() to disable floating point exceptions hace 17 años
makefile.inc 2d042aca6b + system unit depends on compproc.inc hace 15 años
mathh.inc a9205c9fba * Fix bug ID #32837, correct Mantissa and Fraction in float helpers, patch from Bart Broersma hace 7 años
objc.pp 3b87b10904 * explicitly link libobjc to prevent the symbol __objc_empty_cache from hace 6 años
objc1.inc 4bc657a067 * renamed objcbase.BOOL type to objc.ObjCBOOL to prevent name clashes hace 6 años
objcbase.pp 4bc657a067 * renamed objcbase.BOOL type to objc.ObjCBOOL to prevent name clashes hace 6 años
objcnf.inc 4bc657a067 * renamed objcbase.BOOL type to objc.ObjCBOOL to prevent name clashes hace 6 años
objpas.inc 10af6fe2fb * fix for Mantis #35965: correct alignment also for the class info used to retrieve the unit name hace 6 años
objpash.inc e97a2cb03e * tests with Delphi showed that an attribute class must explicitely declare a parameterless constructor if it should be used, cause TCustomAttribute.Create is private hace 6 años
pagemem.pp 4ace790492 * remove $Log hace 20 años
psabieh.inc 13902c1c7a * fixed compilation for __ARM_EABI_UNWINDER__ with -dexcdebug hace 6 años
psabiehh.inc 0657ce7c02 * get rid of fpc_Resume hace 6 años
readme 13db04fb8b * small cleanup of commented code (merged) hace 24 años
real2str.inc 69ce5fa66b * patch by Max Nazhalov to improve real2str performance, resolves #21825 hace 13 años
resh.inc 9f9abd525a * Patch from Luiz Americo to add const to some string params (Bug ID 30197) hace 9 años
rtti.inc 00a418f589 * also correctly align the pointer for the record elements inside FPC_COPY hace 6 años
rttidecl.inc 217ae6e4bb * more fixes to rtti after attribute branch merging hace 6 años
rttih.inc c07e723d37 + add some Delphi-compatible type kind aliases hace 8 años
sfpu128.pp 6e81fe6abc + Add two new sotfpuu units with x80 or 128 bit support hace 14 años
sfpux80.pp 6e81fe6abc + Add two new sotfpuu units with x80 or 128 bit support hace 14 años
softfpu.pp 61d16e1063 Allow compilation of softfpu unit with 128-bit upport on big endian code (code generated might be wrong) hace 8 años
sortbase.pp 1c64f4c751 * some formatting changes to avoid very large lines in the source code hace 6 años
sstrings.inc c932dfaf70 * first bunch of fixes for rtti for arm after attribute commits, fixes mostly alignment issues hace 6 años
strings.pp 16ba47be46 * Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481) hace 7 años
stringsi.inc 0e9690c31b * added striscan, strriscan and stripos hace 16 años
sysres.inc 9f9abd525a * Patch from Luiz Americo to add const to some string params (Bug ID 30197) hace 9 años
system.fpd b3a8543a56 * synchronised with trunk till r40942 hace 7 años
system.inc 88648248ec * fix random(<int64>) for 32 Bit CPUs hace 6 años
systemh.inc 48b8110e38 * disable UCS4String if dynamic arrays are disabled hace 6 años
text.inc 74275a9173 * in ISO mode, f^ is undefined after Rewrite hace 6 años
textrec.inc 4331904eb8 * made mode field of file recs word sized on 8 and 16 bit systems hace 8 años
thread.inc 5ed2475c85 * InitThread variant without parameters as user threads normally cannot know the max. stack size hace 6 años
threadh.inc 72416edcc4 + support for tlsm_general on i386-linux hace 7 años
threadvr.inc 9c041afc7c * disable generic threadvar handling if section thread vars are available hace 7 años
tinyheap.inc a16326fa95 Avoid MSDOS Memory Control Block (MCB) chain corruption in RegisterTinyHeapBlock hace 8 años
tnyheaph.inc a72434e93a Trial to clarify heap for i8086 issues: hace 9 años
typefile.inc 273045c295 * use the first element of the filrec._private array to track eof for typed files in iso mode (this will not hurt as iso mode does not specify the _private field), resolves #32938 hace 8 años
typshrd.inc 15fcd0ab61 * remove old ifdefs hace 7 años
typshrdh.inc 15fcd0ab61 * remove old ifdefs hace 7 años
ufloat128.pp 9daa2279f6 Use sfpu128 unit instead of softfpu, as softfpu does not always has 128-bit support enabled hace 8 años
ufloatx80.pp 856b3d86ce Add ufloatx80 unit, to add operator overload for 80-bit extended type on CPUs that do not support this type natively hace 8 años
ustringh.inc 48b8110e38 * disable UCS4String if dynamic arrays are disabled hace 6 años
ustrings.inc 48b8110e38 * disable UCS4String if dynamic arrays are disabled hace 6 años
uuchar.pp 7c62aadf65 * Fixed string conversion warnings in RTL. hace 10 años
varerror.inc 77d20627dc * removed duplicate EVariant class from varutils and incorporated hace 20 años
variant.inc 858fd37483 - removed FPC_HASINTERNALOLEVARIANT2VARIANTCAST-related checks, FPC 2.6.4 hace 10 años
varianth.inc 07b1a3d211 * adjust signature of variant managers olevarfromint so that 64-bit values can be passed as well (as was probably intended originally) hace 6 años
wstringh.inc a2c9c75e97 Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. hace 9 años
wstrings.inc a2c9c75e97 Convert Insert() and Delete() to intrinsics in preparation for dynamic array support for these two procedures. hace 9 años

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.