summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sinclairql: have a max. 48 char buffer for job name. set the job name to the ...karoly2021-04-122-2/+65
* m68k: on the Sinclair QL insert the main program's name into the object, so t...karoly2021-04-122-1/+76
* fcl-db: Introduce TObjectField and TArrayField. Only essential interface part...lacak2021-04-123-9/+152
* m68k: cleaned up some ancient mess from cpunode.pas, no significant functiona...karoly2021-04-121-16/+11
* Also avoid invalid typecast for RegLoadedWithNewValue method for mips, sparc...pierre2021-04-123-4/+6
* - forgotten file, obsolete define removed, belongs to last commitflorian2021-04-111-3/+0
* - obsolete defines removedflorian2021-04-115-70/+10
* * fix test for case sensitive and case preserving file systemsflorian2021-04-111-2/+10
* * newer linux distros might have powerpc64 libraries in /usr/lib or /libflorian2021-04-111-2/+7
* * never ignore BINUTILSPREFIX environment variable in fpmakeflorian2021-04-111-8/+10
* + common assembler optimizer base class for powerpc and powerpc64florian2021-04-113-51/+89
* * always keep the WebAssembly stack frame aligned on 16 bytesnickysn2021-04-111-0/+7
* * use up to 16 bytes alignment for the WASI targetnickysn2021-04-111-6/+6
* sinclairql: enable commandargs and exitcode featureskaroly2021-04-111-1/+1
* * fixed win32 testsuite regressions after r49084nickysn2021-04-101-2/+8
* 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
* qlunits: updated to match the latest RTL qdosfuncs.inckaroly2021-04-101-1/+12
* 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
* * implemented recommendations from mantis #038510 for better bionicmarco2021-04-101-4/+7
* * raise exception when file not found.marco2021-04-101-1/+10
* * fix from bart for mantis #0038581 that prohibits reusing readbinarydatamarco2021-04-101-2/+0
* + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-106-0/+106
* * on second thought, and a byte typecast so that an expanded intrinsics does...marco2021-04-101-1/+1
* * use popcnt instead of countbits.marco2021-04-101-9/+2
* * fix conversion of true/false macro definitions to boolean valuesjonas2021-04-102-2/+18
* * regenerated with FreeBSD/AArch64 supportjonas2021-04-10453-453/+7206
* * updated revision.incjonas2021-04-101-1/+1
* + FreeBSD/AArch64 support (patch by Mikaƫl Urankar, mantis #38441)jonas2021-04-1020-7/+1057
* * Fix getpeername, patch by BaldZhang for issue ID 38677michael2021-04-101-3/+5
* Refactor code to avoid problems with -CR optionpierre2021-04-091-2/+5
* * even if currency is handled by torddef, it is a real number, so using / i...florian2021-04-092-1/+13
* * PowerPC: initial (and primitive) implemenation of TCpuAsmOptimizer.RegLoa...florian2021-04-091-2/+46
* Disable most utils for SinclairQL for nowpierre2021-04-098-8/+8
* * allow also CSUBSETREG in tx86inlinenode.second_IncludeExclude, resolves #...florian2021-04-092-1/+40
* 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