summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils
Commit message (Expand)AuthorAgeFilesLines
* * fixed MSecsToTimeStamp by Lagunov Aleksey, resolves #38631florian2021-04-221-5/+7
* sinclairql: added an entirely stub (for now) sysutils unit. added a classes u...karoly2021-04-201-1/+1
* * Fix issue ID 38772michael2021-04-181-1/+1
* + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-102-0/+31
* rtl: reverted some accidental but harmless extra changes committed in r49036karoly2021-03-231-4/+1
* rtl: remove defines for v2.x compiler from the common part of the RTL. It's n...karoly2021-03-234-11/+4
* * fix casing of "VAr", no code changessvenbarth2021-03-021-1/+1
* * use Str instead of IntToStr to avoid overload problems with unsigned typessvenbarth2021-01-241-2/+2
* * fix for Mantis #38390: use Val instead of StrToInt to avoid overload problemssvenbarth2021-01-241-1/+5
* dati.inc: tabs 2 spaces and whitespaces formatting fix. no functional changeskaroly2020-12-181-24/+24
* * rename generic TStringBuilder to TGenericStringBuilder to make code tools h...ondrej2020-11-244-158/+158
* * provided additional information in comments in the include file headerhajny2020-11-241-0/+10
* + added TZ variable based offset calculationhajny2020-11-231-0/+916
* * FileSetDate linux compilationondrej2020-11-121-10/+10
* * FileSetDate with TDateTime and UTC for file namesondrej2020-11-122-6/+30
* * FileGetDate, FileSetDate linux compilationondrej2020-11-122-6/+6
* * FileGetDate, FileSetDate with TDateTime and UTCondrej2020-11-124-6/+58
* TSearchRec.GetTimeStamp: fix ifdefsondrej2020-11-121-12/+6
* * Fix bug 38063, corner case in Remove() range checkingmichael2020-11-121-1/+1
* * introduce NowUTC() and GetUniversalTime()ondrej2020-11-042-0/+18
* GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloadsondrej2020-11-032-7/+7
* GetLocalTimeOffset - fix overload callondrej2020-11-031-1/+1
* File datetime UTC supportondrej2020-10-264-0/+146
* GetLocalTimeOffset: DateTime-aware overloads (Windows supported, Unix is a To...ondrej2020-10-262-0/+15
* Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Timeondrej2020-10-261-2/+2
* More precise FileAgeondrej2020-10-261-1/+1
* * Patch from Werner Pamler to implement TStringSplitOptions.ExcludeLastEmptymichael2020-10-092-1/+11
* * Error when seek failsmichael2020-10-061-1/+4
* * Add GetFileContents and GetFileAsStringmichael2020-10-062-0/+83
* * Fix bug ID 37814: correctly initialize max charsmichael2020-09-251-1/+1
* * fix formatfloat for 0 in exponential format (based on patch byjonas2020-09-051-3/+10
* SysUtils: SInvalidDateTime <> SInvalidDateTimeFloatondrej2020-09-022-2/+3
* * cosmeticsflorian2020-09-011-8/+8
* TEncoding: fix base convert functions for empty inputsondrej2020-08-141-10/+33
* * cosmeticsflorian2020-08-031-4/+3
* * Remove typedness of feinvalidhandle constant to straight constant with typ...marco2020-07-151-1/+1
* * fix comment: define is called HAS_OSCONFIG, not HAVE_OSCONFIGsvenbarth2020-05-281-1/+1
* * fix for Mantis #37043: apply patch by Bi0T1N (including test) to add additi...svenbarth2020-05-153-1/+49
* * Patch from N. Neumann, implement some delphi compatible StrToUint functions...michael2020-05-112-0/+18
* SysUtils: make GetDriveIDFromLetter accept lowercase lettersondrej2020-03-291-1/+1
* * Overloaded split needs similar patchmichael2020-03-191-3/+6
* * Fix bug 36806, do not add empty last sep, patch from Delfionmichael2020-03-191-3/+6
* * catch exceptions in all variants of TextToFloat properlyflorian2020-01-301-2/+13
* * fix compilation on several OSes after r44010florian2020-01-211-1/+1
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-215-19/+19
* SysUtils: add ExpandFileName with a BasePath overloadondrej2020-01-132-0/+10
* sysutils: TEncoding.IsStandardEncoding: FSystemEncodings are standard encodin...ondrej2020-01-021-0/+5
* sysutils: change TEncoding.Default from ANSI to SystemEncoding. (It is Delphi...ondrej2020-01-021-1/+1
* sysutils: fix TMBCSEncoding.GetPreambleondrej2020-01-021-1/+23
* classes: fix TMBCSEncoding.IsSingleByte. Issue #36504ondrej2020-01-021-0/+5