The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 697552b9f1 * disabled hints/warnings about changed symbol visibility by default, use
-dextdebug to see them. This fixes 4 tests.

git-svn-id: trunk@29487 -
2015-01-16 20:08:48 +00:00
compiler * disabled hints/warnings about changed symbol visibility by default, use 2015-01-16 20:08:48 +00:00
ide Avoid CopyFile over itself fp.cfg after copying fp.ini, thus avoiding misleading ErrorBox 2015-01-15 16:53:58 +00:00
installer * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
packages fcl-db: tests: cosmetic 2015-01-16 13:17:36 +00:00
rtl * __error in cprt0.as 2015-01-15 20:40:33 +00:00
tests Fix for Mantis #25917. With this change the visibility of type parameters is changed from public to strict private as otherwise unexpected (and "unworkaroundable") errors might occur (like the one in the mentioned bug report). 2015-01-16 17:02:02 +00:00
utils * removed the msdos binutils prefix, so that we can switch more easily to using a default watcom install (in case we decide we don't want to ship watcom binutils binaries due to license issues) 2015-01-16 13:37:10 +00:00
.gitattributes Fix for Mantis #25917. With this change the visibility of type parameters is changed from public to strict private as otherwise unexpected (and "unworkaroundable") errors might occur (like the one in the mentioned bug report). 2015-01-16 17:02: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 + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00
Makefile.fpc + added msdos to the NOUTILSTARGETS 2015-01-11 14:43:34 +00:00