The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe aa75d39ab5 * don't perform "(x=y) or (z=u)" -> "(x xor y) or (z xor u)" optimization
if z or u may raise exceptions (mantis #37780)

git-svn-id: trunk@46905 -
2020-09-20 12:43:45 +00:00
compiler * don't perform "(x=y) or (z=u)" -> "(x xor y) or (z xor u)" optimization 2020-09-20 12:43:45 +00:00
installer Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
packages fcl-passrc: resolver: fixed inteface constraints, iisue #37624 2020-09-19 23:41:36 +00:00
rtl * make use of AllocMem in fpc_dynarray_setlength 2020-09-19 21:06:11 +00:00
tests * don't perform "(x=y) or (z=u)" -> "(x xor y) or (z xor u)" optimization 2020-09-20 12:43:45 +00:00
utils Update revision.inc after commit #46877 2020-09-16 20:37:04 +00:00
.gitattributes * don't perform "(x=y) or (z=u)" -> "(x xor y) or (z xor u)" optimization 2020-09-20 12:43:45 +00:00
.gitignore Add zxspectrum, msxdos and amstradcpc list of unsupported OSes for most utils packages 2020-08-05 09:30:16 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
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