The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe b625afe800 * never inline routines that call get_frame (otherwise get_frame would return
the frame of the caller rather than of the current routine, which could
    cause e.g. stackframes to be missed in RTL helpers that are known to be
    only called from run time error routines)

git-svn-id: trunk@44064 -
2020-01-29 22:21:14 +00:00
compiler * never inline routines that call get_frame (otherwise get_frame would return 2020-01-29 22:21:14 +00:00
installer Regenerate all Makefile's after commit #43472 2019-11-15 14:47:02 +00:00
packages AROS: TDosList structure fixed 2020-01-29 21:45:20 +00:00
rtl * first couple of improvements propose by Stefan Kanthak at https://skanthak.homepage.t-online.de/division.html#fpc 2020-01-29 21:35:25 +00:00
tests * r42239 broke the tw13948b test for aarch64. Fixed this and improved the test. 2020-01-28 17:50:20 +00:00
utils * Pass INSTALL_LIBDIR to fpmake 2020-01-08 22:25:19 +00:00
.gitattributes * patch by Christo Crause: support for megaAVR 0 and tinyAVR 0/1, #36616, part 3/3 2020-01-26 14:35:32 +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 Pass old value of OPT to FPCMAKEOPT 2020-01-23 15:03:20 +00:00
Makefile.fpc Pass old value of OPT to FPCMAKEOPT 2020-01-23 15:03:20 +00:00