aboutsummaryrefslogtreecommitdiffstats
path: root/src/unexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-08-05Rename src/unexec.c => src/unexcoff.c.Eli Zaretskii1-658/+0
2010-07-28Clean up unexec.c, remove references to unused code.Dan Nicolaescu1-88/+0
2010-07-07Simplify start_of_data, start_of_text and related code.Dan Nicolaescu1-0/+15
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-1/+1
2010-04-01Remove extern errno declarations.Dan Nicolaescu1-3/+0
2010-04-01Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii1-8/+0
2010-03-19Remove non-working support for lynxos 3.0.Dan Nicolaescu1-5/+0
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-10-04Fix typos in comments.Juanma Barranquero1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-07-23* s/usg5-4.h (ADDR_CORRECT): Remove, unused.Dan Nicolaescu1-11/+0
2008-07-23Remove code depending on !COFF and USG, the file isDan Nicolaescu1-166/+4
2008-07-16* systty.h: Remove code for Aix on 386, unsupported platform.Dan Nicolaescu1-166/+3
2008-07-10* unexec.c:Dan Nicolaescu1-4/+0
2008-06-26* unexnext.c:Dan Nicolaescu1-1/+1
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-02-09* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove codeDan Nicolaescu1-38/+5
2008-02-09* Makefile.in (REGEXP_IN_LIBC): Remove reference to obsoleteDan Nicolaescu1-62/+1
2008-02-05(make_hdr): Replace `legal' with `valid'.Juanma Barranquero1-1/+1
2008-01-13* movemail.c:Dan Nicolaescu1-88/+0
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-03-19(write_segment, unexec): Move these functions to avoid forwardEli Zaretskii1-98/+97
2004-04-16Sync to HEADKenichi Handa1-0/+3
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-05-19Comment change.Richard M. Stallman1-1/+1
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-4/+4
2001-12-11*** empty log message ***Richard M. Stallman1-1/+1
2001-11-16Don't include coff.h unless HAVE_COFF_H is defined.Eli Zaretskii1-1/+1
2000-08-22(write_segment) [USE_CRT_DLL]: Remove unnecessaryAndrew Innes1-0/+2
2000-06-15(toplevel): Fix last change, so as not to deprive MSDOSEli Zaretskii1-12/+8
2000-06-14(toplevel) [COFF]: Include coff.h.Gerd Moellmann1-0/+4
1998-06-29[COFF]: New variable coff_offset.Richard M. Stallman1-4/+31
1996-07-19(copy_text_and_data) [DJGPP >= 2]: Switch off two bitsKarl Heuer1-0/+10
1996-04-10[DJGPP v2]: Include fcntl.h.Richard M. Stallman1-0/+18
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1996-01-05Comment fixes.Karl Heuer1-2/+2
1995-10-08(write_segment): Write valid data in units of 1<<13,Richard M. Stallman1-5/+18
1995-10-03(write_segment): Use pagesize as unit of writing instead of 128.Richard M. Stallman1-4/+5
1994-10-26Comment changes.Richard M. Stallman1-5/+4
1994-10-06(make_hdr): Undo June 16 change.Richard M. Stallman1-2/+3
1994-09-24Don't test CANNOT_UNEXEC.Richard M. Stallman1-4/+0