..
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
Faster string concatenations.
2023-11-05 14:59:42 +00:00
blockrtl.pp
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
cgeneric.inc
* avoid wrong warning about FillChar not initializing the output parameter in case count <= 0
2024-01-15 21:54:11 +01: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
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
Let fpc_dynarray_concat(_multi) reuse the only nonempty input or append to the destination if possible.
2023-09-12 20:58:50 +00: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
* Add HINST for Delphi compatibility
2023-11-01 21:38:55 +01:00
dynlibs.pas
* Dotted RTL compiles
2023-07-27 19:04:03 +02:00
except.inc
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
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
generic.inc
Improve shortstring Pos() and generic fpc_shortstr_compare().
2024-01-01 21:12:52 +00:00
genmath.inc
genmathh.inc
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
* check length of optstring before dereferencing (optstring[1]) it. Fixes #40596
2024-01-17 11:41:16 +01:00
heap.inc
* Fix issue #40360
2023-07-23 23:32:37 +02:00
heaph.inc
heaptrc.pp
m68k-sinclairql: make heaptrc compile for the QL
2024-01-08 02:22:15 +01:00
innr.inc
int64.inc
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
* Do not use namespace prefix for lnfodwarf
2023-11-08 17:08:03 +01:00
llvmintr.inc
LLVM: use llvm.dbg.declare instead of llvm.dbg.addr for variable declarations
2023-12-06 22:57:16 +01:00
lnfodwrf.pp
* Do not use namespace prefix for lnfodwarf
2023-11-08 17:08:03 +01: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
* Regen Makefiles with correct defines for some lineinfo units
2023-11-08 18:15:52 +01: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 implementation comment
2024-01-22 22:27:33 +01:00
objpash.inc
* fix #40592 : make the Delphi-compatible attributes usable, but in a way that makes it clear to the user that they won't work
2024-01-15 22:29:47 +01:00
osheap.inc
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
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
rttih.inc
* Define RTTI visibilities
2024-01-02 07:09:23 +01: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
Improve shortstring Pos() and generic fpc_shortstr_compare().
2024-01-01 21:12:52 +00: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
* avoid that fpc_fillmem does not inline due too much nested calls
2024-01-15 22:42:53 +01:00
systemh.inc
ERMSB-aware Fill* for i386.
2024-01-01 18:33:33 +00:00
text.inc
* string -> shortstring
2023-07-22 08:26:22 +00:00
textrec.inc
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
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
* redefine also PPChar and PPPChar depending on the string type mode, resolves #40491
2023-10-31 23:13:22 +01: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
* Delphi-compatible overloads UTF8ToUnicodeString
2024-01-18 09:32:15 +01:00
ustrings.inc
* Delphi-compatible overloads UTF8ToUnicodeString
2024-01-18 09:32:15 +01:00
uuchar.pp
* redefine also PPChar and PPPChar depending on the string type mode, resolves #40491
2023-10-31 23:13:22 +01:00
varerror.inc
variant.inc
* String -> ShortString
2023-07-14 17:26:11 +02:00
varianth.inc
* Add varUInt32 alias for delphi compatibility
2023-11-01 21:38:55 +01: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