The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe d69ad8fa41 * removed temppos field again from parameter locations: they're not allocated
by the temp manager of the current procedure

git-svn-id: trunk@38858 -
2018-04-27 19:18:55 +00:00
compiler * removed temppos field again from parameter locations: they're not allocated 2018-04-27 19:18:55 +00:00
installer Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745 2018-04-12 15:26:33 +00:00
packages pastojs: type alias type 2018-04-27 08:45:16 +00:00
rtl * disable SSE optimized Frac() for Win64; it has a much lower supported range than the existing Pascal implementation which uses Int() (in essence Round() and Trunc() should be corrected as well) 2018-04-27 15:18:36 +00:00
tests + add test for Mantis #33635 which was fixed by r38856 2018-04-27 15:23:46 +00:00
utils pas2js: docs: type alias type 2018-04-27 08:45:36 +00:00
.gitattributes + add test for Mantis #33635 which was fixed by r38856 2018-04-27 15:23:46 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerated Makefile's after addition of ppas and ppaslink script removal in rev 38745 2018-04-12 15:26:33 +00:00
Makefile.fpc * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00