The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Mattias Gaertner 45fb1fcb44 pastojs: fixed await on as operator
git-svn-id: trunk@47431 -
2020-11-15 23:12:34 +00:00
compiler sinclairql: following Frank Wille's advices, reworked the linker script to omit .bss section from the binary. this reduces a simple 'hello, world' size by ~5K. needs matching startup code. 2020-11-15 22:56:31 +00:00
installer Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
packages pastojs: fixed await on as operator 2020-11-15 23:12:34 +00:00
rtl sinclairql: startup code fixes. set the top of the new stack as stack pointer, not the bottom of it. initialize the .bss section following the new linker script. better protection against re-relocation. 2020-11-15 22:59:33 +00:00
tests * allow generic parameters as iterator variable in for in loops, resolves #38050 2020-11-15 19:10:34 +00:00
utils sinclairql: now the target short name is also sinclairql as proposed by Pierre, so it's unified everywhere 2020-11-10 21:31:04 +00:00
.gitattributes * allow generic parameters as iterator variable in for in loops, resolves #38050 2020-11-15 19:10:34 +00:00
.gitignore Add bin directory to ignore list for fpcsrc directory also 2020-10-30 16:17:05 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00