The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 1cdaf8e332 * don't write external linkage for aliases: llvm 3.6 has a bug that rejects
linkage types for aliases (or its documentation hasn't been updated), and
    external linkage is the default so it doesn't matter for earlier versions

git-svn-id: trunk@31284 -
2015-08-05 21:05:52 +00:00
compiler * don't write external linkage for aliases: llvm 3.6 has a bug that rejects 2015-08-05 21:05:52 +00:00
ide AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
installer AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
packages * fix mantis #28420, extreme corner case. 2015-08-05 13:10:49 +00:00
rtl * calculate middle element P correctly if (L+R>=2^31), resolves #28289 2015-08-03 20:09:50 +00:00
tests * do not call typecheckpass unncessarily in generic definitions, it might cause only errors, resolves #28058 2015-08-02 20:29:30 +00:00
utils * Added the ability to add fpmake as a target in a Makefile.fpc file. This way 2015-07-28 09:52:19 +00:00
.gitattributes * do not call typecheckpass unncessarily in generic definitions, it might cause only errors, resolves #28058 2015-08-02 20:29:30 +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 AROS/x86_64: regenerated Makefiles 2015-06-29 00:09:06 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00