| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for GNUstep build failure during dumping. | YAMAMOTO Mitsuharu | 2011-12-09 | 1 | -3/+9 |
* | Fix typos. | Juanma Barranquero | 2011-11-14 | 1 | -1/+1 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -36/+36 |
* | Port to OpenBSD. | Paul Eggert | 2011-07-19 | 1 | -2/+2 |
* | * unexelf.c (unexec): Don't assume BSS addr fits in unsigned. | Paul Eggert | 2011-06-12 | 1 | -1/+2 |
* | * unexelf.c (unexec) [! (defined _SYSTYPE_SYSV || defined __sgi)]: | Paul Eggert | 2011-03-29 | 1 | -0/+4 |
* | * unexelf.c (ELF_BSS_SECTION_NAME, OLD_PROGRAM_H): Remove; unused. | Paul Eggert | 2011-03-16 | 1 | -6/+0 |
* | * unexelf.c: Use a different way to cause a compilation error if anyone uses | Paul Eggert | 2011-03-16 | 1 | -2/+4 |
* | * unexelf.c (unexec): Name an expression, | Paul Eggert | 2011-03-16 | 1 | -5/+9 |
* | New file unexec.h, the (simple) interface for unexec. | Paul Eggert | 2011-03-16 | 1 | -0/+2 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | Remove #ifdef emacs / #ifndef emacs code, unused. | Dan Nicolaescu | 2010-10-10 | 1 | -11/+1 |
* | | Remove unused arguments for unexec. | Dan Nicolaescu | 2010-10-03 | 1 | -25/+3 |
* | | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -1/+1 |
* | | * unexelf.c (round_up, find_section): Use ElfW macro for arguments. | Juanma Barranquero | 2010-07-04 | 1 | -3/+5 |
* | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -12/+3 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | (unexec): Don't search for .data twice. | Andreas Schwab | 2009-12-07 | 1 | -7/+0 |
* | (unexec): Consider a section to precede the .bss section | YAMAMOTO Mitsuharu | 2009-05-06 | 1 | -7/+57 |
* | (unexec): Fix error message. | Andreas Schwab | 2009-02-07 | 1 | -1/+1 |
* | (unexec): Handle unaligned bss offset. | Andreas Schwab | 2009-02-02 | 1 | -17/+26 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * unexmips.c: | Dan Nicolaescu | 2008-07-10 | 1 | -4/+4 |
* | * unexnext.c: | Dan Nicolaescu | 2008-06-26 | 1 | -96/+2 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+5 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+2 |
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | [BROKEN_NOCOMBRELOC]: Include assert.h. | Eli Zaretskii | 2006-03-18 | 1 | -0/+82 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | (unexec): Handle .plt section in BSS segment. | Andreas Schwab | 2005-11-01 | 1 | -4/+23 |
* | (unexec): Fix calls to `fatal' with less than 3 arguments. | Eli Zaretskii | 2005-10-20 | 1 | -5/+9 |
* | * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct | Dan Nicolaescu | 2005-09-30 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (unexec): Consider a section to precede the .bss | Richard M. Stallman | 2003-07-12 | 1 | -5/+9 |
* | (unexec): Remove `unused var n' warning. | Stefan Monnier | 2003-05-25 | 1 | -1/+2 |
* | Comments. | Dave Love | 2002-11-29 | 1 | -213/+220 |
* | Redo 9/16 change, but only if IRIX6_5. | Richard M. Stallman | 2002-10-07 | 1 | -0/+21 |
* | (unexec): Undo previous change. | Richard M. Stallman | 2002-09-18 | 1 | -4/+0 |
* | (unexec): Deal with .got, reinstating change from 25-08-1999. | Richard M. Stallman | 2002-09-16 | 1 | -0/+4 |
* | (unexec) [__sgi]: Undo the change from 2002-01-20. | Eli Zaretskii | 2002-04-13 | 1 | -13/+0 |
* | (unexec): Define n so as to cause compilation error | Richard M. Stallman | 2002-01-22 | 1 | -39/+44 |
* | Fix last change. | Eli Zaretskii | 2002-01-20 | 1 | -1/+1 |
* | (unexec) [__sgi]: Support the .got sections. | Eli Zaretskii | 2002-01-20 | 1 | -0/+13 |
* | (unexec): Index by n, not nn, when checking for ".sbss". | Richard M. Stallman | 2001-11-26 | 1 | -1/+1 |