The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 52a8c3a40c o fixed darwin/i386 signal handling:
* fixed sigcontextrec definition
    * work around missing Mac OS X support for reporting integer
      division-by-zero as such (reported as generic SIGFPE)
    * return from signal handler to HandleErrorFrame (just like
      on ppc) instead of calling it (and fix up fpu and sse
      status words when doing so)

git-svn-id: trunk@9196 -
2007-11-11 16:27:24 +00:00
compiler + disp. var. property setting, resolves #10133 and #9134 2007-11-11 14:14:05 +00:00
fv * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
ide * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
installer * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
packages o patch and test by Andrey Gusev: 2007-11-11 15:54:35 +00:00
rtl o fixed darwin/i386 signal handling: 2007-11-11 16:27:24 +00:00
tests * added nostackframe to fix running on darwin/i386 2007-11-11 16:24:05 +00:00
utils * regenerated for x86_64-darwin 2007-11-10 21:37:24 +00:00
.gitattributes * obsolete and broken programs 2007-11-11 14:35:22 +00:00
.gitignore * obsolete and broken programs 2007-11-11 14:35:22 +00:00
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc - removed ide building for darwin again (basic functionality works, but 2007-05-02 08:38:13 +00:00