aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (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-191-4/+2
| | | | | | | | | | | | | | (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.
* (DBL_MIN_REPLACEMENT): New macro.Paul Eggert1997-10-291-1/+7
|
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-10-111-4/+8
| | | | | | (PTY_OPEN): Call sigblock properly. (TEXT_END, COFF, DATA_END): Define them if __NetBSD__ just as if LINUX. (HAVE_TEXT_START): Define, if __NetBSD__ and __ELF__.
* [__NetBSD__]: Include stdlib.h, not alloca.h.Richard M. Stallman1997-06-021-0/+8
| | | | (ORDINARY_LINK): Defined (if __NetBSD__).
* (PTY_OPEN): Call sigblock instead of sigblockx.Kenichi Handa1997-05-191-1/+1
|
* (BITS_PER_EMACS_INT): New definition.Richard M. Stallman1996-09-041-0/+1
|
* (UNEXEC): Use unexelf.c.Richard M. Stallman1996-09-041-1/+1
|
* [__ELF__] (UNEXEC): Use unexelf1.c.Richard M. Stallman1996-08-091-0/+5
|
* [__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.Richard M. Stallman1996-08-091-11/+30
| | | | | | | | (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC): Define only if __ELF__ is not defined. (LINUX_SBRK_BUG): Define only if LINUX and __GNU_LIBRARY__ < 6. (NO_TERMIO): Always define this. No Alpha system should need termio. (COFF, DATA_END): Define only if __ELF__ is not defined.
* Undo previous change.Karl Heuer1996-07-161-30/+11
|
* [__ELF__] (C_SWITCH_MACHINE): Define.Karl Heuer1996-07-161-8/+21
| | | | | (NO_TERMIO): Define this unconditionally. (COFF): Omit this if ELF.
* (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):Karl Heuer1996-07-151-6/+12
| | | | | Omit these definitions if ELF. (LINUX_SBRK_BUG): Omit this if using a recent GNU library.
* (HAVE_X11R4, HAVE_X11R5):Miles Bader1996-07-021-4/+0
| | | | Definitions deleted since xterm.h and config.h should take care of them.
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
|
* (PTY_OPEN): Block SIGCHLD during openpty.Karl Heuer1995-12-131-0/+3
|
* [LINUX] (LINUX_SBRK_BUG): Defined.Richard M. Stallman1995-11-211-0/+4
|
* Declare calloc like malloc.Richard M. Stallman1995-11-131-3/+3
|
* Don't test THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-2/+0
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.hKarl Heuer1995-10-311-9/+2
| | | | Used new names for those macros in all references.
* (TEXT_END, DATA_END): Fix the definitions.Richard M. Stallman1995-08-111-2/+2
|
* Test OSF1, not __osf1__.Richard M. Stallman1995-08-111-3/+5
| | | | | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_TTY_NAME_SPRINTF, PTY_OPEN): Define only if OSF1.
* (ORDINARY_LINK): Define only if __osf1__.Richard M. Stallman1995-08-111-2/+1
|
* [linux] (COFF, NO_TERMIO): Defined.Richard M. Stallman1995-08-111-0/+10
| | | | [linux] (TEXT_END, DATA_END): New definitions.
* (LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.Richard M. Stallman1995-08-111-0/+4
|
* (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN)Richard M. Stallman1995-06-301-0/+13
| | | | (PTY_TTY_NAME_SPRINTF): New definitions.
* (malloc, realloc): If not _MALLOC_INTERNAL, always use void *.Richard M. Stallman1995-06-181-1/+6
| | | | (SYSTEM_MALLOC): Definition deleted.
* (LD_SWITCH_MACHINE): Don't define it.Richard M. Stallman1995-06-151-0/+8
| | | | (malloc, realloc): If non-ANSI C, declare value as char *.
* (LIBS_MACHINE): Define to -ldnet or -ldnet_stub.Karl Heuer1995-06-091-2/+9
|
* (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define.Karl Heuer1995-05-291-3/+28
| | | | | (r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC, !_MALLOC_INTERNAL, !NOT_C_CODE]: Prototype.
* (bcopy, bzero, bcmp): Don't let string.h prototype these.Richard M. Stallman1995-05-051-0/+13
|
* #define SPECIAL_EMACS_INTRichard M. Stallman1995-04-101-0/+14
| | | | | Include alloca.h, string.h here. (malloc. realloc, xmalloc, xrealloc): Declarations moved from s/osf1.h.
* (VALBITS): Adjust for new bit layout.Karl Heuer1995-01-071-2/+2
|
* (LD_SWITCH_MACHINE): New definition.Richard M. Stallman1994-10-281-0/+4
|
* Don't override definition of XSETINT.Karl Heuer1994-10-041-5/+0
|
* (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.Karl Heuer1994-09-261-0/+5
|
* Delete obsolete symbols.Karl Heuer1994-09-181-5/+0
|
* (PURESIZE): Defnitions deleted.Richard M. Stallman1994-09-171-11/+0
|
* Initial revisionRichard M. Stallman1994-09-171-0/+201