The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2024-06-13 15:55:18 +02:00
.gitlab
compiler Avoid unnecessary call when length(s) is zero, which avoids range check error 2024-06-13 06:50:11 +00:00
installer
packages * Make getters/setter protected, add flag to make them private methods 2024-06-13 15:55:18 +02:00
rtl * remove unneeded checks in generic string routines, resolves #40816 2024-06-12 20:41:08 +02:00
tests Postpone setting of prevline to correct message when prevline not found 2024-06-13 08:55:05 +02:00
utils * Make getters/setter protected, add flag to make them private methods 2024-06-13 15:55:18 +02:00
.gitattributes
.gitconfig
.gitignore
.gitlab-ci.yml
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.