The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 864ca60adb * fixed compilation on 64 bit platforms
git-svn-id: trunk@15083 -
2010-03-28 10:44:34 +00:00
compiler * implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the 2010-03-28 00:17:20 +00:00
ide * Patch from benjawin, Mantis 15779 to better deal with scrollbackbuffer<>screensize. 2010-02-17 08:53:48 +00:00
installer * run clean_files target also for distclean, fixes cleaning of installer.pas 2010-03-21 12:49:21 +00:00
packages * Fixed parsing of hints in alias types 2010-03-25 21:32:11 +00:00
rtl * implemented intf as object. When doing IInterface as TObject the compiler calls fpc_intf_as_class to query for the IImplementorGetter interface and then invokes GetObject to get the 2010-03-28 00:17:20 +00:00
tests * fixed compilation on 64 bit platforms 2010-03-28 10:44:34 +00:00
utils * Removed left-over debug statement 2010-03-25 20:55:53 +00:00
.gitattributes * added new testset for interfaces and delegation, also GetInterface, GetInterfaceWeak, GetInterfaceByStr, AS and IS is tested 2010-03-28 00:44:20 +00:00
.gitignore * ignore stamp files *-stamp.* 2010-02-02 15:20:07 +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