aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
Commit message (Collapse)AuthorAgeFilesLines
...
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-095-5/+5
|
* Rewrite by author; mostly rearrangements.Richard M. Stallman1993-06-081-76/+29
|
* * config.h.in (HAVE_LIBDNET): New macro, to be defined byJim Blandy1993-06-081-3/+3
| | | | | | ../configure. * m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET is #defined.
* entered into RCSRichard M. Stallman1993-06-071-1/+0
|
* (NO_MODE_T): Defined.Richard M. Stallman1993-06-061-0/+6
| | | | (LINKER): Add #undef.
* (MIPS2): Comment out define.Richard M. Stallman1993-06-051-1/+5
| | | | (LIB_STANDARD): Delete -lisode.
* [__GNUC__ >= 2]: Don't include alloca.h.Richard M. Stallman1993-06-041-2/+2
|
* (HAVE_FTIME): Defined.Richard M. Stallman1993-06-031-0/+3
|
* (MOTOROLA_DELTA): Defined.Richard M. Stallman1993-06-021-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.
* (KERNEL_FILE): New override definition.Richard M. Stallman1993-06-011-4/+2
|
* Comment changes.Richard M. Stallman1993-06-011-2/+9
|
* (LIBS_MACHINE): Defined.Richard M. Stallman1993-06-011-0/+4
|
* [__GNUC__ >= 2]: Don't include alloca.h.Richard M. Stallman1993-06-011-0/+2
|
* (NLIST_STRUCT): Defined.Richard M. Stallman1993-06-011-0/+4
|
* Delete ! __GNUC__ conditional.Richard M. Stallman1993-05-311-7/+2
| | | | | (LD_SWITCH_MACHINE): Defined. (ORDINARY_LINK): Defined unconditionally.
* [__GNUC__] (LD_SWITCH_MACHINE): Defined.Richard M. Stallman1993-05-311-0/+1
|
* * m/mips.h (KERNEL_FILE): Set this to "/unix".Jim Blandy1993-05-302-4/+9
| | | | | * m/mips4.h (MIPS2): Go ahead and define this. (C_DEBUG_SWITCH): Add -DMips and -g3, and up Olimit to 2000.
* (HAVE_GETTIMEOFDAY): Deleted.Richard M. Stallman1993-05-301-2/+11
| | | | | | | | | (HAVE_SETSID, HAVE_TERMIOS): Defined. (HAVE_TERMIO): Add #undef. (SIGNALS_VIA_CHARACTERS): Defined. (C_DEBUG_SWITCH): Make definition empty. (LIBS_DEBUG): Defined. (BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
* * s/aix3-2.h (LIBS_SYSTEM): Remove -lIM and -liconv from here...Jim Blandy1993-05-301-1/+1
| | | | * m/ibmrs6000.h (LIBS_MACHINE): They're already here. Doc fix.
* *** empty log message ***Jim Blandy1993-05-291-184/+184
|
* Initial revisionJim Blandy1993-05-291-0/+184
|
* (EMACS_BITMAP_FILES): Defined.Richard M. Stallman1993-05-291-0/+3
|
* (HAVE_FTIME): Defined.Richard M. Stallman1993-05-291-0/+3
|
* (C_SWITCH_MACHINE): Define only if not __GNUC__.Richard M. Stallman1993-05-291-0/+2
|
* (LIBS_MACHINE): Add -lIM and -liconv.Richard M. Stallman1993-05-261-2/+2
| | | | (HAVE_GETTIMEOFDAY): Deleted.
* (PTY_TTY_NAME_SPRINTF, PTY_NAME_SPRINTF): Use pty_name, not ptyname.Richard M. Stallman1993-05-251-2/+2
|
* * m/iris4d.h: Dyke out the section which specifies how to get theJim Blandy1993-05-251-5/+4
| | | | load average.
* s/Jim Blandy1993-05-251-1/+1
|
* (C_SWITCH_MACHINE): Definition deleted.Richard M. Stallman1993-05-241-0/+2
|
* Changes for SGI from Matthew J Brown <[email protected]>.Jim Blandy1993-05-231-0/+2
| | | | | | | | | | | | | | | | * m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're using GCC. (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. * s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0 already declares this elsewhere. (PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it. * m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h, s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now. * m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're using GCC.
* Changes for SGI from Matthew J Brown <[email protected]>.Jim Blandy1993-05-231-0/+2
| | | | | | | | | | | | | * m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're using GCC. (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. * s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0 already declares this elsewhere. (PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it. * m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h, s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
* * m/iris4d.h (NEED_SIOCTL): Move this to...Jim Blandy1993-05-231-4/+0
| | | | | * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h.
* Remove HAVE_RENAME; configure guesses that now.Jim Blandy1993-05-232-2/+0
|
* Some more changes from Michael K. Johnson for Linux.Jim Blandy1993-05-201-2/+10
| | | | | | | | | | | | | | | | | * s/template.h: Mention that you should #define HAVE_TERMIO or HAVE_TERMIOS, but not both, and that HAVE_TERMIOS is preferred. * systty.h (EMACS_SET_TTY_PGRP): Don't assign the return value of tcsetpgrp to *pgid; it's just a status value. * config.h.in (HAVE_RANDOM): This shouldn't be defined on Linux systems using XFree386, and perhaps is inappropriate in general. * m/intel386.h: #undefine the integer size macros, since the Linux <values.h> file #defines them itself. * mem-limits.h (get_lim_data): Linux has the ulimit call; if it fails, fall back on ULIMIT_BREAK_VALUE. * process.c: Linux needs the WAITTYPE, etc. definitions. * unexec.c (hdr, ohdr): Linux has the ordinary `struct exec' type; no need to use SYSV names. * s/linux.h: New file.
* Changes for Silicon Graphics Iris 5D.Jim Blandy1993-05-191-1/+4
| | | | | | | | | * unexelfsgi.c: New file; like unexelf.c, but tolerates program segments above BSS. * m/iris5d.h: New file. * s/irix5-0.h: New file. * process.c [__sgi] (allocate_pty): Give up immediately if pty is inaccessible.
* Initial revisionJim Blandy1993-05-191-0/+192
|
* Comment change.Richard M. Stallman1993-05-061-1/+1
|
* * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,Jim Blandy1993-05-045-8/+0
| | | | | | | m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by configure script. * s/hpux.h, s/irix3-3.h, s/aix3-1.h (HAVE_GETHOSTNAME): Removed; derived by configure script.
* * m/imbrs6000.h: If we're using GCC, define ORDINARY_LINK insteadJim Blandy1993-04-071-2/+6
| | | | | | | of defining LINKER to use cc. * s/aix3-1.h (LINKER): Don't use cc for linking command if we're using GCC. * s/aix3-2.h (SYSTEM_MALLOC): Undefine this.
* (NO_PTY_H): Defined.Richard M. Stallman1993-03-291-0/+2
|
* [USG5_4]: Alternate defining of LIBS_SYSTEM,Richard M. Stallman1993-03-291-0/+16
| | | | LIBX11_SYSTEM, HAVE_RANDOM, BSTRING.
* (NO_X_DESTROY_DATABASE): Defined.Richard M. Stallman1993-03-141-0/+4
|
* * m/template.h, s/template.h: Mention that `etc/MACHINES' andJim Blandy1993-03-111-0/+10
| | | | | `configure' should be updated whenever support for a configuration is added or improved.
* * m/intel386.h (LIB_STANDARD): If USG5_4 is #defined, there's noJim Blandy1993-03-111-2/+8
| | | | need to include `-lPW'; that has been merged with `-lc'.
* * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCAJim Blandy1993-02-221-3/+7
| | | | | | is not defined. (X_DEFAULT_FONT): Change to `fixed', as `Rom14.500' only works on the console.
* [TERMINFO]: Don't define LIBS_TERMCAP.Richard M. Stallman1993-01-251-1/+4
|
* Copy changes from 18.59:Richard M. Stallman1992-11-261-29/+69
| | | | | | | | | | | (NeXT): Defined. (BIG_ENDIAN): Define only if __BIG_ENDIAN__. (m68000, COMPILER_REGISTER_BUG): Defs deleted. (SIGN_EXTEND_CHAR, LIB_X11_LIB, NO_T_CHARS_DEFINES, UNEXEC): Defined. (LIBS_DEBUG, LIB_GCC, C_SWITCH_MACHINE, ORDINARY_LINK): Defined. (TEXT_START, TEXT_END, DATA_END, LD_SWITCH_MACHINE): Defined. (KERNEL_FILE): #undef it. (environ): Define as _environ.
* * m/sparc.h: Don't include <sys/param.h> here; that screws up theJim Blandy1992-11-201-4/+0
| | | | | | xmakefile. Instead, include it in getloadavg.c, which is the only place that uses LOAD_AVE_CVT, which is the only reason <sys/param.h> was here in the first place.
* * m/pmax.h: Don't define SYSTEM_MALLOC; this was only necessaryJim Blandy1992-11-161-0/+5
| | | | for Ultrix version 4.1, and the current version is 4.3.
* [__GNUC__ >= 2] (LIB_STANDARD): Don't define.Richard M. Stallman1992-10-101-0/+2
|