The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2025-11-23 22:49:06 +01:00
.gitlab
compiler Fix duplicate error number failure of msg2inc 2025-11-21 07:35:06 +00:00
installer Regenerate installer Makefile after last change to fpcmake.ini 2025-10-05 10:53:14 +02:00
packages Use Defaults.SourceOS for Exe extension choice and only call git if found 2025-11-21 16:16:20 +00:00
rtl * avoid overflow for tanh(<extended>) as well, was an oversight 2025-11-23 22:49:06 +01:00
tests + constants for more RiscV extensions added 2025-11-15 20:04:03 +01:00
utils Update revision.inc after last modification of fpcmake.ini 2025-10-05 10:54:43 +02:00
.gitattributes Use pascal hunk for diff output for pascal source files 2021-09-06 23:31:20 +02:00
.gitconfig
.gitignore Ignore vppc* files in compiler directory 2025-11-06 12:48:56 +00:00
.gitlab-ci.yml * update runner tag 2024-05-12 20:04:45 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
LICENSE
Makefile Regenerate main Makefile after last change to fpcmake.ini 2025-10-05 10:53:14 +02:00
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.