The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Károly Balogh 42871abdeb + ObtainPen()'s 2nd argument is actually a longint, not cardinal,
because -1 is a valid argument for this function there.
  This bug is also in the original AmigaOS C SDK, which specifies
  this argument as ULONG, and defines -1 as valid argument for it.

git-svn-id: trunk@11981 -
2008-10-27 09:27:07 +00:00
compiler * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
ide * removed some 1.0 defines 2008-10-26 22:15:47 +00:00
installer * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
packages + initial version of Amiga sysmsgs support 2008-10-26 23:47:41 +00:00
rtl + ObtainPen()'s 2nd argument is actually a longint, not cardinal, 2008-10-27 09:27:07 +00:00
tests * added test for bug #11711, to help fix regression for 12385 2008-10-26 13:49:03 +00:00
utils * allow disabling of mirrors.xml when a custom remoterepository is configured 2008-10-24 10:20:28 +00:00
.gitattributes + initial version of Amiga sysmsgs support 2008-10-26 23:47:41 +00:00
.gitignore * use eventlog.inc for Unix,Win32,Win64. other targets use felog.inc 2008-10-23 20:41:35 +00:00
Makefile * regened makefiles to propagate makefile versions 2008-10-22 17:32:15 +00:00
Makefile.fpc * enabled smart linking by default for Darwin (will break building 2008-07-07 20:12:03 +00:00