The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
joost 5f3f7d862b * For some reason burried in the past a 'make distclean' in fpc's root
is passed to utils as a 'make cleanall' which is an alias for 'distclean'.
   The Makefile.fpc did not recognize the 'cleanall' alias because in 
   packages 'distclean' is being used. This means that nothing was cleaned
   at all.

git-svn-id: trunk@22621 -
2012-10-12 21:26:16 +00:00
compiler * ModulesLinkToLibc: Search for both bare and prefixed names of libc. When this function is invoked, import library names are not yet normalized and either one may be present. Failure to detect libc may end up in using wrong sysinit unit, this fortunately affects only i386-linux (other Linux targets aren't using Pascal sysinit units yet). 2012-10-12 20:47:07 +00:00
ide * regenerated with jvm support, so top level 'make clean' works for jvm targets 2012-09-27 21:35:11 +00:00
installer * regenerated with jvm support, so top level 'make clean' works for jvm targets 2012-09-27 21:35:11 +00:00
packages * Fixed warnings. 2012-10-12 16:24:59 +00:00
rtl * add comment to size_t definition. Documents issue #22834 a bit. 2012-10-12 08:07:17 +00:00
tests * added pocall_mwpascal to cdecl_pocalls so we no longer have to explicitly 2012-10-12 08:41:03 +00:00
utils * For some reason burried in the past a 'make distclean' in fpc's root 2012-10-12 21:26:16 +00:00
.gitattributes * added pocall_mwpascal to cdecl_pocalls so we no longer have to explicitly 2012-10-12 08:41:03 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
Makefile * allow overriding the FPCMAKE used for installing by specifying FPCMAKE 2012-09-30 14:14:23 +00:00
Makefile.fpc * allow overriding the FPCMAKE used for installing by specifying FPCMAKE 2012-09-30 14:14:23 +00:00