The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 78a7445751 + added Odd(byte) and Odd(shortint) for cpus with 8-bit alu and Odd(word)/
Odd(smallint) for cpus with 8 or 16-bit alu

git-svn-id: trunk@36328 -
2017-05-25 14:42:56 +00:00
compiler + added abs(smallint) and abs(shortint) for cpus with 8-bit or 16-bit alu 2017-05-25 14:14:18 +00:00
ide * fix compilation after last commit. make clean all in ide/ doesn't build all, and weditor 2017-04-28 13:58:59 +00:00
installer Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
packages fcl-passrc: attempt to fix the install rule and some of the dependencies 2017-05-25 12:32:04 +00:00
rtl + added Odd(byte) and Odd(shortint) for cpus with 8-bit alu and Odd(word)/ 2017-05-25 14:42:56 +00:00
tests Limit log size to 50000, and add all testrun information at start 2017-05-24 21:53:01 +00:00
utils * pas2jni: Fixed error handling of ppudump. 2017-05-22 15:35:17 +00:00
.gitattributes resolver: const evaluation: ranges, int+int 2017-05-25 10:47:48 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc * support bootstrapping with FPC 3.0.2 2016-12-22 20:01:58 +00:00