Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * m/mips.h: Remove boilerplate comments and code for systems that | Dan Nicolaescu | 2008-07-16 | 1 | -348/+0 |
| | | | | | | | do not use this file. (SIGN_EXTEND_CHAR): * m/arm.h (SIGN_EXTEND_CHAR): Remove, unused. * unexmips.c: Remove file, unused. | ||||
* | * unexmips.c: | Dan Nicolaescu | 2008-07-10 | 1 | -1/+1 |
| | | | | * unexelf.c: Remove references to desupported systems. | ||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
| | |||||
* | * configure.in: Remove references to obsolete variables and | Dan Nicolaescu | 2008-02-24 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate. | ||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| | | | | 2001). | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | |||||
* | [MACH]: Include a.out.h. | Richard M. Stallman | 1995-06-29 | 1 | -1/+47 |
| | | | | | | [MACH] (STYP_INIT, _RDATA, STYP_RDATA, _SDATA, STYP_SDATA): Defined. [MACH] (_SBSS, STYP_SBSS, HDRR, pHDRR): New definitions. (unexec): Add MACH conditionals. | ||||
* | (unexec): Cast pointers. Fix error message. | Karl Heuer | 1994-04-28 | 1 | -3/+3 |
| | |||||
* | (unexec): Add cast to result of `sbrk'. | Richard M. Stallman | 1994-02-17 | 1 | -1/+2 |
| | |||||
* | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1994-01-08 | 1 | -8/+5 |
| | | | | (fatal_unexec): Call strerror instead of using sys_errlist. | ||||
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
| | |||||
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -1/+1 |
| | |||||
* | [sony, IRIS_4D]: Include getpagesize.h and fcntl.h. | Richard M. Stallman | 1992-10-27 | 1 | -6/+12 |
| | | | | | (unexec): #if 0 the error check of hdr.fhdr.f_nscns. Clear text_section->s_scnptr. | ||||
* | * unexmips.c (mark_x): Declare this as static void at the top of | Jim Blandy | 1992-09-13 | 1 | -1/+2 |
| | | | | the file and at the function definition. | ||||
* | (unexec): Allow sections in any order. | Richard M. Stallman | 1992-09-11 | 1 | -11/+15 |
| | | | | Adjust addresses of rdata section as well as data section. | ||||
* | entered into RCS | Jim Blandy | 1992-03-05 | 1 | -1/+1 |
| | |||||
* | Initial revision | Jim Blandy | 1992-01-13 | 1 | -0/+305 |