The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2010-10-28 04:18:53 +00:00
compiler * changes to alignment for enumeration rtti record members: we need a Tconstptrint alignment before the MinValue/MaxValue members because the entire record needs that alignment due to some pointers inside 2010-10-26 22:00:15 +00:00
ide + disable UserScreen for now on Amiga/MorphOS, dummy implementation causes more trouble than it solves 2010-10-21 23:44:17 +00:00
installer
packages * xmlread.pp, added location information to TNodeData and got namespace-related errors reported at correct locations. 2010-10-27 22:42:01 +00:00
rtl * types.pp, applied a fix similar to r16224,16226 also to UnionRect function. It is very similar to IntersectRect and parameter aliasing issue applies to it as well (see Mantis #17722). 2010-10-28 04:18:53 +00:00
tests * all accesses that cannot be handled natively by the code generator have 2010-10-26 17:17:28 +00:00
utils * fix for mantis 17597, aliastypes in inheritance chains of fpdoc. 2010-10-24 21:33:41 +00:00
.gitattributes * all accesses that cannot be handled natively by the code generator have 2010-10-26 17:17:28 +00:00
.gitignore * updated ptc 2010-09-19 22:10:28 +00:00
Makefile
Makefile.fpc