The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn f2cf516529 * set objpas.integer = smallint on 16-bit and 8-bit CPUs. Rationale:
1) Delphi 1 compatibility
  2) we reclaim pascal's 'Integer' type to be the integer type (at least 16 bits
     in size) that is the most efficient to work with on the target processor

git-svn-id: trunk@27048 -
2014-03-09 16:33:20 +00:00
compiler * make windres the default resource compiler on x86_64-win64 2014-03-09 10:52:10 +00:00
ide * update ide copyright year, patch by Reinier Olislagers, resolves #25833 2014-03-07 21:13:47 +00:00
installer * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
packages * fixed compilation of units regexpr and oldregexpr when integer=smallint 2014-03-09 15:06:31 +00:00
rtl * set objpas.integer = smallint on 16-bit and 8-bit CPUs. Rationale: 2014-03-09 16:33:20 +00:00
tests + test for windows which tests if an .rc file can be really compiled into an .res file 2014-03-09 10:54:33 +00:00
utils * mipsel-android: Regenerated makefiles. From now the mipsel-android target can be built and used. 2014-02-07 12:37:17 +00:00
.gitattributes + test for windows which tests if an .rc file can be really compiled into an .res file 2014-03-09 10:54:33 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +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 Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00
Makefile.fpc Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00