The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 90db273224 + added target NativeNT to supported OSes in fpmkunit
* modified fpmake files in packages to allow a "make all" for NativeNT in packages to work (nearly all packages need to be disabled; the main cause for this are the still missing DOS and Objects units for the target)

git-svn-id: trunk@21319 -
2012-05-18 07:17:02 +00:00
compiler * Added {$i fpcdefs.inc}, was missing in the newly added unit, causing incorrect parameter positions on some platforms (e.g. broken tsafecall2, tsafecall3). 2012-05-17 17:34:12 +00:00
ide * replaced most (if not all) remaining fields/parameters in the compiler 2012-04-29 17:36:23 +00:00
installer + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
packages + added target NativeNT to supported OSes in fpmkunit 2012-05-18 07:17:02 +00:00
rtl * getfs deprecated, replaced by a totally crossplatform sysutils.getfilehandle, probably already since 2.4.0 2012-05-17 16:58:09 +00:00
tests + add test for Mantis #19511 which seems to be fixed already... 2012-05-17 08:59:50 +00:00
utils * PIC does not require using the external assembler anymore 2012-04-29 14:19:32 +00:00
.gitattributes + add test for Mantis #19511 which seems to be fixed already... 2012-05-17 08:59:50 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00
Makefile.fpc * fixed "make install" for non-JVM targets after r21069 2012-04-27 09:17:50 +00:00