The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn dcdd498524 + allow far procedures and functions in the tiny, small and compact i8086 memory
models. Even though, they generate less efficient code, they are useful when
  interacting with external APIs (e.g. declaring callbacks for the Win16 API).

git-svn-id: trunk@38726 -
2018-04-10 13:26:14 +00:00
compiler + allow far procedures and functions in the tiny, small and compact i8086 memory 2018-04-10 13:26:14 +00:00
installer * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
packages - removed useless 'far;' declaration 2018-04-10 13:21:48 +00:00
rtl * consistent naming of lData field in NEWCPLINFO 2018-04-06 09:59:22 +00:00
tests * fixed execution order of implicit finalization and class destructors: first 2018-04-08 15:41:00 +00:00
utils pas2js: simplify 2018-04-09 22:36:10 +00:00
.gitattributes * fixed execution order of implicit finalization and class destructors: first 2018-04-08 15:41:00 +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
fpmake_proc1.inc
fpmake.pp
Makefile arm-netbsd: regenerated the required Makefiles 2018-03-05 15:44:49 +00:00
Makefile.fpc * 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