The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2014-09-01 16:00:33 +00:00
compiler Fix for Mantis #26615. 2014-09-01 07:18:02 +00:00
ide FP-IDE: restore bullet, destroyed in last commit 2014-08-31 17:30:45 +00:00
installer AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
packages amunits: syscall-ified timer, fixed keymap to build (oops...) 2014-09-01 09:22:53 +00:00
rtl * Improved generic implementations of Bsf/Bsr. Existing ones were just ugly, BsfQword/BsrQWord producing total of 15 inline expansions 5 levels down and bloating into just a little less than a kilobyte of code (on MIPS). Now it is at most 3 expansions and 21 instructions (84 bytes), 16 and 32 bit routines are branchless. 2014-09-01 16:00:33 +00:00
tests Fix for Mantis #26615. 2014-09-01 07:18:02 +00:00
utils * apply patch from issue #26635, dealing with exe extension. 2014-08-26 21:06:52 +00:00
.gitattributes Fix for Mantis #26615. 2014-09-01 07:18:02 +00:00
.gitignore * more finegrained parallelism support for testsuite runs: the tests are no 2012-06-03 17:56:28 +00:00
fpmake_add1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake_proc1.inc * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
fpmake.pp * Handle the location of each package at run-time, not at compilation time 2013-06-02 17:55:23 +00:00
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
Makefile.fpc * swap 2.6.4 and 2.6.2 in supported versions. Message now says 2.6.4, but 2.6.2 will work. 2014-04-20 15:06:47 +00:00