The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e42842b31c * don't allow skipping property parameters if the getter/setter has default
parameters (mantis #13956)
  * when reporting an error about too few specified parameters to a call,
    return the column of the call itself rather than after the last parameter
    (because this ends up after the end of an indexed property in case of
     properties, which is confusing)

git-svn-id: trunk@13326 -
2009-06-26 17:31:41 +00:00
compiler * don't allow skipping property parameters if the getter/setter has default 2009-06-26 17:31:41 +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 * added MYSQL_TIME type 2009-06-26 12:26:03 +00:00
rtl * fixed setstrprop() for shortstring properties (based on hint by Zawullon, 2009-06-26 11:34:04 +00:00
tests * don't allow skipping property parameters if the getter/setter has default 2009-06-26 17:31:41 +00:00
utils + darwin/arm support for fcl-res and fpcres 2009-05-01 12:47:01 +00:00
.gitattributes * don't allow skipping property parameters if the getter/setter has default 2009-06-26 17:31:41 +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 * Makefiles regenerated 2009-03-01 00:35:12 +00:00
Makefile.fpc + delete base.build-stamp.* 2009-02-01 17:15:51 +00:00