The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e5c097a6e2 * mark nodes that have been created by transforming a read-accessor of
of a property with nf_no_lvalue flag, and check that such nodes are
    never used in direct assignments (fixes mantis #21087 and a couple of
    other cases of invalid assignments to properties)

git-svn-id: trunk@20140 -
2012-01-21 19:09:30 +00:00
compiler * mark nodes that have been created by transforming a read-accessor of 2012-01-21 19:09:30 +00:00
ide * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
installer * wrong path suggested for LIBPATH fixed 2012-01-13 23:14:43 +00:00
packages * don't try to assign values by indexing properties that return an 2012-01-21 19:05:46 +00:00
rtl * Add dlvsym under ifdef ELF, defined ELF for the OSes I could check 2012-01-21 11:56:40 +00:00
tests * mark nodes that have been created by transforming a read-accessor of 2012-01-21 19:09:30 +00:00
utils * prevent crash of h2pas if an unknown specifier is encountered, resolves #18664 2012-01-21 15:17:11 +00:00
.gitattributes * mark nodes that have been created by transforming a read-accessor of 2012-01-21 19:09:30 +00:00
.gitignore
Makefile * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00
Makefile.fpc * don't build utils on gba and embedded 2012-01-07 21:52:40 +00:00