The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2012-01-03 14:42:28 +00:00
compiler * Managed types passed to out formal parameters must be completely cleaned (decrementing refcount is not enough) at caller side, because callee side doesn't know their actual type and cannot initialize them. Resolves #20962. 2012-01-03 09:07:08 +00:00
ide * ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870 2011-12-30 16:36:25 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * Removed debug-code accidentally introduced in r19952 that fails to compile on some targets 2012-01-03 14:42:28 +00:00
rtl * get rid of some feature checks, probably the whole feature stuff is plainly the wrong way, embedded rtl compiles again, resolves #20913 2011-12-29 14:06:30 +00:00
tests * Managed types passed to out formal parameters must be completely cleaned (decrementing refcount is not enough) at caller side, because callee side doesn't know their actual type and cannot initialize them. Resolves #20962. 2012-01-03 09:07:08 +00:00
utils * Do not use the BINUTILSPREFIX when compiling fpmake files during a cross- 2012-01-02 15:16:52 +00:00
.gitattributes * More packages switched to fpmake building 2012-01-03 14:29:12 +00:00
.gitignore
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc