summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * Patch from Werner Pamler to fix count of digits in periodsHEADmastermichael2021-05-011-3/+3
* m68k: sinclair ql now requires vlink 0.16h or newer.karoly2021-04-291-1/+1
* * fix bootstrapping on aarch64-linux with 3.2.xflorian2021-04-251-26/+26
* + Aarch64: directly inline code for frac(...)florian2021-04-251-0/+11
* + Aarch64: use frintz for int(...) instead of creating a helper callflorian2021-04-251-15/+15
* * fpsr and fpcr are 64 bit on aarch64florian2021-04-241-8/+8
* * improved system unit dependenciesflorian2021-04-232-2/+2
* * avoid rangecheck mantis 0038791marco2021-04-231-1/+2
* * fixed MSecsToTimeStamp by Lagunov Aleksey, resolves #38631florian2021-04-221-5/+7
* * use W variant to get localestrs.marco2021-04-221-4/+8
* sinclairql: added an entirely stub (for now) sysutils unit. added a classes u...karoly2021-04-204-4/+556
* sinclairql: hopefully fix off-by-one processing in the packed relocs codekaroly2021-04-191-1/+1
* * Fix issue ID 38772michael2021-04-181-1/+1
* + started working on the SysUtils unit for the WASI platformnickysn2021-04-171-0/+283
* + compile the sysconst unit for wasm32-wasinickysn2021-04-172-107/+115
* + Aarch64: completed LSE support for all interlocked operationsflorian2021-04-161-0/+38
* sinclairql: added startup code support for the 'packed' relocation table form...karoly2021-04-161-0/+24
* * insert explicit type cast for the count parameter of move/fillchar wrappi...florian2021-04-141-2/+2
* atari: implemented stacktop for working stacktraces, implemented stacksize de...karoly2021-04-143-3/+25
* sinclairql: implemented StackTop, this results in working stacktraces and wor...karoly2021-04-143-3/+30
* rtl: make STACK_MARGIN a variable instead of a const. this allows adjusting m...karoly2021-04-141-4/+7
* Explicitly disable range and overflow checking to avoid troubles with pointe...pierre2021-04-131-0/+2
* sinclairql: turn the anyKey string const into a pchar, this reduces the final...karoly2021-04-131-2/+2
* Add strings unit to buildrtl meta-unit, and update Makefile.fpc accordinglypierre2021-04-123-108/+108
* sinclairql: add right spelling for iof_mkdr, add the QDOS equivalent aliaskaroly2021-04-124-5/+6
* sinclairql: also have a function which returns a pointer directly to the QLst...karoly2021-04-121-0/+9
* sinclairql: have a max. 48 char buffer for job name. set the job name to the ...karoly2021-04-122-2/+65
* sinclairql: add the used includes to the system unit depskaroly2021-04-102-2/+2
* sinclairql: do_mkdir implemented, patch by Norman Dunbarkaroly2021-04-102-0/+24
* sinclairql: new files to contain SMS only functions, iof_rename implemented, ...karoly2021-04-102-0/+44
* sinclairql: implemented do_rename(), based on the patch of Norman Dunbarkaroly2021-04-103-0/+62
* sinclairql: various seeking, FS_POSAB/FS_POSRE and ERR_EF related fixeskaroly2021-04-103-27/+38
* sinclairql: first version of working argc/argv generation. implemented ParamC...karoly2021-04-102-47/+85
* + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-104-0/+74
* * regenerated with FreeBSD/AArch64 supportjonas2021-04-1043-43/+718
* + FreeBSD/AArch64 support (patch by Mikaƫl Urankar, mantis #38441)jonas2021-04-1012-1/+955
* sinclairql: instead of tinyheap, made the QL port to use the new OS heap by d...karoly2021-04-091-25/+13
* sinclairql: various file and directory handling improvements, based on patch ...karoly2021-04-092-7/+19
* sinclairql: implemented io_delet and mt_rclck QDOS functions, patch by Norman...karoly2021-04-092-0/+42
* sinclairql: implemented Error2InOutRes, patch by Norman Dunbarkaroly2021-04-091-0/+24
* sinclairql: fixed parameter trashing in several QDOS function assembler wrapperskaroly2021-04-091-9/+10
* osheap: new very small heap manager which only acts as a thin layer above an ...karoly2021-04-091-0/+125
* sinclairql: further tweaks to the startup code. enable optimizations. mark fu...karoly2021-04-081-8/+5
* sinclairql: fix and simplify the startup code changes in r49134. accessing gl...karoly2021-04-081-31/+10
* * handle case where the first instruction with line information is looked upjonas2021-04-081-5/+15
* * regeneratedjonas2021-04-081-2/+4
* * Darwin support for printing line info for backtraces when using Dwarf,jonas2021-04-084-69/+373
* * Darwin/BSD: fixed StackBottom calculationjonas2021-04-081-3/+17
* Add basic support for setting argc and argv for sinclairql OSpierre2021-04-072-0/+75
* * Makefiles regeneratedflorian2021-04-0543-0/+559