..
aliases.inc
* patch by Rika: Make more use of fpc_*_array (mainly fpc_addref_array) in rtl/inc/dynarr.inc, resolves #40174
2023-02-28 21:54:05 +01:00
astrings.inc
* string -> shortstring, check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00
blockrtl.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
cgeneric.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
cgenmath.inc
cgenstr.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
charset.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
cmem.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
compproc.inc
* string -> shortstring
2023-07-14 17:26:11 +02:00
ctypes.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
currh.inc
* fixed round(currency) so it takes the rounding mode into account on
2020-12-27 13:19:02 +00:00
dos.inc
* string -> shortstring
2023-07-14 17:26:11 +02:00
dosh.inc
* string -> shortstring
2023-07-14 17:26:11 +02:00
dynarr.inc
* patch and test by Rika: fixes self inserts in Insert(x, dynarray) and improves Insert(x, dynarray), resolves #40417
2023-08-29 22:23:22 +02:00
dynarrh.inc
* export DynArrayAssign, resolves #39897
2022-10-06 22:56:38 +02:00
dynlib.inc
* string -> ansistring
2023-07-14 17:26:11 +02:00
dynlibh.inc
* string -> ansistring
2023-07-14 17:26:11 +02:00
dynlibs.pas
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
except.inc
* enable the compiler to optimize away parts of System.PushExceptObject, if System.get_frame is not implemented, i.e. returning nil
2020-10-06 19:43:17 +00:00
excepth.inc
exeinfo.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
extpas.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
extres.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
fexpand.inc
* check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00
file.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
filerec.inc
* fixed padding in the filerec to match textrec even on platforms where
2021-10-13 02:02:50 +03:00
flt_conv.inc
flt_core.inc
* string -> shortstring
2023-07-22 08:26:22 +00:00
flt_pack.inc
fpextres.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
fpintres.pp
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
gencurr.inc
* fixed round(currency) so it takes the rounding mode into account on
2020-12-27 13:19:02 +00:00
generic.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
genmath.inc
* improved fpc_frac_real
2022-02-18 22:47:55 +01:00
genmathh.inc
New: rtl/inc/genmathh.inc source file, to provide a unique position
2020-07-21 14:24:14 +00:00
genset.inc
Faster genset.inc:fpc_varset_set_range.
2023-08-28 20:16:54 +00:00
genstr.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
genstrs.inc
* check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00
getopts.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
heap.inc
* Fix issue #40360
2023-07-23 23:32:37 +02:00
heaph.inc
+ initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
2020-03-29 17:13:45 +00:00
heaptrc.pp
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
innr.inc
* first part of merging parts of Jeppe's intrinsics patch, mainly r31135
2020-01-14 21:52:39 +00:00
int64.inc
* omit first not, helps the reg. allocator to find a workable colouring, resolves #36611
2020-01-20 21:13:34 +00:00
intres.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
iso7185.pp
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
isotmp.inc
* Fix typo
2023-07-14 17:26:11 +02:00
lineinfo.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
llvmintr.inc
llvmdbg: support for generating debug information for local/para varsyms
2022-06-04 22:26:40 +02:00
lnfodwrf.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
lstrings.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
macpas.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
makefile.inc
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
Makefile.rtl
Dotted rules for arm-embedded
2023-08-10 00:23:51 +02:00
mathh.inc
FPU exception mask: generlised system unit interface
2022-10-17 19:43:01 +00:00
objc1.inc
Add FPC_DOTTEDUNITS code
2023-08-02 15:20:27 +02:00
objc.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
objcbase.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
objcnf.inc
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
objpas.inc
* Fix compilation for avr-embedded (no unicode strings)
2023-07-24 14:54:30 +02:00
objpash.inc
* Unicode resource strings
2023-07-25 16:06:53 +02:00
osheap.inc
rtl/osheap: fixed a dumb reversed condition in osheap/SysAllocMem()
2021-12-26 15:56:34 +01:00
pagemem.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
psabieh.inc
psabiehh.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
readme
- removed old float-to-string and string-to-float conversion code
2020-05-17 14:05:38 +00:00
resh.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
rtti.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
rttidecl.inc
rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that
2021-03-23 09:32:49 +00:00
rttih.inc
* 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
2021-05-27 05:43:01 +00:00
sfpu128.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
sfpux80.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
softfpu.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
sortbase.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
sstrings.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
strings.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
stringsi.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
sysres.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
system.fpd
* Better signature for Initialize/Finalize dummies
2023-03-19 15:22:54 +01:00
system.inc
* check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00
systemh.inc
* string -> shortstring
2023-07-22 08:26:22 +00:00
text.inc
* string -> shortstring
2023-07-22 08:26:22 +00:00
textrec.inc
rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that
2021-03-23 09:32:49 +00:00
thread.inc
* implement waitformultiple for win32 only.
2023-05-20 14:37:26 +02:00
threadh.inc
* implement waitformultiple for win32 only.
2023-05-20 14:37:26 +02:00
threadvr.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
tinyheap.inc
* tinyheap: Disable inline when FPC_TINYHEAP_HUGE is defined to prevent code bloat.
2020-08-19 10:48:00 +00:00
tnyheaph.inc
typefile.inc
* string -> shortstring, check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00
typshrd.inc
* fix error on win64 and concerns about pulling math into the windows unit by a local arctan2 copy
2022-12-30 22:28:49 +01:00
typshrdh.inc
* Tpoint.Angle initial version using arctan2
2022-12-30 19:34:03 +01:00
uachar.pp
* add uachar loading for unicode rtl
2023-07-22 08:26:22 +00:00
ufloat128.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
ufloatx80.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
ustringh.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
ustrings.inc
* Zero out stringmanager record
2023-07-24 15:38:09 +02:00
uuchar.pp
* Restore char/pchar
2023-07-14 17:26:11 +02:00
varerror.inc
variant.inc
* String -> ShortString
2023-07-14 17:26:11 +02:00
varianth.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
wstringh.inc
* Char -> AnsiChar
2023-07-14 17:26:10 +02:00
wstrings.inc
* check zero length instead of comparing to empty string
2023-07-14 17:26:11 +02:00