summaryrefslogtreecommitdiff
path: root/rtl/objpas
Commit message (Expand)AuthorAgeFilesLines
* * Patch from Werner Pamler to fix count of digits in periodsHEADmastermichael2021-05-011-3/+3
* * 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
* * Add deprecation messagemichael2021-03-231-1/+1
* 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-238-39/+21
* * fix casing of "VAr", no code changessvenbarth2021-03-021-1/+1
* * use SizeInt for counters in math unit, all non-32 bit targets should bene...florian2021-02-261-27/+27
* * Fix issue ID 38462michael2021-02-101-0/+1
* * better error message for runtime errors 202 and 210, resolves #38254florian2021-01-271-2/+2
* * 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
* * make TProxyStream.Check an abstract method; as it is right now one had to o...svenbarth2021-01-062-9/+1
* dati.inc: tabs 2 spaces and whitespaces formatting fix. no functional changeskaroly2020-12-181-24/+24
* * GlobalNameSpace must EndWrite before it is released to unlock the critical ...ondrej2020-11-291-0/+3
* * 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
* * Fix bug where position is not advanced when calling ReadAnsiString/ReadStringmichael2020-10-072-4/+6
* * Error when seek failsmichael2020-10-062-1/+5
* * Add GetFileContents and GetFileAsStringmichael2020-10-062-0/+83
* * simplify TThread.RemoveQueuedEvent - decide what to delete and not what to ...ondrej2020-09-301-31/+24
* * when removing a method from the synchronization queue using TThread.RemoveQ...svenbarth2020-09-291-1/+5
* * reported by Bart on the mailing list: insert empty line to make clear to ...florian2020-09-271-0/+1
* * 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
* * Fix defines for fpdocmichael2020-09-041-4/+11
* SysUtils: SInvalidDateTime <> SInvalidDateTimeFloatondrej2020-09-023-3/+5
* * cosmeticsflorian2020-09-011-8/+8
* * Additional fix for GetDelimitedTextmichael2020-08-271-1/+1
* * TThread.Terminate does not have any platform specific behavior (it should o...svenbarth2020-08-221-0/+6
* * Simplified SetDelimitedTextmichael2020-08-211-52/+23
* * Fix bug ID 0037605: Setting quotechar to NULL char disables quotingmichael2020-08-211-70/+76
* * Changed Integer to Longint in definitions of RTTI structures. It fixes typi...yury2020-08-201-6/+6