The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 8b9e90dc7a * keep track of whether a routine has a C-style variadic parameter in the
procoptions even when it's through an array-of-const parameter
  * always call create_varargs_paraloc_info() instead of create_paraloc_info()
    in the former case, even when no varargs parameters are specified (because
    on some platforms even some non-variadic parameters need to be passed
    differently, such as on ARM with gnueabihf)

git-svn-id: trunk@41420 -
2019-02-23 15:42:45 +00:00
compiler * keep track of whether a routine has a C-style variadic parameter in the 2019-02-23 15:42:45 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages * move the homogenous float aggregate determination function to a common 2019-02-23 15:42:39 +00:00
rtl * android: Fixed stdio redirection for threads. 2019-02-20 15:11:45 +00:00
tests Add testing of use of variable of class 2019-02-23 15:37:39 +00:00
utils * pas2jni: Fixed exception handling. 2019-02-20 13:04:49 +00:00
.gitattributes * move the homogenous float aggregate determination function to a common 2019-02-23 15:42:39 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
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