.. |
dati.inc
|
* Fix wrong TimeStampToMSecs result on 32-bit. Fixes issue #40522
|
2023-12-22 11:32:57 +01:00 |
datih.inc
|
* Do not use comp type, use int64 instead. Fix issue #40469
|
2023-10-16 10:25:52 +02:00 |
disk.inc
|
* typo fix in previous commit relating to #40558
|
2023-12-14 09:59:04 +01:00 |
diskh.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
filutil.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
filutilh.inc
|
* Use value for fmShareNoLocking which does not overlap with classes fmCreate
|
2024-01-30 13:35:54 +01:00 |
fina.inc
|
* Some code cleanup in Extract* functions. Fixes issue #40587
|
2024-01-06 21:42:03 +01:00 |
finah.inc
|
* Add ChangeFilePath
|
2023-11-10 18:14:03 +01:00 |
fmtflt.inc
|
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2023-07-24 15:38:09 +02:00 |
intfh.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
osutil.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
osutilsh.inc
|
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2023-07-24 15:38:09 +02:00 |
stre.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
strg.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
sysansi.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
sysansih.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
syscodepages.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
syscodepagesh.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:28 +02:00 |
sysencoding.inc
|
Add potentially required barriers to TEnconding.
|
2023-11-10 02:36:04 +03:00 |
sysencodingh.inc
|
Replace TEncoding.FLock with interlocked operations.
|
2023-11-09 09:11:00 +00:00 |
sysformt.inc
|
* Add boolean %b format specifier
|
2023-10-15 23:06:02 +02:00 |
syshelp.inc
|
* Some delphi compatibility issues solved (PtrToNil and TGUID operator)
|
2023-11-29 14:34:27 +01:00 |
syshelpb.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:26:10 +02:00 |
syshelpf.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:26:10 +02:00 |
syshelph.inc
|
* Some delphi compatibility issues solved (PtrToNil and TGUID operator)
|
2023-11-29 14:34:27 +01:00 |
syshelpo.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:26:46 +02:00 |
syshelps.inc
|
* Dotted RTL compiles
|
2023-07-27 19:04:03 +02:00 |
sysint.inc
|
* Make sure it compiles with 3.2.2
|
2023-11-01 23:37:12 +01:00 |
sysinth.inc
|
* Add some methods to TFormatSettings for Delphi compatibility
|
2023-11-01 21:38:55 +01:00 |
sysmarshal.inc
|
* Move TMarshal to system unit
|
2023-07-22 15:24:27 +02:00 |
sysmarshalh.inc
|
* Move TMarshal to system unit
|
2023-07-22 15:24:27 +02:00 |
syspch.inc
|
* PChar -> PansiChar
|
2023-07-15 18:22:41 +02:00 |
syspchh.inc
|
* PChar -> PansiChar
|
2023-07-15 18:22:41 +02:00 |
syssb.inc
|
* Add enumerator for TStringBuilder. Fix issue #37088
|
2023-08-12 14:33:50 +02:00 |
syssbh.inc
|
* Add enumerator for TStringBuilder. Fix issue #37088
|
2023-08-12 14:33:50 +02:00 |
syssr.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |
sysstr.inc
|
* Add unicode AnsiLastChar overload
|
2023-11-14 10:26:49 +01:00 |
sysstrh.inc
|
* Correct casing. Fixes #40589
|
2024-01-10 09:43:51 +01:00 |
systhrdh.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |
sysuintf.inc
|
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2023-07-24 15:38:09 +02:00 |
sysuni.inc
|
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2023-07-24 15:38:09 +02:00 |
sysunih.inc
|
* Synchronize API for AnsiString/Unicode string, keep string where possible.
|
2023-07-24 15:38:09 +02:00 |
sysuthrd.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |
sysutilh.inc
|
* put EInvalidArgument into SysUtils
|
2024-02-05 22:41:17 +01:00 |
sysutils.inc
|
Add Exchange<T> that works like std::exchange in C++.
|
2023-11-21 04:34:16 +03:00 |
syswide.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |
syswideh.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |
tzenv.inc
|
* Refer to mainunit for lazarus IDE
|
2023-07-14 20:28:03 +02:00 |