The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 2d2b8c635d * detect whether or not a def/sym is registered based on its defid, so we
don't need a separate field for this
   o changed the order in which symid and realname are stored to/loaded from
     the ppufile (because tsym.create now initialised tsym.symid, and it's
     called from ppuload) -> increased ppu version

git-svn-id: trunk@32031 -
2015-10-12 21:03:09 +00:00
compiler * detect whether or not a def/sym is registered based on its defid, so we 2015-10-12 21:03:09 +00:00
ide * Removed Makefile from fpmake.pp. We do not include it in other fpmake.pp's either 2015-10-09 19:31:45 +00:00
installer * correct the highest possible number of items in tab/group and fix the LIBPATH information moved by one line in the dialogue box 2015-09-13 20:41:26 +00:00
packages * Fix bug #28818, patch from Alexey Torgashin 2015-10-10 10:37:00 +00:00
rtl * handle empty environment correctly when initializing argv0 under msdos. 2015-10-12 17:59:51 +00:00
tests * Skip this test for android. 2015-10-10 21:57:08 +00:00
utils * mention support for .rsj extension in help text (based on patch by 2015-10-02 08:20:18 +00:00
.gitattributes * Changed mime-type of scripts from application (binary) to text/plain 2015-10-08 18:49:02 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00
Makefile.fpc * regenerated makefiles after adding the win16 target 2015-09-05 11:02:54 +00:00