The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b7235b21c9 * no longer allow assigning values to typecasted properties, because in
case the getter is a function, the result is that first the getter is
    called, and subsequently the temp holding the function result is
    overwritten (thus not changing anything). This is Delphi-compatible,
    and fixes tests/tbf/tb0214*

git-svn-id: trunk@13320 -
2009-06-23 18:42:53 +00:00
compiler * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
ide * cvar needs to be external. 2009-06-12 21:07:51 +00:00
installer + added support for fcl-res 2009-03-01 00:50:06 +00:00
packages - disabled fastcgi, custfcgi, and fpfcgi units for Darwin because they do 2009-06-23 14:10:04 +00:00
rtl * fixed properties 2009-06-22 18:55:28 +00:00
tests * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * no longer allow assigning values to typecasted properties, because in 2009-06-23 18:42:53 +00:00
.gitignore * updated nds/gba linker scripts and reverted some changes for 2.2.4a release 2009-05-31 12:15:24 +00:00
Makefile
Makefile.fpc