| .. |
|
dati.inc
|
* Extend GetLocalTimeOffset to return Dst or not
|
2025-02-19 17:31:01 +01:00 |
|
datih.inc
|
* Extend GetLocalTimeOffset to return Dst or not
|
2025-02-19 17:31:01 +01:00 |
|
disk.inc
|
|
|
|
diskh.inc
|
|
|
|
filutil.inc
|
* leave GetFileContents() early if the file size is 0 to avoid a range error if the RTL is compiled with range checks
|
2025-01-13 23:30:02 +01:00 |
|
filutilh.inc
|
|
|
|
fina.inc
|
* use sametext instead of converting case
|
2025-04-07 15:00:55 +02:00 |
|
finah.inc
|
Remove conditionals that rely on not defined(FPC_HAS_CPSTRING).
|
2024-11-04 10:28:33 +00:00 |
|
fmtflt.inc
|
|
|
|
intfh.inc
|
|
|
|
osutil.inc
|
|
|
|
osutilsh.inc
|
|
|
|
stre.inc
|
|
|
|
strg.inc
|
|
|
|
sysansi.inc
|
|
|
|
sysansih.inc
|
|
|
|
syscodepages.inc
|
|
|
|
syscodepagesh.inc
|
|
|
|
sysencoding.inc
|
|
|
|
sysencodingh.inc
|
|
|
|
sysformt.inc
|
* Allow %o, let %p handle object pointers and class pointers. Fixes issue #40762
|
2024-10-09 09:11:08 +02:00 |
|
syshelp.inc
|
|
|
|
syshelpb.inc
|
|
|
|
syshelpf.inc
|
|
|
|
syshelph.inc
|
* fix #40305: with type helpers now supporting inheriting from unique type aliases, declare a TRealHelper as a descendant of TDoubleHelper (cause Real is a Double)
|
2024-10-25 15:26:32 +02:00 |
|
syshelpo.inc
|
|
|
|
syshelps.inc
|
* Correct compare helper. Fix issue #41338
|
2025-07-23 17:36:54 +02:00 |
|
sysint.inc
|
* Allow TFormatSettings.Create with string (using callback)
|
2025-02-19 20:36:54 +01:00 |
|
sysinth.inc
|
* Allow TFormatSettings.Create with string (using callback)
|
2025-02-19 20:36:54 +01:00 |
|
sysmarshal.inc
|
|
|
|
sysmarshalh.inc
|
|
|
|
syspch.inc
|
|
|
|
syspchh.inc
|
|
|
|
syssb.inc
|
* Added Delphi-compatible overload for ToString with UpdateCapacity argument
|
2024-02-20 14:49:13 +01:00 |
|
syssbh.inc
|
* Added Delphi-compatible overload for ToString with UpdateCapacity argument
|
2024-02-20 14:49:13 +01:00 |
|
syssr.inc
|
|
|
|
sysstr.inc
|
* Optimization by Bart. Fixes issue #40150
|
2025-07-23 23:07:54 +02:00 |
|
sysstrh.inc
|
const for TFormatSettings
|
2025-03-09 14:53:24 +00:00 |
|
systhrdh.inc
|
|
|
|
sysuintf.inc
|
|
|
|
sysuni.inc
|
Let “Trim”s return string uncopied.
|
2024-06-09 19:35:22 +00:00 |
|
sysunih.inc
|
Let “Trim”s return string uncopied.
|
2024-06-09 19:35:22 +00:00 |
|
sysuthrd.inc
|
|
|
|
sysutilh.inc
|
* LLVM workaround
|
2025-05-14 08:47:14 +02:00 |
|
sysutils.inc
|
* Use last invalid type cast info in EInvalidCast exception
|
2025-10-16 14:46:10 +02:00 |
|
syswide.inc
|
Let “Trim”s return string uncopied.
|
2024-06-09 19:35:22 +00:00 |
|
syswideh.inc
|
Let “Trim”s return string uncopied.
|
2024-06-09 19:35:22 +00:00 |
|
tzenv.inc
|
* In case of no DST, DST timezone offset must equal normal timezone offset
|
2025-08-01 16:37:56 +02:00 |