summaryrefslogtreecommitdiff
path: root/rtl/sinclairql
Commit message (Expand)AuthorAgeFilesLines
* m68k: sinclair ql now requires vlink 0.16h or newer.karoly2021-04-291-1/+1
* sinclairql: added an entirely stub (for now) sysutils unit. added a classes u...karoly2021-04-203-3/+555
* sinclairql: hopefully fix off-by-one processing in the packed relocs codekaroly2021-04-191-1/+1
* sinclairql: added startup code support for the 'packed' relocation table form...karoly2021-04-161-0/+24
* sinclairql: implemented StackTop, this results in working stacktraces and wor...karoly2021-04-143-3/+30
* 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
* * regenerated with FreeBSD/AArch64 supportjonas2021-04-101-1/+19
* 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
* 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
* Add basic support for setting argc and argv for sinclairql OSpierre2021-04-072-0/+75
* * Makefiles regeneratedflorian2021-04-051-0/+13
* Add sinclairql/Makefilepierre2021-03-151-0/+3608
* * synchronized with trunknickysn2020-11-255-110/+250
|\
| * sinclairql: changed startup code to be able to run directly as job without a ...karoly2020-11-251-38/+20
| * sinclairql: fix exitCode parameter accidentally overwritten in mt_frjob. also...karoly2020-11-251-3/+3
| * sinclairql: system unit changes and improvements, patch by Marcel Kilgus in q...karoly2020-11-241-56/+43
| * sinclairql: initial implementation of RTL file I/O functions, patch by Marcel...karoly2020-11-241-7/+37
| * sinclairql: QDOS interface wrapper function improvements, patch by Marcel Kil...karoly2020-11-242-9/+150
| * Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/...pierre2020-11-201-2/+2
* | * synchronized with trunknickysn2020-11-205-32/+219
|\ \ | |/
| * sinclairql: more work on the QL port. very basic stdio (console writeln) works.karoly2020-11-195-32/+219
| * * regenerated all Makefiles after Sinclair QL support was addedkaroly2020-11-191-0/+3582
|/
* 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
* sinclairql: add a few more QDOS function wrappers which are useful at early s...karoly2020-11-153-1/+115
* sinclairql: now the target short name is also sinclairql as proposed by Pierr...karoly2020-11-101-1/+1
* sinclairql: disabled a bunch of things in RTL until they're implementedkaroly2020-11-092-19/+19
* 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
* + RTL skeleton for the Sinclair QLkaroly2020-11-0412-0/+660