racket/collects/compiler/private
Matthew Flatt 1744a78738 mach-o: fix problems related to code signing
Strip any code signing when generating an executable from
Racket or GRacket. Also, place the __LINKEDIT segment in
virtual memory after the __PLTSCHEME segment, so that
the in-memory layout order matches the file layout order,
which in turn makes the code-signing tool's update of the
__LINKEDIT segment's size not create a virtual-memory
overlap with __PLTSCHEME.
2013-01-18 11:03:46 -06:00
..
collects-path.rkt
elf.rkt fix non-ELF unix starter creation 2011-11-26 19:59:53 -07:00
embed.rkt
macfw.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
mach-o.rkt mach-o: fix problems related to code signing 2013-01-18 11:03:46 -06:00
windlldir.rkt
winsubsys.rkt
winutf16.rkt
xform.rkt mingw32: make no-futures, no-places build work 2012-12-21 11:43:42 -07:00