The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a8087498fa * tell GNU nm not to print undefined symbols, because
a) we don't care about them
     b) for 32 bit binaries on 64 bit platforms, they are indented differently
        than defined symbols
    (fixes -OWsymbolliveness for 32 bit binaries on 64 bit Linux platforms)

git-svn-id: trunk@20950 -
2012-04-21 10:58:42 +00:00
compiler * tell GNU nm not to print undefined symbols, because 2012-04-21 10:58:42 +00:00
ide Add neednostdlib=1 for netbsd to avoid use of incompatble system libraries 2012-04-18 07:57:48 +00:00
installer * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
packages * xmlwrite.pp, continuing with streaming API: 2012-04-21 01:16:48 +00:00
rtl * inline several math methods (though a lot won't be inlined yet because they take open array parameters), resolves #21040 2012-04-19 21:14:09 +00:00
tests tests: fix test for new variant overload preferences 2012-04-19 08:31:05 +00:00
utils * enabled for AIX 2012-04-11 18:07:23 +00:00
.gitattributes Improved working with stand-alone TBufDataset: 2012-04-20 13:45:41 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * regenerated Makefiles with AIX support 2012-04-11 18:03:57 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00