summaryrefslogtreecommitdiff
path: root/src/unexmacosx.c
Commit message (Expand)AuthorAgeFilesLines
* (unrelocate): New argument BASE. Use it instead ofYAMAMOTO Mitsuharu2007-11-271-18/+86
* (copy_data_segment): Also copy __gcc_except_tab and __objc_* sections.YAMAMOTO Mitsuharu2007-11-241-6/+23
* (unexec_regions_recorder, unexec_regions_merge):YAMAMOTO Mitsuharu2007-10-301-8/+30
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (malloc_cookie): Remove unused variable.YAMAMOTO Mitsuharu2006-11-051-57/+76
* 2006-11-02 Nozomu Ando <nand@mac.com>YAMAMOTO Mitsuharu2006-11-021-43/+75
* (unexec): Error if trying unexec from dumped executable.YAMAMOTO Mitsuharu2006-05-011-0/+3
* Include config.h before using HAVE_MALLOC_MALLOC_H.YAMAMOTO Mitsuharu2006-04-121-3/+6
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+2
* (unexec_write_zero): New function.YAMAMOTO Mitsuharu2005-11-091-9/+59
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* unexmacosx.c (copy_data_segment): Copy __la_sym_ptr2 sectionSteven Tamm2005-06-091-0/+1
* (unexec_realloc): Move declarations before statements.Andreas Schwab2005-05-161-2/+2
* Include assert.h.YAMAMOTO Mitsuharu2005-05-131-19/+77
* config.in (HAVE_MALLOC_MALLOC_H): RegenerateSteven Tamm2004-10-081-0/+5
* unexecmacos.x (unexec_copy): Do not copy more than was requested (count)Steven Tamm2004-01-281-1/+3
* These are Nozomu Ando's changes to build Emacs to run under X WindowAndrew Choi2003-10-311-4/+75
* Add arch taglinesMiles Bader2003-09-011-0/+3
* unexmacosx.c: Sort and merge unexec regions before dumping them.Andrew Choi2003-07-221-1/+42
* unexmacosx.c (copy_data_segment): Also copy __cfstring section.Andrew Choi2003-02-181-1/+2
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-13/+13
* unexmacosx.c: Now corrects the offset in two hints table to allow prebindingSteven Tamm2002-12-011-0/+22
* Use malloc_default_zone to determine the size of pointers alloced in unexecSteven Tamm2002-11-241-1/+1
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+914