summaryrefslogtreecommitdiff
path: root/src/unexmacosx.c
Commit message (Expand)AuthorAgeFilesLines
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* * src/unexmacosx.c: Add comment about include order.Jan Djärv2011-01-201-4/+9
* * unexmacosx.c: Include config.h before unistd.h.Jan Djärv2011-01-191-4/+4
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Remove unused arguments for unexec.Dan Nicolaescu2010-10-031-3/+5
* | * unexmacosx.c (unexec_error): Use const char *.Jan D2010-08-111-1/+1
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-10/+10
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-1/+1
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (print_load_command_name) [LC_DYLD_INFO]: Add casesYAMAMOTO Mitsuharu2009-08-281-0/+45
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* make unexec_free handle NULL the same way free doesJim Meyering2008-06-121-0/+2
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* (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