| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (malloc, realloc, calloc): Remove decls; | Paul Eggert | 1999-11-22 | 1 | -17/+0 |
| | | | | | stdlib.h now does this. | ||||
| * | * m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now. | Paul Eggert | 1999-10-19 | 1 | -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 Eggert | 1997-10-29 | 1 | -1/+7 |
| | | |||||
| * | Test __OpenBSD__ along with __NetBSD__. | Richard M. Stallman | 1997-10-11 | 1 | -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. Stallman | 1997-06-02 | 1 | -0/+8 |
| | | | | | (ORDINARY_LINK): Defined (if __NetBSD__). | ||||
| * | (PTY_OPEN): Call sigblock instead of sigblockx. | Kenichi Handa | 1997-05-19 | 1 | -1/+1 |
| | | |||||
| * | (BITS_PER_EMACS_INT): New definition. | Richard M. Stallman | 1996-09-04 | 1 | -0/+1 |
| | | |||||
| * | (UNEXEC): Use unexelf.c. | Richard M. Stallman | 1996-09-04 | 1 | -1/+1 |
| | | |||||
| * | [__ELF__] (UNEXEC): Use unexelf1.c. | Richard M. Stallman | 1996-08-09 | 1 | -0/+5 |
| | | |||||
| * | [__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common. | Richard M. Stallman | 1996-08-09 | 1 | -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 Heuer | 1996-07-16 | 1 | -30/+11 |
| | | |||||
| * | [__ELF__] (C_SWITCH_MACHINE): Define. | Karl Heuer | 1996-07-16 | 1 | -8/+21 |
| | | | | | | (NO_TERMIO): Define this unconditionally. (COFF): Omit this if ELF. | ||||
| * | (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END): | Karl Heuer | 1996-07-15 | 1 | -6/+12 |
| | | | | | | Omit these definitions if ELF. (LINUX_SBRK_BUG): Omit this if using a recent GNU library. | ||||
| * | (HAVE_X11R4, HAVE_X11R5): | Miles Bader | 1996-07-02 | 1 | -4/+0 |
| | | | | | Definitions deleted since xterm.h and config.h should take care of them. | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (PTY_OPEN): Block SIGCHLD during openpty. | Karl Heuer | 1995-12-13 | 1 | -0/+3 |
| | | |||||
| * | [LINUX] (LINUX_SBRK_BUG): Defined. | Richard M. Stallman | 1995-11-21 | 1 | -0/+4 |
| | | |||||
| * | Declare calloc like malloc. | Richard M. Stallman | 1995-11-13 | 1 | -3/+3 |
| | | |||||
| * | Don't test THIS_IS_YMAKEFILE. | Richard M. Stallman | 1995-11-10 | 1 | -2/+0 |
| | | |||||
| * | (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h | Karl Heuer | 1995-10-31 | 1 | -9/+2 |
| | | | | | Used new names for those macros in all references. | ||||
| * | (TEXT_END, DATA_END): Fix the definitions. | Richard M. Stallman | 1995-08-11 | 1 | -2/+2 |
| | | |||||
| * | Test OSF1, not __osf1__. | Richard M. Stallman | 1995-08-11 | 1 | -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. Stallman | 1995-08-11 | 1 | -2/+1 |
| | | |||||
| * | [linux] (COFF, NO_TERMIO): Defined. | Richard M. Stallman | 1995-08-11 | 1 | -0/+10 |
| | | | | | [linux] (TEXT_END, DATA_END): New definitions. | ||||
| * | (LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__. | Richard M. Stallman | 1995-08-11 | 1 | -0/+4 |
| | | |||||
| * | (PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN) | Richard M. Stallman | 1995-06-30 | 1 | -0/+13 |
| | | | | | (PTY_TTY_NAME_SPRINTF): New definitions. | ||||
| * | (malloc, realloc): If not _MALLOC_INTERNAL, always use void *. | Richard M. Stallman | 1995-06-18 | 1 | -1/+6 |
| | | | | | (SYSTEM_MALLOC): Definition deleted. | ||||
| * | (LD_SWITCH_MACHINE): Don't define it. | Richard M. Stallman | 1995-06-15 | 1 | -0/+8 |
| | | | | | (malloc, realloc): If non-ANSI C, declare value as char *. | ||||
| * | (LIBS_MACHINE): Define to -ldnet or -ldnet_stub. | Karl Heuer | 1995-06-09 | 1 | -2/+9 |
| | | |||||
| * | (LD_SWITCH_MACHINE) [!__GNUC__]: Don't define. | Karl Heuer | 1995-05-29 | 1 | -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. Stallman | 1995-05-05 | 1 | -0/+13 |
| | | |||||
| * | #define SPECIAL_EMACS_INT | Richard M. Stallman | 1995-04-10 | 1 | -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 Heuer | 1995-01-07 | 1 | -2/+2 |
| | | |||||
| * | (LD_SWITCH_MACHINE): New definition. | Richard M. Stallman | 1994-10-28 | 1 | -0/+4 |
| | | |||||
| * | Don't override definition of XSETINT. | Karl Heuer | 1994-10-04 | 1 | -5/+0 |
| | | |||||
| * | (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN. | Karl Heuer | 1994-09-26 | 1 | -0/+5 |
| | | |||||
| * | Delete obsolete symbols. | Karl Heuer | 1994-09-18 | 1 | -5/+0 |
| | | |||||
| * | (PURESIZE): Defnitions deleted. | Richard M. Stallman | 1994-09-17 | 1 | -11/+0 |
| | | |||||
| * | Initial revision | Richard M. Stallman | 1994-09-17 | 1 | -0/+201 |