The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
paul b80e7c8fba compiler: change candidates search preference for variant arguments based on testing delphi XE + fixing tests
before the change order was (from better to worse): shortstring, ansistring, widestring, unicodestring
now the order is (from better to worse): widestring, unicodestring, ansistring, shortstring

git-svn-id: trunk@20907 -
2012-04-18 09:13:24 +00:00
compiler compiler: change candidates search preference for variant arguments based on testing delphi XE + fixing tests 2012-04-18 09:13:24 +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 * Patch from Ludo that fixes that Event handlers were only created for the first CoClass that used the shared events 2012-04-16 07:47:11 +00:00
rtl + Add ACCEPT_646 for systems that return '646' for nl_langinfo(CODESET) call 2012-04-17 15:28:28 +00:00
tests compiler: change candidates search preference for variant arguments based on testing delphi XE + fixing tests 2012-04-18 09:13:24 +00:00
utils * enabled for AIX 2012-04-11 18:07:23 +00:00
.gitattributes + test object files for AIX/PowerPC 2012-04-15 16:06:46 +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