marcoonthegit 8d0b822a27 * check for frac(dt) being slightly lower than a whole number. Patch by Werner P %!s(int64=2) %!d(string=hai) anos
..
dati.inc 8d0b822a27 * check for frac(dt) being slightly lower than a whole number. Patch by Werner P %!s(int64=2) %!d(string=hai) anos
datih.inc 2a93e65511 * seperator => separator %!s(int64=3) %!d(string=hai) anos
disk.inc eb9a4eca91 SysUtils: make GetDriveIDFromLetter accept lowercase letters %!s(int64=5) %!d(string=hai) anos
diskh.inc 5085009410 * Added GetDriveIDFromLetter, bug ID #28318 %!s(int64=9) %!d(string=hai) anos
filutil.inc fead1ce818 * Fix compilation %!s(int64=2) %!d(string=hai) anos
filutilh.inc c5af4c420e * Hopefully fixed GetFileStamps/FileGetDateTimeInfo %!s(int64=2) %!d(string=hai) anos
fina.inc 893cf511bc * fix casing of "VAr", no code changes %!s(int64=4) %!d(string=hai) anos
finah.inc 34fecf90f3 SysUtils: add ExpandFileName with a BasePath overload %!s(int64=5) %!d(string=hai) anos
fmtflt.inc 989895c82f * patch by Bart B: FormatFloat correctly outputs NaN now, resolves #32868 %!s(int64=3) %!d(string=hai) anos
intfh.inc b4971c72d3 * partial fix for mantis #22912 (waiting on clarification from Unicode %!s(int64=13) %!d(string=hai) anos
osutil.inc fe78829b99 * Fix issue ID #38772 %!s(int64=4) %!d(string=hai) anos
osutilsh.inc c203097ec2 * add overload to getenvironmentvariable so that it is also found when windows is before sysutils in the uses list. bug #39448 %!s(int64=3) %!d(string=hai) anos
stre.inc bbdf1b5d27 SysUtils: SInvalidDateTime <> SInvalidDateTimeFloat %!s(int64=5) %!d(string=hai) anos
strg.inc 4ace790492 * remove $Log %!s(int64=20) %!d(string=hai) anos
sysansi.inc 4fecfe3df3 * fix SysUtils.HashName as proposed by Awkward in #39827, resolves #39827 %!s(int64=3) %!d(string=hai) anos
sysansih.inc 1da05d1553 * declared CharInSet(ansichar,tsyscharset) as inline %!s(int64=12) %!d(string=hai) anos
syscodepages.inc 0122044226 * part of last commit %!s(int64=3) %!d(string=hai) anos
syscodepagesh.inc b4971c72d3 * partial fix for mantis #22912 (waiting on clarification from Unicode %!s(int64=13) %!d(string=hai) anos
sysencoding.inc 2df9dd9c14 * another fix for bug #39758, this time the end of the string %!s(int64=3) %!d(string=hai) anos
sysencodingh.inc 45b5e9215c rtl: remove defines for v2.x compiler from the common part of the RTL. It's no longer suppported to build with that %!s(int64=4) %!d(string=hai) anos
sysformt.inc 47a59f269a * Added some explanatory comments about the use of this include file %!s(int64=9) %!d(string=hai) anos
syshelp.inc 66891b1d59 * patch by Rika: Implement TCurrencyHelper.Ceil/Floor, resolves #40134 %!s(int64=2) %!d(string=hai) anos
syshelpb.inc 2636966e2a * 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. %!s(int64=3) %!d(string=hai) anos
syshelpf.inc a9205c9fba * Fix bug ID #32837, correct Mantissa and Fraction in float helpers, patch from Bart Broersma %!s(int64=7) %!d(string=hai) anos
syshelph.inc eb62a71a5f Add Delphi-compatible TCurrencyHelper %!s(int64=2) %!d(string=hai) anos
syshelpo.inc 30b0d98636 * Change return type of some functions, so -1 can actually be returned, patch by Zeljko Avramovic (issue 39268). %!s(int64=3) %!d(string=hai) anos
sysint.inc 8ee1445b81 * stripped trailing spaces %!s(int64=12) %!d(string=hai) anos
sysinth.inc 9534c5bd8b * Delphi XE (2010?) compatible alias for defaultformatsettings. %!s(int64=15) %!d(string=hai) anos
syspch.inc afd5ed4afe * fixed StrPLCopy() with maxlen=0 (mantis #28089, patch by LacaK) %!s(int64=10) %!d(string=hai) anos
syspchh.inc 717d38f060 * prettier casing of Str* functions, resolves #39879 %!s(int64=3) %!d(string=hai) anos
syssb.inc de6f3ea9b5 * rename generic TStringBuilder to TGenericStringBuilder to make code tools happy %!s(int64=4) %!d(string=hai) anos
syssbh.inc de6f3ea9b5 * rename generic TStringBuilder to TGenericStringBuilder to make code tools happy %!s(int64=4) %!d(string=hai) anos
syssr.inc a750039f7c * Add overloaded version of stringreplace with replacement count (ID 23987) %!s(int64=6) %!d(string=hai) anos
sysstr.inc 8e7572faba * small cleanup, remove redundant result assignment and unused variable (from Lagprogramming on forum) %!s(int64=2) %!d(string=hai) anos
sysstrh.inc 6ff542a13e * SafeFormat and helper function to convert array of const to string in a safe manner %!s(int64=2) %!d(string=hai) anos
systhrdh.inc 265923a2ee * several fixes for TMultiReadExclusiveWriteSynchronizer, based on patch by %!s(int64=9) %!d(string=hai) anos
sysuintf.inc a11fa384b8 * Fix bug #27006 %!s(int64=10) %!d(string=hai) anos
sysuni.inc a750039f7c * Add overloaded version of stringreplace with replacement count (ID 23987) %!s(int64=6) %!d(string=hai) anos
sysunih.inc a750039f7c * Add overloaded version of stringreplace with replacement count (ID 23987) %!s(int64=6) %!d(string=hai) anos
sysuthrd.inc b1a2b405ea * TMultiReadExclusiveWriteSynchronizer: removed some unnecessary barriers and %!s(int64=6) %!d(string=hai) anos
sysutilh.inc 6ff542a13e * SafeFormat and helper function to convert array of const to string in a safe manner %!s(int64=2) %!d(string=hai) anos
sysutils.inc 6ff542a13e * SafeFormat and helper function to convert array of const to string in a safe manner %!s(int64=2) %!d(string=hai) anos
syswide.inc a750039f7c * Add overloaded version of stringreplace with replacement count (ID 23987) %!s(int64=6) %!d(string=hai) anos
syswideh.inc a750039f7c * Add overloaded version of stringreplace with replacement count (ID 23987) %!s(int64=6) %!d(string=hai) anos
tzenv.inc 7169b6d04c * provided additional information in comments in the include file header %!s(int64=4) %!d(string=hai) anos