The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Mattias Gaertner ce3edc8c95 pastojs: fixed calling Instance.StaticMethod
git-svn-id: trunk@48842 -
2021-02-28 21:26:56 +00:00
compiler + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) 2021-02-28 18:20:46 +00:00
installer * package tplylib added, corrections for more than 31 items on a tab 2021-02-28 02:08:17 +00:00
packages pastojs: fixed calling Instance.StaticMethod 2021-02-28 21:26:56 +00:00
rtl * use SizeInt for counters in math unit, all non-32 bit targets should benefit from this 2021-02-26 22:47:06 +00:00
tests + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) 2021-02-28 18:20:46 +00:00
utils * align shortname to previous releases 2021-02-28 10:29:59 +00:00
.gitattributes + optimize (a and b) or (c and not(b)) into c xor ((c xor a) and b) 2021-02-28 18:20:46 +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
Makefile Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483 2020-11-20 14:03:57 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00