The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 744d20d086 * allow "array of const" parameters again for objcclass/objcprotocol methods
after merge of r13618 from trunk
  * also allow "varargs" for objclass/objcprotocol methods
  * set the cdecl calling convention for objcclass/objcprotocol methods in
    handle_calling_convention() rather than in a separate routine in
    pdecobj (and do the same for cppclass methods)
  * check that array of const parameters and varargs are only used with
    external objc-methods (can only be done after the class is parsed,
    because earlier on it's not known yet whether or not it is external)

git-svn-id: branches/objc@13624 -
2009-08-30 11:02:28 +00:00
compiler * allow "array of const" parameters again for objcclass/objcprotocol methods 2009-08-30 11:02:28 +00:00
ide * open chm in nonexclusive mode. Could cause problems on Windows Vista where filelocks last even longer after closing. 2009-08-26 20:13:55 +00:00
installer * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
packages * dom.pp: fixed one possible reason of crashing in Delphi 2009 2009-08-29 18:11:08 +00:00
rtl Merged revisions 13599-13600,13602-13604,13608,13615-13618 via svnmerge from 2009-08-30 09:50:36 +00:00
tests * allow "array of const" parameters again for objcclass/objcprotocol methods 2009-08-30 11:02:28 +00:00
utils + file forgotten to add in r13588 2009-08-24 17:22:25 +00:00
.gitattributes * allow "array of const" parameters again for objcclass/objcprotocol methods 2009-08-30 11:02:28 +00:00
.gitignore
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00