The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2021-07-10 10:01:48 +00:00
compiler * patch by J. Gareth Moreton: x86: RegLoadedWIthNewValue overhaul and bug fix, resolves #39187 2021-07-09 20:58:42 +00:00
installer
packages Correctly handle subclasses, patch by Henrique Werlang (issue #39195) 2021-07-10 10:01:48 +00:00
rtl + CPU.BMI1Support and CPU.BMI2Support 2021-07-07 20:26:59 +00:00
tests * fix for Mantis #26760: apply patch by Ondrej Pokorny to ensure that units referenced by an "in"-clause are recompiled when they have been changed 2021-07-09 15:52:00 +00:00
utils * update revision.inc 2021-06-24 00:17:52 +00:00
.gitattributes * fix for Mantis #26760: apply patch by Ondrej Pokorny to ensure that units referenced by an "in"-clause are recompiled when they have been changed 2021-07-09 15:52:00 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
LICENSE
Makefile
Makefile.fpc
README.md

FPC Source code repository

Synopsis

This repository contains the sources of the Free Pascal compiler distribution.

It contains

  • The compiler sources in the directory compiler.
  • The run-time library in the directory rtl.
  • The packages distributed with the compiler in the directory packages.
  • Several utilities in the directory utils.
  • The compiler testsuite in the directory tests.

License

The compiler is licensed under GPL v2, the run-time files are licensed under modified LGPL. Both can be found in the LICENSE file, and the file rtl/COPYING.txt

Documentation

Extensive documentation can be found on the documentation website.