summaryrefslogtreecommitdiff
path: root/rtl
Commit message (Expand)AuthorAgeFilesLines
* * allow setting the stack size from FPCnickysn2020-04-261-6/+4
* + allow setting the heap size for the ZX Spectrum targetnickysn2020-04-261-4/+5
* * fixed Z80 setjmp/longjmpnickysn2020-04-262-4/+38
* + added PrintShortString to the ZX Spectrum RTL to help with testingnickysn2020-04-261-0/+9
* + added Mem[] support to the ZX Spectrum system unitnickysn2020-04-261-0/+6
* + initialize more stuff in the system unit. Stdio doesn't work yet... :(nickysn2020-04-261-4/+53
* * reduced the stack area to 256 bytesnickysn2020-04-261-1/+2
* + implemented fpc_setjmp and fpc_longjmp for the Z80nickysn2020-04-262-2/+41
* * the system unit now compiles with FULL_RTL, so the ifdefs are removed. Smar...nickysn2020-04-261-83/+0
* * loop forever in system_exitnickysn2020-04-251-0/+2
* * the dummy fpc_InitializeUnits and fpc_do_exit procedures are only defined i...nickysn2020-04-251-10/+10
* * synchronized with trunknickysn2020-04-248-150/+108
|\
| * * Windows: Reworked handling of command line arguments to properly support Un...yury2020-04-238-150/+108
* | + more dummy functions addednickysn2020-04-231-0/+22
* | + more dummy consts addednickysn2020-04-231-0/+12
* | + added dummy sysdir.inc to the ZX Spectrum RTLnickysn2020-04-231-0/+35
* | + added dummy sysfile.incnickysn2020-04-231-0/+86
* | + some dummy consts for the file ionickysn2020-04-231-0/+14
* | + include the tiny heap in the ZX Spectrum system unit, when compiled with -d...nickysn2020-04-232-0/+19
* | + added susheap.inc to the ZX Spectrum RTL (empty for now)nickysn2020-04-231-0/+15
* | + added z80/int64p.inc (empty for now)nickysn2020-04-231-0/+14
* | * synchronized with trunknickysn2020-04-224-127/+85
|\ \ | |/
| * * Moved the common interface part of the win32 and win64 System units to the ...yury2020-04-223-126/+82
| * * Do not report about unimplemented unicodestring manager when HAS_WIDESTRING...yury2020-04-221-1/+3
* | + include softfpu in the ZX Spectrum system unit, when compiled with -dFULL_R...nickysn2020-04-221-0/+36
* | * synchronized with trunknickysn2020-04-2149-784/+1687
|\ \ | |/
| * * patch by Michael Ring: adds license headers to th FreeRTOS files and some...florian2020-04-213-707/+783
| * * Fixed r44960. Also copy a trailing implicit #0 of the original string to th...yury2020-04-211-2/+6
| * * Minor improvement. No need to move the terminating null char, since it is w...yury2020-04-211-8/+4
| * m68k-amiga: document which legacy support functions are unimplemented and why...karoly2020-04-211-0/+12
| * * regenerate makefilessvenbarth2020-04-2139-39/+666
| * + implement a main_wrapper for the default exception handler for aarch64-win64svenbarth2020-04-211-3/+25
| * + implement RTL functionality for SEH for aarch64-win64svenbarth2020-04-212-1/+84
| * * inside the Win64 system unit convert FPC_USE_WIN64_SEH to a SYSTEM_USE_WIN_SEHsvenbarth2020-04-212-10/+14
| * * enable is_prefetch only for x86 codesvenbarth2020-04-211-0/+2
| * * rename RunErrorCodex64 to a more appropriate RunErrorCodeSEHsvenbarth2020-04-211-4/+4
| * * the prefetch bug handling is specific to x86_64svenbarth2020-04-211-0/+4
| * * use accessor functions to work with the TContext recordsvenbarth2020-04-211-8/+34
| * * disable CPU and Signals units for Windows on AArch64 for nowsvenbarth2020-04-211-1/+1
| * * store and restore the 8087 control world only on x86 systemssvenbarth2020-04-211-0/+6
| * * disable some x86_64 specific assembly routinessvenbarth2020-04-211-0/+12
| * m68k-amiga: implemented LockDosList, UnlockDosList, and NextDosEntry helpers ...karoly2020-04-211-6/+23
* | + implemented Move() using inline asmnickysn2020-04-212-31/+39
* | + exposed FillChar, Sptr, get_frame, get_caller_addr, get_caller_frame from z...nickysn2020-04-211-0/+6
* | + compile z80.inc even without FULL_RTLnickysn2020-04-212-8/+14
* | + implemented Sptrnickysn2020-04-211-1/+3
* | + implemented get_framenickysn2020-04-211-0/+2
* | * FillChar changed to a pure assembler procedurenickysn2020-04-211-24/+22
* | + inline assembler implementation of FillCharnickysn2020-04-211-12/+26
* | + full RTL include, hidden behind ifdefs, because the code generator isn't ab...nickysn2020-04-211-2/+14