The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
svenbarth d07b49270f Fix for Mantis #30030.
pgenutil.pas:
  * parse_generic_specialization_types_internal: ignore the parasymtable of procvars (as before the addition of generic routines) and instead use the type's hierarchy name
  * generate_specialization_phase2: specialize types of procvars into the parameter symtable as they don't have a local one

+ added test

git-svn-id: trunk@33544 -
2016-04-22 13:07:48 +00:00
compiler Fix for Mantis #30030. 2016-04-22 13:07:48 +00:00
ide * notify unit video of switching consoles under windows 2016-04-10 01:44:29 +00:00
installer
packages * Some fixes from Graeme Geldenhuys (Bug ID 30038): 2016-04-22 11:15:11 +00:00
rtl * fixed cross-assembling the Linux/ppc32 loader files on a 64 bit Linux host 2016-04-20 22:17:11 +00:00
tests Fix for Mantis #30030. 2016-04-22 13:07:48 +00:00
utils * pas2jni: Minor fix to exe extension. 2016-04-07 13:17:46 +00:00
.gitattributes Fix for Mantis #30030. 2016-04-22 13:07:48 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile
Makefile.fpc