| .. |
|
dati.inc
|
+ implemented SysUtils.FileGetDate for WASI
|
2021-10-11 15:08:48 +03:00 |
|
datih.inc
|
* FileGetDate, FileSetDate with TDateTime and UTC
|
2020-11-12 13:36:39 +00:00 |
|
disk.inc
|
SysUtils: make GetDriveIDFromLetter accept lowercase letters
|
2020-03-29 06:16:28 +00:00 |
|
diskh.inc
|
* Added GetDriveIDFromLetter, bug ID #28318
|
2016-03-20 19:04:49 +00:00 |
|
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
|
* partial fix for mantis #22912 (waiting on clarification from Unicode
|
2012-09-28 07:57:45 +00:00 |
|
osutil.inc
|
* Fix issue ID #38772
|
2021-04-18 10:45:47 +00:00 |
|
osutilsh.inc
|
* Fix bug #33204
|
2018-02-24 11:12:11 +00:00 |
|
stre.inc
|
SysUtils: SInvalidDateTime <> SInvalidDateTimeFloat
|
2020-09-02 09:58:12 +00:00 |
|
strg.inc
|
|
|
|
sysansi.inc
|
* declared CharInSet(ansichar,tsyscharset) as inline
|
2013-06-27 21:38:13 +00:00 |
|
sysansih.inc
|
* declared CharInSet(ansichar,tsyscharset) as inline
|
2013-06-27 21:38:13 +00:00 |
|
syscodepages.inc
|
+ added cp3021 (Bulgarian MIK) code page support
|
2017-06-07 13:19:20 +00:00 |
|
syscodepagesh.inc
|
* partial fix for mantis #22912 (waiting on clarification from Unicode
|
2012-09-28 07:57:45 +00:00 |
|
sysencoding.inc
|
* TEncoding.GetEncoding - create unicode encodings, not only MBCS
|
2021-09-01 09:31:50 +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
|
* Added some explanatory comments about the use of this include file
|
2016-11-20 10:07:15 +00:00 |
|
syshelp.inc
|
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
2021-12-03 14:52:19 +01: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
|
* Fix bug ID #32837, correct Mantissa and Fraction in float helpers, patch from Bart Broersma
|
2018-06-29 20:51:32 +00:00 |
|
syshelph.inc
|
+ add type helpers for the remaining Boolean types (QWordBool and Boolean{8,16,32,64})
|
2021-12-03 14:52:19 +01:00 |
|
syshelpo.inc
|
* fix bootstrapping wtih 3.2.2 and -Cpcoreavx2
|
2021-11-14 23:13:51 +01:00 |
|
sysint.inc
|
* stripped trailing spaces
|
2013-01-02 10:50:32 +00:00 |
|
sysinth.inc
|
|
|
|
syspch.inc
|
* fixed StrPLCopy() with maxlen=0 (mantis #28089, patch by LacaK)
|
2015-05-15 09:00:56 +00:00 |
|
syspchh.inc
|
* Const string in StrP(L)Copy (bug report 26100)
|
2014-05-11 10:11:41 +00:00 |
|
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
|
* Add overloaded version of stringreplace with replacement count (ID 23987)
|
2019-02-16 07:55:26 +00:00 |
|
sysstr.inc
|
* Make hexdigits a global constant
|
2021-11-30 09:06:41 +01:00 |
|
sysstrh.inc
|
* rename generic TStringBuilder to TGenericStringBuilder to make code tools happy
|
2020-11-24 09:43:46 +00:00 |
|
systhrdh.inc
|
* several fixes for TMultiReadExclusiveWriteSynchronizer, based on patch by
|
2016-10-08 20:45:45 +00:00 |
|
sysuintf.inc
|
* Fix bug #27006
|
2015-04-22 17:01:14 +00:00 |
|
sysuni.inc
|
* Add overloaded version of stringreplace with replacement count (ID 23987)
|
2019-02-16 07:55:26 +00:00 |
|
sysunih.inc
|
* Add overloaded version of stringreplace with replacement count (ID 23987)
|
2019-02-16 07:55:26 +00:00 |
|
sysuthrd.inc
|
* TMultiReadExclusiveWriteSynchronizer: removed some unnecessary barriers and
|
2019-02-02 15:19:32 +00:00 |
|
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
|
* Add overloaded version of stringreplace with replacement count (ID 23987)
|
2019-02-16 07:55:26 +00:00 |
|
syswideh.inc
|
* Add overloaded version of stringreplace with replacement count (ID 23987)
|
2019-02-16 07:55:26 +00:00 |
|
tzenv.inc
|
* provided additional information in comments in the include file header
|
2020-11-24 00:45:00 +00:00 |