.. |
dati.inc
|
+ implemented SysUtils.FileGetDate for WASI
|
2021-10-11 15:08:48 +03:00 |
datih.inc
|
* seperator => separator
|
2022-01-02 13:12:33 +01:00 |
disk.inc
|
SysUtils: make GetDriveIDFromLetter accept lowercase letters
|
2020-03-29 06:16:28 +00:00 |
diskh.inc
|
|
|
filutil.inc
|
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
2021-04-10 13:29:59 +00:00 |
filutilh.inc
|
+ implemented FindFirst, FindNext and FindClose in SysUtils for the WASI platform
|
2021-10-19 15:39:59 +03:00 |
fina.inc
|
* fix casing of "VAr", no code changes
|
2021-03-02 08:06:05 +00:00 |
finah.inc
|
SysUtils: add ExpandFileName with a BasePath overload
|
2020-01-13 12:36:35 +00:00 |
fmtflt.inc
|
* fix formatfloat for 0 in exponential format (based on patch by
|
2020-09-05 18:44:57 +00:00 |
intfh.inc
|
|
|
osutil.inc
|
* Fix issue ID #38772
|
2021-04-18 10:45:47 +00:00 |
osutilsh.inc
|
* add overload to getenvironmentvariable so that it is also found when windows is before sysutils in the uses list. bug #39448
|
2022-04-25 14:07:57 +02:00 |
stre.inc
|
SysUtils: SInvalidDateTime <> SInvalidDateTimeFloat
|
2020-09-02 09:58:12 +00:00 |
strg.inc
|
|
|
sysansi.inc
|
|
|
sysansih.inc
|
|
|
syscodepages.inc
|
|
|
syscodepagesh.inc
|
|
|
sysencoding.inc
|
* another fix for bug #39758, this time the end of the string
|
2022-06-05 17:46:58 +02:00 |
sysencodingh.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 |
sysformt.inc
|
|
|
syshelp.inc
|
* Avoid memory allocation in IsNullOrWhitespace. Fix issue #39702
|
2022-05-05 12:04:52 +02:00 |
syshelpb.inc
|
* adjust ToInteger of the Boolean helpers so that it returns the value of either True or False, but not any other value (e.g. in the *Bool types). This is not only Delphi compatible, but also fixes the compilation problem of the one or other 32-bit platform (like PowerPC) after e65b822a .
|
2021-12-05 00:03:05 +01:00 |
syshelpf.inc
|
|
|
syshelph.inc
|
* Change return type of some functions, so -1 can actually be returned, patch by Zeljko Avramovic (issue 39268).
|
2022-01-22 11:17:44 +01:00 |
syshelpo.inc
|
* Change return type of some functions, so -1 can actually be returned, patch by Zeljko Avramovic (issue 39268).
|
2022-01-22 11:17:44 +01:00 |
sysint.inc
|
|
|
sysinth.inc
|
|
|
syspch.inc
|
|
|
syspchh.inc
|
|
|
syssb.inc
|
* rename generic TStringBuilder to TGenericStringBuilder to make code tools happy
|
2020-11-24 09:43:46 +00:00 |
syssbh.inc
|
* rename generic TStringBuilder to TGenericStringBuilder to make code tools happy
|
2020-11-24 09:43:46 +00:00 |
syssr.inc
|
|
|
sysstr.inc
|
* have the unsigned 32-bit overload of IntToHex use the signed 32-bit one to avoid usage of 64-bit arithmetic (and parameter passing) when it can be avoided
|
2022-04-19 14:24:01 +02:00 |
sysstrh.inc
|
* rename generic TStringBuilder to TGenericStringBuilder to make code tools happy
|
2020-11-24 09:43:46 +00:00 |
systhrdh.inc
|
|
|
sysuintf.inc
|
|
|
sysuni.inc
|
|
|
sysunih.inc
|
|
|
sysuthrd.inc
|
|
|
sysutilh.inc
|
+ Exception.GetBaseException
|
2021-11-23 23:01:06 +01:00 |
sysutils.inc
|
+ Exception.GetBaseException
|
2021-11-23 23:01:06 +01:00 |
syswide.inc
|
|
|
syswideh.inc
|
|
|
tzenv.inc
|
* provided additional information in comments in the include file header
|
2020-11-24 00:45:00 +00:00 |