The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 64ddae4eff + -vq parameter to show message numbers
+ -vm<x>,<y> parameter to mask messages <x> and <y>
   (both based on a patch submitted by Petr Kristan)
  * alphabetically ordered -v<x> option processing code so it's easier
    to see which characters are still free (not many anymore)
  + some tests for the -vm functionality

git-svn-id: trunk@11888 -
2008-10-12 12:19:41 +00:00
compiler + -vq parameter to show message numbers 2008-10-12 12:19:41 +00:00
ide * some more minor fixes to the debug info 2008-10-12 11:14:35 +00:00
installer Added symbolic to installer 2008-07-03 15:37:04 +00:00
packages * avoid double free when reusing chmsitemap objects 2008-10-12 10:02:18 +00:00
rtl + fixed Sysutils' ExecuteProcess() to allow longer ComLine than 256 chars (smartlinking needs this badly) 2008-10-07 19:33:30 +00:00
tests + -vq parameter to show message numbers 2008-10-12 12:19:41 +00:00
utils * when cross compiling, fallback to fpc when no cross compiler is found 2008-09-27 10:06:56 +00:00
.gitattributes + -vq parameter to show message numbers 2008-10-12 12:19:41 +00:00
.gitignore - removed directory with non-working sources as well with copyrighted sources 2008-05-19 20:20:01 +00:00
Makefile * when cross compiling, fallback to fpc when no cross compiler is found 2008-09-27 10:06:56 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00