The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe bc7b90185f * when searching for a procsym in an Objective-C category for an objcclass,
try to find the procsym in the category of the objcclass that is closest
    related to the original objcclass (e.g.
     NSMutableDictionary.dictionaryWithContentsOfFile() -> prefer the
     dictionaryWithContentsOfFile() from NSMutableDictionaryCreation to the
     one from NSDictionaryCreation (part of mantis #35994)

git-svn-id: trunk@42815 -
2019-08-25 15:23:48 +00:00
compiler * when searching for a procsym in an Objective-C category for an objcclass, 2019-08-25 15:23:48 +00:00
installer Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
packages * inprocess comserver example. Polished up test From Anton K. from mantis #35013 2019-08-25 09:33:02 +00:00
rtl * patch from Ondrej, TVerticalAlignment & TTopBottom 2019-08-25 09:37:21 +00:00
tests * fix for Mantis #35981: ensure that the "specialize" token is only really used in non-Delphi modes 2019-08-23 14:59:20 +00:00
utils * Write version option in help 2019-08-24 09:53:00 +00:00
.gitattributes * inprocess comserver example. Polished up test From Anton K. from mantis #35013 2019-08-25 09:33:02 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00