The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 79d2d05c58 * Replaced the local- and global-repositories with a list of repositories.
A repository can contain installed or packages available for installation.
   The repositories have a helper-class that contains information about
   where the packages are installed and such. Things like installing a 
   package from the current-directory are done using temporary 'fake'
   repositories. The TpkgFPpkg-class keeps track of all repositories
   and packages.

git-svn-id: trunk@34503 -
2016-09-10 21:15:26 +00:00
compiler Fixed two bugs in the x86 peephole optimizer. 2016-09-10 19:13:48 +00:00
ide Makefile's regenerated after: 2016-09-06 12:21:19 +00:00
installer * added package rtl-generics 2016-07-31 20:40:23 +00:00
packages * Replaced the local- and global-repositories with a list of repositories. 2016-09-10 21:15:26 +00:00
rtl * AnsiExtractquotedStr returns original string if unquoted 2016-09-10 18:51:02 +00:00
tests * added -gh option required to test correctness 2016-09-10 18:28:10 +00:00
utils * Replaced the local- and global-repositories with a list of repositories. 2016-09-10 21:15:26 +00:00
.gitattributes * Replaced the local- and global-repositories with a list of repositories. 2016-09-10 21:15:26 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile - regenerated after disabling the textmode ide for Darwin again 2016-09-06 21:28:41 +00:00
Makefile.fpc - disabled the textmode IDE for Darwin again: I don't want to support it, 2016-09-06 21:28:37 +00:00