The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth 19c6d72c7b Fix for Mantis #27750.
pgenutil.pas:
  * parse_generic_parameters: create explicit undefineddefs for type parameters that don't have a constraint
  * insert_generic_parameter_types: move the created undefineddefs from the parent symtable to the generic's symtable
defcmp.pas, compare_defs_ext:
  * in case the flag for strict undefineddef checks is set don't consider two different undefineddefs as compatible
+ added tests

git-svn-id: trunk@30705 -
2015-04-24 14:51:22 +00:00
compiler Fix for Mantis #27750. 2015-04-24 14:51:22 +00:00
ide Use pascal style doubling of quote char instead of C style escaping for ini file 2015-04-13 16:40:27 +00:00
installer * regenerated for iphonesim/x86-64 2015-02-23 22:56:41 +00:00
packages fcl-db: base: allow TField.Clear also for calculated (and lookup) fields. Bug #25174 2015-04-22 12:40:10 +00:00
rtl * Fix bug #27006 2015-04-22 17:01:14 +00:00
tests Fix for Mantis #27750. 2015-04-24 14:51:22 +00:00
utils * Fix bug #24271, fpdoc failing on dotted unit names 2015-04-17 18:23:13 +00:00
.gitattributes Fix for Mantis #27750. 2015-04-24 14:51:22 +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 * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00
Makefile.fpc * turn off compiler and utils building for nds 2015-02-26 20:03:29 +00:00