The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe e5a1d628eb * fixed one regression in r5682: implementation declarations with a
calling convention that has different hidden parameters than the
    interface declaration no longer compiled in Delphi mode (e.g.
    webtbs/tw7329.pp on i386)
  * fixed remaining declaration parsing incompatibilities in TP/Delphi
    modes (other modes already gave errors for the things below):
    * give an error for "function a: byte;" in interface followed by
      "procedure a;" in implementation ("function a;" in implementation
      still allowed as in TP/Delphi)
    * give an error for "function a(b: byte):byte" in interface
      followed by "function a: byte;" in implementation (if one parameter
      or return type is specified in implementation, everything must
      be repeated -- "function a;" still allowed)
  * copied webtbs/tw0890.pp to webtbf/tw0890a.pp since it now correctly
    fails, and modified webtbs/tw0890.pp so it doesn't fail with the
    new code

git-svn-id: trunk@5688 -
2006-12-23 11:17:21 +00:00
compiler * fixed one regression in r5682: implementation declarations with a 2006-12-23 11:17:21 +00:00
fcl + enabled compiling lnet on arm-wince 2006-12-22 21:08:17 +00:00
fv * fixed makefile now that the resource is no longer compiled 2006-12-19 13:41:11 +00:00
ide * Switch FV to resourcestrings 2006-12-18 22:04:31 +00:00
installer + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
packages * fixed bug in uuid (it used MD4 instead of MD5 2006-12-20 00:13:51 +00:00
rtl * fixed 64 bit compilation 2006-12-22 16:50:09 +00:00
tests * fixed one regression in r5682: implementation declarations with a 2006-12-23 11:17:21 +00:00
utils * Fixed compilation 2006-12-19 21:17:28 +00:00
.gitattributes * fixed one regression in r5682: implementation declarations with a 2006-12-23 11:17:21 +00:00
.gitignore * rtl part of first Nintendo DS port 2006-12-14 17:34:51 +00:00
Makefile * ignore error if no build stamp was found 2006-10-29 09:53:27 +00:00
Makefile.fpc * ignore error if no build stamp was found 2006-10-29 09:53:27 +00:00