aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
Commit message (Collapse)AuthorAgeFilesLines
* (DATA_SEG_BITS): Don't define.Andreas Schwab2004-10-141-2/+0
|
* (XPNTR): Don't redefine.Stefan Monnier2003-11-181-2/+1
|
* (VALBITS, XINT, XUINT): Remove.Stefan Monnier2003-11-052-17/+0
|
* (XMARKBIT, XUNMARK): Remove.Stefan Monnier2003-09-126-32/+3
|
* Add arch taglinesMiles Bader2003-09-01100-0/+292
|
* Use _MIPS_SZLONG, not _LP64.Dave Love2003-08-211-1/+4
|
* (MARKBIT): Remove definition since lisp.h does not compareStefan Monnier2003-07-062-13/+3
| | | | MARKBIT and ARRAY_MARK_FLAG any more.
* (XSETMARKBIT): Remove unused macro.Stefan Monnier2003-07-062-4/+2
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-0481-122/+122
|
* obsoletedFrancesco Potortì2003-01-131-184/+0
|
* *** empty log message ***Dave Love2002-11-281-1/+0
|
* (WORDS_BIG_ENDIAN): Define conditionally.Dave Love2002-11-271-2/+4
|
* Restore `#ifndef NOT_C_CODE' deleted by last change.Andreas Schwab2002-11-251-0/+2
|
* Don't defineDave Love2002-11-181-5/+0
| | | | alloca.
* (bcopy, bzero, bcmp): Don't define.Dave Love2002-11-184-39/+0
|
* Don't define alloca.Dave Love2002-11-183-11/+1
|
* Don't include alloca.h.Dave Love2002-11-182-12/+0
|
* Remove comments.Dave Love2002-11-181-10/+0
|
* (HAVE_ALLOCA): Don't define.Dave Love2002-11-181-2/+0
|
* Don't include alloca.h or define alloca.Dave Love2002-11-181-10/+0
|
* Don't include alloca.h, stdlib.h. Don't declareDave Love2002-11-181-24/+0
| | | | malloc, realloc, calloc.
* (bcopy, bzero, bcmp, alloca): Don't define.Dave Love2002-11-181-6/+0
|
* Don't define LIB_STANDARD.Dave Love2002-11-181-4/+0
|
* Move OSF1 stuff from here to s/osf1.h.Dave Love2002-11-181-53/+0
|
* *** empty log message ***Dave Love2002-11-011-55/+0
|
* [LINUX]: Don't define DATA_START.Andreas Schwab2002-09-171-0/+2
|
* (BITS_PER_LONG, BITS_PER_EMACS_INT, EMACS_INT,Ken Raeburn2002-07-241-35/+1
| | | | | | EMACS_UINT, SPECIAL_EMACS_INT, DATA_SEG_BITS, PNTR_COMPARISON_TYPE, VALBITS, MARKBIT, XINT, XUINT, XPNTR): Macros deleted.
* * m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.Ken Raeburn2002-07-221-5/+1
| | | | (DATA_SEG_BITS): Define.
* * m/gec63.h (VALBITS, VALAMASK, XTYPE, XSETTYPE, XPNTR, XSET,Ken Raeburn2002-07-221-16/+2
| | | | | ARRAY_MARK_FLAG): Deleted. (DATA_SEG_BITS): Define.
* * m/att3b.h (XINT): Don't define.Ken Raeburn2002-07-221-5/+6
| | | | | (VALBITS, VALMASK, XTYPE): Deleted. (DATA_SEG_BITS): Define.
* (XSETINT): Deleted.Ken Raeburn2002-07-211-2/+0
|
* (XSETUINT, XSETPNTR): Unused macros deleted.Ken Raeburn2002-07-211-2/+0
|
* (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
|