The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe caca6cea37 * allow any kind of fields in Object Pascal classes that are passed to
Objective-C methods or which are fields of Objective-C classes (since they
    are basically opaque to the Objective-C runtime) + fixed tobjc11 so it
    expects classes to be encoded as opaque types
  * give a proper error message when using illegal field/parameter types in
    Objective-C classes/methods instead of an internal error (only checked
    during rtti generation rather than during parsing, because during parsing
    some types may still be forwarddefs)
  * split objcutil in objcdef and objcutil, with objcdef depending only on
    the symtable so it can be used in symdef

git-svn-id: trunk@14838 -
2010-01-31 21:13:41 +00:00
compiler * allow any kind of fields in Object Pascal classes that are passed to 2010-01-31 21:13:41 +00:00
ide * Avoid Range checks in CalcHash 2010-01-22 15:39:39 +00:00
installer * update Makefile 2009-12-10 11:25:32 +00:00
packages * OLE_COLOR and OLE_HANDLE 2010-01-27 19:58:58 +00:00
rtl + support of compiler intrinsic sar* using a patch by Benjamin Rosseaux, resolves #15606 2010-01-31 16:47:01 +00:00
tests * allow any kind of fields in Object Pascal classes that are passed to 2010-01-31 21:13:41 +00:00
utils * fpcres: Implemented TClosableFileStream to automatically release and acquire 2010-01-26 08:54:41 +00:00
.gitattributes * allow any kind of fields in Object Pascal classes that are passed to 2010-01-31 21:13:41 +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 + mips(el) support in the compiler makefile 2009-12-08 19:57:16 +00:00
Makefile.fpc * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00