The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2011-02-27 18:03:04 +00:00
compiler * aint -> asizeint changes 2011-02-26 20:16:14 +00:00
ide + Add $rbp FrameName for x86_64 CPU 2010-12-30 14:53:57 +00:00
installer + packages fcl-js and hermes added 2011-02-20 20:48:16 +00:00
packages * sax_html.pp, ignore markup in STYLE and SCRIPT elements, Mantis #18826 2011-02-26 16:59:57 +00:00
rtl Fixed argc/argv/envp for arm/linux shared libraries. They are by default in registers a1/a2/a3 as per ABI: the first arguments when calling a method (in this case the FPC_SHARED_LIB_START) are passed via registers, not on the stack. 2011-02-27 17:22:29 +00:00
tests + new test that should fail to compile, but doesn't yet 2011-02-27 18:03:04 +00:00
utils * Do not use a buildunit, but build the units directly. To avoid that 2011-02-21 09:33:17 +00:00
.gitattributes + new test that should fail to compile, but doesn't yet 2011-02-27 18:03:04 +00:00
.gitignore + Added libogc binding and examples for Wii 2011-02-23 21:59:42 +00:00
Makefile * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00
Makefile.fpc * compile win 64-bit IDE default. It works now, and even gdb is starting to work. 2010-12-15 19:16:48 +00:00