The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 9857b840f3 * adapted configuration files when generating on macOS 10.14
- use new search path for binutils
   - custom library search path for i386
   - our configuration files do not support options depending on the host OS
     version, so this can only be done at installation time

git-svn-id: trunk@39844 -
2018-09-30 16:33:58 +00:00
compiler * only i386 uses oldfpccall for interrupts, all other architectures use now stdcall, resolves #34317 2018-09-27 21:00:35 +00:00
installer Update remaining Makefile's 2018-09-27 07:10:27 +00:00
packages * Keywords support 2018-09-30 09:08:40 +00:00
rtl * Fix split, last term of length 1 is sometimes missed 2018-09-30 09:18:21 +00:00
tests * FExpand / ExpandFileName behaviour updated according to discussion in bug #34166 2018-09-28 22:57:57 +00:00
utils * adapted configuration files when generating on macOS 10.14 2018-09-30 16:33:58 +00:00
.gitattributes * Fix bug #34348 2018-09-30 08:15:18 +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 Fix PACKAGE_VERSION, restore 3.3.1 value 2018-09-27 06:42:35 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00