The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
nickysn 4f573b50ad * access the Default8087CW global variable directly from within inline asm,
instead of copying it to a local var first, since the concern about PIC code
  (this asm code started out as a copy of the i386 rtl code) doesn't exist on
  the i8086, since there's no such thing as PIC code on the i8086

git-svn-id: trunk@41311 -
2019-02-12 16:31:16 +00:00
compiler Fix bug report #35065 using provided patch by J. Gareth Moreton 2019-02-12 07:19:04 +00:00
installer haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
packages pastojs: fixed helper constructor 2019-02-11 15:26:27 +00:00
rtl * access the Default8087CW global variable directly from within inline asm, 2019-02-12 16:31:16 +00:00
tests * always enable threads on Unix-like targets 2019-02-11 20:33:29 +00:00
utils pas2js: docs about helpers version 2019-02-11 17:38:35 +00:00
.gitattributes * fix for Mantis #35027: ensure that the synchronize event entry is reset correctly in case of an exception 2019-02-10 15:43:03 +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 haiku-x86_64: regenerated all Makefiles, take 2 2019-01-04 03:18:42 +00:00
Makefile.fpc Merged riscv_new branch 2018-09-26 19:49:08 +00:00