The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Mattias Gaertner 009a3435c1 pas2js: avoid use of in when enumerating uses list
git-svn-id: trunk@43051 -
2019-09-22 12:04:33 +00:00
compiler m68k: also handle OS_64 register sizes in cgsize2subreg 2019-09-20 13:48:30 +00:00
installer Fix short names for a few zip 2019-09-02 08:19:35 +00:00
packages fcl-passrc: specialize non forward generic procedure 2019-09-22 12:02:04 +00:00
rtl * fix regression introduced with r42240: packed sets for the Integer based variants of SetToString/StringToSet need to be shifted on Big Endian systems 2019-09-21 14:36:19 +00:00
tests * extend test so that it also covers the SetToString/StringToSet variants take/return Integer arguments 2019-09-21 14:36:16 +00:00
utils pas2js: avoid use of in when enumerating uses list 2019-09-22 12:04:33 +00:00
.gitattributes m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it 2019-09-20 11:35:35 +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 * 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 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