The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth f8ff8eca4d Fix non-Windows resources since me and merging without TortoiseSVN don't go along that well :/
rtl/inc/system.inc:
  + ResHeader variable that provides the public _FPC_ResLocation symbol used by intres.inc; this variable will always be available and without indirect entry information it will simply hook up to FPC_RESLOCATION itself
  * SetupEntryInformation: setup FPCResLocation
rtl/inc/intres.inc:
  * no need to cater for indirect entry or not anymore

git-svn-id: trunk@33964 -
2016-06-12 10:57:15 +00:00
compiler Don't try to export generics. 2016-06-12 09:25:22 +00:00
ide * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
installer * fcl-pdf package added 2016-06-05 14:43:15 +00:00
packages * Added event-based fetching of variables 2016-06-11 17:07:32 +00:00
rtl Fix non-Windows resources since me and merging without TortoiseSVN don't go along that well :/ 2016-06-12 10:57:15 +00:00
tests * align the variables passed to InterlockedCompareExchange128() to a 2016-06-12 09:21:08 +00:00
utils * spelling mistakes fpc repo part, mantis #30233 2016-06-02 20:01:09 +00:00
.gitattributes * give an error when trying to get the address of an element of a dynamic 2016-06-12 09:20:57 +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 * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00
Makefile.fpc * remove documentation of the build target in the Makefile help screen as it overrides the version check 2016-03-13 12:10:33 +00:00