The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 6fe362a1b0 + added method is_far to i8086's tcpuprocdef and tcpuprocvardef
+ added helper function to i8086's symcpu is_proc_far that dispatches the call
  to the proper is_far method (because we can't make a cpu specific descendant
  of tabstractprocdef and add it there)
* all checks for (po_far in procoptions) in the i8086 code generator replaced
  with calls to is_proc_far

git-svn-id: trunk@27559 -
2014-04-13 12:41:46 +00:00
compiler + added method is_far to i8086's tcpuprocdef and tcpuprocvardef 2014-04-13 12:41:46 +00:00
ide Avoid RTE 219 if compiled with -CR, by using correct common ancestor 2014-03-27 22:55:45 +00:00
installer + added fcl-sound 2014-03-27 22:36:34 +00:00
packages * Remove debug statement 2014-04-12 06:47:54 +00:00
rtl * Fixed exp() result for +-Inf input, must be +Inf or 0, not NaN. This is mathematically correct and consistent with generic implementation of this function. 2014-04-12 21:18:57 +00:00
tests Fix for Mantis #25604. 2014-04-11 16:43:53 +00:00
utils * First implementation of pas2js converter program 2014-04-05 09:19:55 +00:00
.gitattributes Fix for Mantis #25604. 2014-04-11 16:43:53 +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 Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00
Makefile.fpc Added AVR support to fpc and root Makefile. 2014-03-04 08:02:10 +00:00