The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b495fbb991 * let search_class_helper() only return class helper methods; it could
also return regular objcclass methods before, because these are also
    registered under class helper procsyms for future id.anymethod support
  * give an error when calling an inherited method from an objccategory
    method, if that is not declared in the parent of the extended class
    (since calling inherited in an objccategory method is the same as
     calling inherited in a method of the extended class; if a method is
     replaced, calling inherited will *not* call the original method
     from the original class)

git-svn-id: trunk@14213 -
2009-11-18 21:49:57 +00:00
compiler * let search_class_helper() only return class helper methods; it could 2009-11-18 21:49:57 +00:00
ide * Reset AbortTool before each run 2009-11-05 00:45:19 +00:00
installer * Try to fix scroll bar problems 2009-11-04 16:46:32 +00:00
packages * fixed bug in float parser 2009-11-18 11:47:31 +00:00
rtl * More pluggability of the RTL. Mantis 15124 2009-11-18 21:16:12 +00:00
tests * let search_class_helper() only return class helper methods; it could 2009-11-18 21:49:57 +00:00
utils * Added support for the url tag to include arbitrary links 2009-11-13 15:58:45 +00:00
.gitattributes * let search_class_helper() only return class helper methods; it could 2009-11-18 21:49:57 +00:00
.gitignore - alpha simulator removed: we never used it so far, fpc has no alpha support, alpha is basically dead, qemu supports alpha 2009-08-13 17:55:21 +00:00
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