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 change `raco exe' to disable collection lookup by default 2011-08-25 09:15:30 -06:00
elf.rkt fix non-ELF unix starter creation 2011-11-26 19:59:53 -07:00
embed.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
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 ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
winsubsys.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
winutf16.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
xform.rkt mingw32: make no-futures, no-places build work 2012-12-21 11:43:42 -07:00