The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2006-08-06 01:11:32 +00:00
compiler Changed implicit type conversion helper for interface assignments. This is needed for _IMPLEMENTS. Will be optimized to be more optimal for non-implements interfaces 2006-08-06 01:11:32 +00:00
fcl + Fix for bug #7205 2006-08-02 22:15:37 +00:00
fv * Handle video initialization failure. 2006-06-11 10:11:34 +00:00
ide * bugrep -> bugs 2006-07-15 20:21:23 +00:00
installer * logging improvements 2006-07-30 09:47:02 +00:00
packages * incorrect IFDEF removed 2006-07-30 14:20:16 +00:00
rtl Implemented _IMPLEMENTS. Changed GetInterfaceByStr() and GetInterface() accordingly. Also introduced new compilerproc: fpc_intf_assign_by_iid to allow := with _IMPLEMENTS-support 2006-08-06 01:09:20 +00:00
tests + added 2006-08-04 14:55:23 +00:00
utils + enabled Amiga target for PowerPC 2006-08-02 19:55:24 +00:00
.gitattributes + added 2006-08-04 14:55:23 +00:00
.gitignore initial import 2006-07-08 15:14:26 +00:00
Makefile * use -P for cross compile 2006-04-23 18:53:29 +00:00
Makefile.fpc * reenable generation of smartlinked libraries during build, use -ap to speed up the process (no regeneration of makefiles yet) 2006-04-20 08:50:08 +00:00