The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe a637fbe596 * moved all g_exception_*() methods to hlcgobj and cleaned them up (no more
hardcoded registers for the most part)
  + added extra g_exception_discard_reason() that can be called when we only
    want to get rid of the currently pushed exception reason, and don't have
    to load it (so it can do nothing on platforms that don't use push/pop)

git-svn-id: branches/hlcgllvm@28481 -
2014-08-19 20:22:24 +00:00
compiler * moved all g_exception_*() methods to hlcgobj and cleaned them up (no more 2014-08-19 20:22:24 +00:00
ide * updated wording helpfile download, mantis #26517 2014-08-03 11:09:52 +00:00
installer * Patch by Bart Broersma to fix breakage over the years. Though this file is mostly obsolete. Mants #26575 2014-08-13 12:53:40 +00:00
packages * *result_cint -> *result_int. Mantis #26583 Probably leftover of some int to cint replace. 2014-08-12 09:13:23 +00:00
rtl * synchronised with trunk up till r28402 2014-08-13 16:04:30 +00:00
tests * Test removed 2014-08-10 16:12:56 +00:00
utils * pas2jni: Fixed enums, added equals() methods to objects, enums and sets. 2014-06-24 13:57:31 +00:00
.gitattributes * synchronised with trunk up till r28402 2014-08-13 16:04:30 +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 * 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
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