The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
marco 7b5c7f81d6 * fix for crash while building LCL docs. Hopefully the last one.
The fix is an emergency fix only, disabling calling convention
    registration for element types that not derive from TPasProcedure

   The fix is in Parsprocedureorfunctionheader, second part that handles
     modifiers and calling conventions. The parent was always typecasted
     to TPasProcedure, but can also be TPasProcedureType and TPasFunctionType
     that not derive from TPasProcedure.

git-svn-id: trunk@19903 -
2011-12-28 23:00:56 +00:00
compiler * update of Portuguese compiler message file by Marcelo B Paula, resolves #20963 2011-12-28 17:44:46 +00:00
ide Avoid interactive query when resetting file 2011-12-19 13:03:25 +00:00
installer * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
packages * fix for crash while building LCL docs. Hopefully the last one. 2011-12-28 23:00:56 +00:00
rtl * power functions added 2011-12-28 18:11:45 +00:00
tests * Removed executable flag from source files. 2011-12-19 17:40:02 +00:00
utils * improved unknown link errormsg to list current module name. 2011-12-28 19:08:40 +00:00
.gitattributes * importtl (type library import program) from Ludo Brands (bug 20958) 2011-12-26 16:37:38 +00:00
.gitignore fpvectorial is now moved to lazarus/components/fpvectorial 2011-10-30 16:42:46 +00:00
Makefile * rebuilt Makefiles 2011-12-04 15:34:01 +00:00
Makefile.fpc * Trunk version to 2.7.1 2011-08-03 13:59:33 +00:00