The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2013-04-11 19:51:01 +00:00
compiler * fixed tmoddivnode.pass_typecheck on 64-bit CPUs; I was wrong about uint64 div uint64 producing int64 on 64-bit CPUs; this fixes make cycle on e.g. x86_64 2013-04-11 19:51:01 +00:00
ide * regenerated makefiles 2013-04-01 17:30:11 +00:00
installer * regenerated makefiles 2013-04-01 17:30:11 +00:00
packages * regenerated makefiles 2013-04-01 17:30:11 +00:00
rtl + added 8087 initialization to the msdos rtl (8087 presence detection is still a TODO) 2013-04-03 16:03:45 +00:00
tests + implemented a timeout in the dosbox wrapper, so that we don't wait forever if a test hangs 2013-04-10 13:44:30 +00:00
utils * regenerated makefiles 2013-04-01 17:30:11 +00:00
.gitattributes + first test for CPUs with a 16-bit native int added 2013-04-05 23:28:02 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * regenerated makefiles 2013-04-01 17:30:11 +00:00
Makefile.fpc + CPU target i8086 in top level Makefile.fpc 2013-03-19 20:11:30 +00:00