summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* Add some types and records to rtl/linux/t_linux.h2paschk and set macro _LARG...pierre2020-11-161-0/+34
* Register sinclairql target directorypierre2020-11-161-0/+1
* sinclairql: fixed the relocation marker comment in the startup code. no funct...karoly2020-11-151-2/+2
* sinclairql: startup code fixes. set the top of the new stack as stack pointer...karoly2020-11-151-10/+28
* * fixed comments in sysnr.inc filesflorian2020-11-157-8/+7
* sinclairql: add a few more QDOS function wrappers which are useful at early s...karoly2020-11-153-1/+115
* * FileSetDate linux compilationondrej2020-11-121-10/+10
* * FileSetDate with TDateTime and UTC for file namesondrej2020-11-123-10/+68
* * FileGetDate, FileSetDate linux compilationondrej2020-11-123-15/+17
* * FileGetDate, FileSetDate with TDateTime and UTCondrej2020-11-125-6/+101
* TSearchRec.GetTimeStamp: fix ifdefsondrej2020-11-121-12/+6
* * Fix bug 38063, corner case in Remove() range checkingmichael2020-11-121-1/+1
* * Fix bug ID 38008: allow UTF8 to unicode conversion to react on/ignore inval...michael2020-11-122-66/+26
* Add sysutils, typinfo, and math to explicit units list for macosclassic targ...pierre2020-11-102-215/+227
* sinclairql: now the target short name is also sinclairql as proposed by Pierr...karoly2020-11-101-1/+1
* * Optimized DiskAdd/DiskFree/AddDisk, bug ID 37523michael2020-11-091-22/+34
* Adapt to change of chr function in commit 47353, to change chr() a real intri...pierre2020-11-091-1/+3
* sinclairql: disabled a bunch of things in RTL until they're implementedkaroly2020-11-092-19/+19
* * make sure things still build with 3.0 after r47353karoly2020-11-091-2/+2
* * fix for Mantis #38051: make Chr() a real intrinsics so that it can be used ...svenbarth2020-11-081-0/+2
* sinclairql: initial heap allocation code, and minor system unit bitskaroly2020-11-083-1/+23
* sinclairql: implemented startup code, including binary relocation and stack a...karoly2020-11-081-4/+60
* sinclairql: implemented some OS trap wrappers, to be used by the RTLkaroly2020-11-083-0/+156
* * forgotten int64 parameter typeondrej2020-11-081-1/+1
* * android: In some android versions time zone names are available only after ...yury2020-11-061-3/+3
* * timezones android compilationondrej2020-11-052-6/+18
* * forgotten int64 parameter typeondrej2020-11-051-1/+1
* * read int64 transition table from linux timezone files if availableondrej2020-11-052-101/+160
* * win: fix GetLocalTimeOffset lower boundaryondrej2020-11-051-1/+1
* * unix timezone optimizationsondrej2020-11-053-61/+94
* * fix memory leak in RegisterLazyInitThreadingProcondrej2020-11-041-6/+35
* + RTL skeleton for the Sinclair QLkaroly2020-11-0412-0/+660
* * thread-safe time zone info read/writeondrej2020-11-044-77/+183
* * lazy thread initialization supportondrej2020-11-047-2/+50
* * introduce NowUTC() and GetUniversalTime()ondrej2020-11-045-0/+49
* * remove the BaseUnix dependency added by mistakeondrej2020-11-041-2/+0
* * regeneratedjonas2020-11-035-6/+6
* * add missing unixutils -> baseunix dependencyjonas2020-11-035-6/+6
* * sysutils depends on initcjonas2020-11-032-2/+2
* Unix timezone: fix search around TZ change back to be the same as on Windowsondrej2020-11-031-1/+1
* Unix LocalToEpoch: fix typoondrej2020-11-031-1/+1
* * protect GetFullName with FPC_HAS_FEATURE_UNICODESTRINGS instead of _WIDESTR...svenbarth2020-11-033-8/+8
* GetLocalTimeOffset: add InputIsUTC parameter to DateTime-aware overloadsondrej2020-11-035-11/+20
* LocalToEpoch, EpochToLocal: android compilationondrej2020-11-031-6/+10
* LocalToEpoch, EpochToLocal: fix for arbitrary datetimeondrej2020-11-035-264/+177
* GetLocalTimeOffset: DateTime-aware overloads for Unix. Issue 35710ondrej2020-11-034-33/+106
* GetLocalTimeOffset - fix overload callondrej2020-11-031-1/+1
* Put GetFullName functions inside $ifdef FPC_WIDESTRING_EQUAL_UNICODESTRINGpierre2020-11-033-0/+8
* * fix for Mantis #38023: the code to convert LF to CRLF when converting to UT...svenbarth2020-11-021-4/+4
* * remove windows.pboolean, mantis #38019marco2020-11-011-1/+0