The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn d4e01637e7 * use nativeint, instead of longint in fpc_div_dword and fpc_mod_dword, because
it produces more efficient code on 16-bit and 8-bit platforms.

git-svn-id: trunk@26351 -
2014-01-01 20:46:28 +00:00
compiler * avoid the meaningless conversion of the right shl/shr argument to 32-bit on 2014-01-01 19:03:17 +00:00
ide * mantis #25278 ascii table and #25239 (redundant help buttons) parts. 2013-12-26 17:14:50 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * simple strtomd5 function from mantis #23397 2014-01-01 19:52:21 +00:00
rtl * use nativeint, instead of longint in fpc_div_dword and fpc_mod_dword, because 2014-01-01 20:46:28 +00:00
tests * propagate constants into the header of a for loop 2013-12-31 13:16:09 +00:00
utils + add bin2obj as required tool (should have been part of r26132) 2013-11-24 21:53:33 +00:00
.gitattributes * propagate constants into the header of a for loop 2013-12-31 13:16:09 +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 * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00
Makefile.fpc * allow 2.6.4 as starting version 2013-11-27 19:19:16 +00:00