The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 5406b13a08 - disable package fcl-res for i8086-msdos, since it doesn't build in 186+ mode,
so it prevents making an msdos installer. Note that the fcl-res package is
  currently unusable on this platform anyway, because it uses unit classes,
  which exceeds the 64kb global data limit (due to too much rtti) and thus
  doesn't work in any memory model currently supported (it should work in the
  huge model, but that is not ready yet).

git-svn-id: trunk@29440 -
2015-01-11 22:32:35 +00:00
compiler Possible fix for the OpenSolaris x86_64 cycle failure, due to bind change from AB_GLOBAL back to AB_LOCAL after code generation, which lead to invalid code 2015-01-10 22:55:11 +00:00
ide IDE: enabled AROS' system clipboard code also for Amiga and MorphOS 2015-01-05 05:06:12 +00:00
installer * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
packages - disable package fcl-res for i8086-msdos, since it doesn't build in 186+ mode, 2015-01-11 22:32:35 +00:00
rtl * added information for future implementation of certain SMP specific API functions 2015-01-11 00:18:10 +00:00
tests Fix for Mantis #24872. 2015-01-06 20:46:12 +00:00
utils * Added uninstall command to fppkg 2015-01-11 18:22:01 +00:00
.gitattributes Fix for Mantis #24872. 2015-01-06 20:46:12 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +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 + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00
Makefile.fpc + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00