The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 0fa70759a2 * cutils.pas (size_2_align): Move to..
globals.pas (size_2_align): ...here.
     Change parameter type to asizeuint to avoid overflows.
     (var_align_size, const_align_size): Also change parameter type to asizeuint.
     i386/cpupara.pas, i8086/cpupara.pas, x86_64/cpupara.pas: Add globals
     to implementation uses clause because of size_2_align move.

git-svn-id: trunk@43022 -
2019-09-16 14:50:43 +00:00
compiler * cutils.pas (size_2_align): Move to.. 2019-09-16 14:50:43 +00:00
installer Fix short names for a few zip 2019-09-02 08:19:35 +00:00
packages pastojs: changed constraints to TPasElementArray, changed TInlineSpecializeExpr to NameExpr:TPasExpr and Params:TFPList 2019-09-16 14:26:33 +00:00
rtl * fixed compilation for __ARM_EABI_UNWINDER__ with -dexcdebug 2019-09-15 17:26:21 +00:00
tests * tests/Makefile.fpc: Add NATIVE_FPC=$(FPC) to tstunits rule make call. 2019-09-16 07:41:37 +00:00
utils fcl-passrc: specialize generic constraints 2019-09-08 13:46:21 +00:00
.gitattributes * Demo for macro support 2019-09-15 10:14:01 +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 Update all trunk/fpcsrc Makefile's after commit 42749 2019-08-20 15:58:10 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00