The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 91d5457b38 * moved around/replaced the following procedures to stop nflw from depending
on pdecsub (node units should not depend on parser units):
   o maybe_add_public_default_java_constructor()
   o handle_calling_convention()
   o create_finalizer_procdef() (replaced with create_outline_procdef())
   o insert_record_hidden_paras()
   o handle_calling_convention()
   o proc_add_definition()
   o build_parentfpstruct()
   o maybe_guarantee_record_typesym()
   o get_first_proc_str()
  * factored out the creation of a procinfo for a nested procdef based on a
    subnodetree of the current procdef into tprocinfo.create_for_outlining()

git-svn-id: trunk@40773 -
2019-01-05 16:26:33 +00:00
compiler * moved around/replaced the following procedures to stop nflw from depending 2019-01-05 16:26:33 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages fixed compilation for amiga-likes after r40769 2019-01-05 14:43:10 +00:00
rtl * only adjust the stack pointer of the signal context if it's aligned (it 2019-01-05 16:26:26 +00:00
tests haiku-x86_64: regenerated all Makefiles 2019-01-04 03:17:19 +00:00
utils haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
.gitattributes * moved around/replaced the following procedures to stop nflw from depending 2019-01-05 16:26:33 +00:00
.gitignore
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00