The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2026-01-06 13:40:08 +01:00
.gitlab * Remove package label, it is not used 2025-11-27 10:23:27 +01:00
compiler * darwin targets should have also monitor support 2026-01-04 22:53:29 +01:00
installer Typo fix in comments for installer. 2026-01-01 05:15:54 +02:00
packages * avoid warning 2026-01-06 13:40:08 +01:00
rtl Fix compilation of i386-nativent RTL 2026-01-06 12:37:57 +00:00
tests Use fpcres instead of default winres to compile .rc resource file 2026-01-05 20:27:09 +00:00
utils Mas typo fixes in strings for utils. 2026-01-01 22:04:13 +00:00
.gitattributes
.gitconfig
.gitignore Do not ignore .inc and .pas files in compiler/ppcgen directory 2025-12-18 14:22:03 +01:00
.gitlab-ci.yml
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.