The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 009037f9d9 * the Seg0040, SegA000, SegB000 and SegB800 constants changed to typed constants
for Borland Pascal 7 compatibility. This allows doing e.g. 'mov es, [SegA000]'
  in inline asm, which is BP7 compatible, but would produce a wrong result
  if SegA000 was an untyped constant.

git-svn-id: trunk@25674 -
2013-10-06 09:07:55 +00:00
compiler * updated ppudump after r25672 2013-10-06 00:45:03 +00:00
ide * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
installer * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
packages * the longints in VLine16 converted to 16-bit 2013-10-05 22:32:08 +00:00
rtl * the Seg0040, SegA000, SegB000 and SegB800 constants changed to typed constants 2013-10-06 09:07:55 +00:00
tests * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
utils * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
.gitattributes + added and enabled compilation of unit printer for i8086-msdos 2013-10-06 00:14:08 +00:00
.gitignore
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 * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc * Fixed cross-installation after r24625. 2013-05-28 12:55:25 +00:00