The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
2017-06-29 00:33:55 +00:00
compiler m68k: do not internalerror on localsize < 0. this condition is handled elsewhere in the compiler properly, so we just let it through 2017-06-29 00:11:19 +00:00
ide + sparc64 support enabled in fpmake for the IDE 2017-06-18 21:06:32 +00:00
installer * Makefiles regenerated 2017-06-18 21:06:34 +00:00
packages fcl-passrc: paswrite: handled calling conventions for procedure declaration 2017-06-28 13:54:47 +00:00
rtl typinfo: push/pop doesn't save packrecords. also, always use AlignTypeData on m68k, which might have less than pointer sized (word, 2 byte) alignments in the typeinfo, because on most systems C compilers also use 2 byte alignments, so we need that for compatibility 2017-06-24 23:18:12 +00:00
tests m68k: define safecall_is_cdecl on m68k too in tcalvar6 and tcalst6 2017-06-29 00:33:55 +00:00
utils * Append end to correct location in class 2017-06-27 06:59:59 +00:00
.gitattributes * SAX JSON reader, rework JSONParser on top of that 2017-06-22 19:45:22 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +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 * Makefiles regenerated 2017-06-18 21:06:34 +00:00
Makefile.fpc + sparc64 support in top level Makefile.fpc 2017-06-18 21:06:30 +00:00