| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | * m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now. | Paul Eggert | 1999-10-19 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | (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. | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h. | Karl Heuer | 1995-10-31 | 1 | -9/+0 |
| | | |||||
| * | * delta.h (C_SWITCH_MACHINE): Let configure decide if this is a | Francesco Potortì | 1995-05-08 | 1 | -23/+12 |
| | | | | | 68040 or 68030. Don't condition on __STDC__. | ||||
| * | (VALBITS, GCTYPEBITS): Deleted; default is better. | Karl Heuer | 1995-01-07 | 1 | -7/+1 |
| | | |||||
| * | * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, | Francesco Potortì | 1994-11-24 | 1 | -4/+2 |
| | | | | | | because the compiler shipped with R3V7 is not stable. EOF | ||||
| * | (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 | -7/+0 |
| | | |||||
| * | * m/delta.h (memmove): switch the first two args. | Francesco Potortì | 1994-06-18 | 1 | -1/+1 |
| | | |||||
| * | * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there. | Francesco Potortì | 1994-05-06 | 1 | -1/+0 |
| | | |||||
| * | Update copyright. | Karl Heuer | 1994-05-04 | 1 | -1/+1 |
| | | |||||
| * | * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work. | Francesco Potortì | 1994-05-02 | 1 | -1/+3 |
| | | | | | (BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler. | ||||
| * | * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined. | Francesco Potortì | 1994-04-20 | 1 | -3/+5 |
| | | |||||
| * | * m/delta.h (HAVE_BCOPY): undef'd for efficiency. | Francesco Potortì | 1994-01-25 | 1 | -0/+6 |
| | | | | | | (bcopy, bzero, bcmp): define'd for efficiency. (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler. | ||||
| * | * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used. | Francesco Potortì | 1994-01-24 | 1 | -21/+8 |
| | | | | | | | (HAVE_XSCREENNUMBEROFSCREEN): defined if X is used. (LIB_X11_LIB, LIBX11_SYSTEM): override only if X is used. (USG_SHARED_LIBRARIES): undefine only if X is used. | ||||
| * | * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible. | Francesco Potortì | 1993-12-22 | 1 | -5/+7 |
| | | | | | | (HAVE_UNISTD_H): deleted because configure takes care of it. (C_SWITCH_MACHINE): added optimisation options for gnu cc. | ||||
| * | Properly install previous change. | Richard M. Stallman | 1993-11-27 | 1 | -49/+65 |
| | | |||||
| * | (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions. | Richard M. Stallman | 1993-11-25 | 1 | -0/+17 |
| | | | | | | (LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions. (USG_SHARED_LIBRARIES): Add #undef. | ||||
| * | * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to | Jim Blandy | 1993-06-10 | 1 | -1/+0 |
| | | | | | | | interface nicely with autoconf. * m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this for us. | ||||
| * | (MOTOROLA_DELTA): Defined. | Richard M. Stallman | 1993-06-02 | 1 | -58/+100 |
| | | | | | | | | | | | | | | | | | (HAVE_SYSVIPC, BAT68K, BAT_ALLOCA): Deleted--obsolete. (STACK_DIRECTION, HAVE_X_WINDOWS): Deleted--configure knows. (C_SWITCH_MACHINE): Set to -ga if using the Green Hills compiler. (LIB_STANDARD, LIB_MATH): Defined to the 68881 versions. (LIBS_SYSTEM): -lbsd brings sigblock and sigsetmask. (sigsetmask): Undefined--it is in -lbsd. (LDAV_SYMBOL): Undefined--we have no such thing. (KERNEL_FILE): Defined to "/sysV68". (BSTRING, HAVE_SELECT, HAVE_UNISTD_H, HAVE_TIMEVAL): Defined. (SIGNALS_VIA_CHARACTERS): Defined. (memmove): Defined as memcpy--we have no memmove. (SIGIO, INTERRUPT_INPUT): Undefined--not yet tested. (SHORT_FILE_NAMES, CLASH_DETECTION): Defined. | ||||
| * | entered into RCS | Jim Blandy | 1992-07-07 | 1 | -5/+0 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-12-13 | 1 | -0/+168 |