aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
Commit message (Collapse)AuthorAgeFilesLines
* (START_FILES): Define START_FILES for NetBSD andPavel Janík2002-06-211-0/+3
| | | | OpenBSD. Add support for mipseb-*-netbsd* machines.
* Add Support for x86-64.Andreas Schwab2002-06-071-0/+121
|
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-0/+121
| | | | lisp/ChangeLog, and src/ChangeLog for list of changes.
* Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.Andreas Schwab2002-04-1571-749/+71
|
* Split the __hpux conditional into the partsRichard M. Stallman2001-12-111-18/+41
| | | | | | that are right for GNU/Linux too and the parts that are not. Use the former if GNU_LINUX. (HAVE_ALLOCA, LOAD_AVE_TYPE, LOAD_AVE_CVT): New defs for GNU/Linux.
* (HAVE_VFORK): Remove.Paul Eggert2001-12-076-17/+0
|
* Comment change.Richard M. Stallman2001-11-171-1/+2
|
* (HAVE_SYS_WAIT_H): Add #undef.Richard M. Stallman2001-11-171-0/+3
|
* (BROKEN_PROTOTYPES): Defined.Richard M. Stallman2001-11-061-0/+5
|
* New file. From Adam Thornton <[email protected]>.Eli Zaretskii2001-10-281-0/+123
|
* [LINUX]: Undef LD_SWITCH_SYSTEM_TEMACS and overrideEli Zaretskii2001-10-231-0/+4
| | | | | LD_SWITCH_MACHINE_TEMACS with "-Xlinker -znocombreloc". From Andreas Schwab <[email protected]>.
* Put in #if 0 until we know what'sGerd Moellmann2001-09-281-0/+4
| | | | really going on here.
* (DATA_SEG_BITS): Also define for GCC 3.Gerd Moellmann2001-09-191-2/+5
|
* (DATA_SEG_BITS) [__linux__]: Define for GCCGerd Moellmann2001-09-171-1/+6
| | | | versions >= 2.95.
* properly mark Attic files as deletedKen Raeburn2001-07-061-115/+0
|
* Add copyright notice.Gerd Moellmann2001-02-203-3/+58
|
* (BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):Kenichi Handa2000-11-111-0/+10
| | | | | Defined these macros. (NLIST_STRUCT): Avoid re-defining it.
* (NO_REMAP): Don't define.Dave Love2000-10-021-42/+0
|
* Remove hack of not prototyping bcopy, etc.Andreas Schwab2000-09-291-13/+0
|
* (XUINT) [REL_ALLOC && _MALLOC_INTERNAL]: Don't declareDave Love2000-09-281-10/+0
| | | | r_alloc, r_alloc_free.
* (BITS_PER_EMACS_INT) [__arch64__]: Don't define.Gerd Moellmann2000-09-261-1/+0
|
* * m/ia64.h: Moved from s/ia64.h.Andreas Schwab2000-08-041-0/+196
|
* (XUINT, XSET, XUNMARK) [_LP64]: Don't define.Dave Love2000-07-271-2/+2
|
* (TERMINFO): Moved to system files (probably only relevant for sunos4Dave Love2000-07-241-7/+9
| | | | | | judging by its vintage). (BITS_PER_LONG, BITS_PER_EMACS_INT, _LP64): Define conditional on __arch64__.
* (LINKER, LD_SWITCH_MACHINE) [LINUX]: Define.Gerd Moellmann2000-07-031-0/+8
|
* Remove string.h hack.Dave Love2000-06-231-14/+2
|
* Don't define HAVE_GETWD, HAVE_GETTIMEOFDAY.Dave Love2000-06-201-5/+0
|
* Don't define HAVE_GETWD HAVE_GETTIMEOFDAY.Dave Love2000-06-201-3/+0
|
* Don't declare HAVE_GETTIMEOFDAY, HAVE_VFORK.Dave Love2000-06-201-2/+0
|
* Don't declare HAVE_GETWD.Dave Love2000-06-203-3/+0
|
* Don't declare xmalloc, xrealloc.Dave Love2000-06-201-2/+0
|
* Deleted -- unused.Dave Love2000-05-161-190/+0
|
* (_LP64) [!_LP64]: Define.Gerd Moellmann2000-04-191-1/+4
| | | | (ORDINARY_LINK): Define for NetBSD.
* (ORDINARY_LINK): Define for NetBSD.Gerd Moellmann2000-04-191-1/+1
|
* Terminate comment.Dave Love2000-03-021-0/+1
|
* Don't set C_OPTIMIZE_SWITCH for gcc.Dave Love2000-03-024-5/+0
|
* Don't set C_OPTIMIZE_SWITCH.Dave Love2000-03-022-14/+0
|
* (LINKER) [__NetBSD__ || __OpenBSD__]: Don't define.Gerd Moellmann2000-03-011-1/+3
|
* (START_FILES, CANNOT_DUMP) [__NetBSD__ || __OpenBSD__]: Don't define.Gerd Moellmann2000-03-011-2/+3
| | | | | (UNEXEC) [__NetBSD__ || __OpenBSD__]: Define to unexelf.o. (LINKER): Don't undef if __NetBSD__ is defined.
* (C_SWITCH_MACHINE): Don't use -G0.Dave Love2000-01-281-1/+1
|
* (LD_SWITCH_MACHINE): Define differently for GCC.Gerd Moellmann2000-01-171-0/+5
|
* (UNEXEC): Use unexelf.o instead of unexsgi.o.Gerd Moellmann1999-12-071-1/+1
|
* (UNEXEC) [USG5_4]: Use unexelf.o instead ofGerd Moellmann1999-12-071-1/+1
| | | | unexsgi.o again.
* Derived from acorn.h by deletions.Dave Love1999-12-041-0/+63
|
* (UNEXEC): Use unexsgi.o instead of unexelf.o.Gerd Moellmann1999-12-021-1/+1
|
* (UNEXEC) [USG5_4]: Use unexsgi.o instead ofGerd Moellmann1999-12-021-1/+1
| | | | unexelf.o.
* (malloc, realloc, calloc): Remove decls;Paul Eggert1999-11-221-17/+0
| | | | stdlib.h now does this.
* * m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now.Paul Eggert1999-10-1911-43/+25
| | | | | | | | | | | | | | (NSIG): Remove. (NSIG_MINIMUM): New macro. * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h, m/ustation.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * m/ustation.h: (SIGTSTP): Do not undef. (BROKEN_SIGTSTP): New macro. * m/delta.h: Doc fix.
* #Dave Love1999-09-295-0/+187
|
* Use unexelf for IRIX 5.*.Karl Heuer1999-08-251-1/+1
|