aboutsummaryrefslogtreecommitdiffstats
path: root/src/m (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* (BIG_ENDIAN): Don't actually define it.Richard M. Stallman1993-08-121-1/+3
|
* (BIG_ENDIAN): Don't define if already defined.Richard M. Stallman1993-08-111-0/+2
|
* (BIG_ENDIAN): Provide a value that matches the system.Richard M. Stallman1993-08-111-1/+2
|
* (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional.Richard M. Stallman1993-08-101-7/+2
|
* (HAVE_TCATTR): Macro #defined.Richard M. Stallman1993-08-101-2/+12
| | | | | | (HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c. (SIGTSTP): Commented #undef to allow use of ^Z in shell-mode. (SIGNALS_VIA_CHARACTERS): #defined.
* Total rewrite; includes ibmps2-aix.h.Richard M. Stallman1993-08-061-159/+18
|
* (SYSTEM_TYPE): Don't redefine it here.Richard M. Stallman1993-08-051-2/+0
|
* [BSD4_3] (HAVE_FTIME): Defined.Richard M. Stallman1993-08-041-0/+4
|
* (CRT0_COMPILE): Add -O and -Demacs.Richard M. Stallman1993-08-031-1/+1
|
* Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>Jim Blandy1993-08-031-0/+23
| | | | | | | | | | | | | | | | | | | * 7300.h [__GNUC__]: #define HAVE_ALLOCA. [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. (HAVE_SYSVIPC, USE_UTIME): #define these. (memmove): We don't have this; call safe_bcopy. (CRT0_COMPILE): #define this, so we always use the system's cc. * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function. * ymakefile (crt0.o): Replace the compiler and switches with the symbol CRT0_COMPILE. (CRT0_COMPILE): If the system and machine description files have left this undefined, then define it to do the same as the old crt0.o rule used to.
* * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.Jim Blandy1993-07-311-0/+4
| | | | | * m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention /usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
* [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.Richard M. Stallman1993-07-271-2/+3
|
* (TEXT_START) [__GNUC__]: Define as 0.Richard M. Stallman1993-07-231-0/+5
|
* (NO_MODE_T): Defined.Richard M. Stallman1993-07-221-0/+3
|
* (memmove): Defined as macro.Richard M. Stallman1993-07-211-0/+5
|
* (X_NOT_POSIX): Defined.Richard M. Stallman1993-07-201-0/+3
|
* Comment change.Richard M. Stallman1993-07-201-0/+1
|
* (LD_SWITCH_MACHINE): Add -bI:/usr/lpp/X11/bin/smt.exp.Richard M. Stallman1993-07-201-1/+1
|
* Initial revisionJim Blandy1993-07-141-0/+244
|
* * m/pmax.h (C_SWITCH_X_MACHINE): Set this toJim Blandy1993-07-061-0/+21
| | | | | | | "-DNeedFunctionPrototypes=0", to avoid lossage in DEC X11 header files. * ymakefile (really-oldXMenu): Pass C_SWITCH_X_MACHINE to the oldXMenu make.
* Remove #definition of HAVE_CLOSEDIR; autoconf figures this out.Jim Blandy1993-06-183-3/+0
|
* Typo.Jim Blandy1993-06-181-2/+2
|
* * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We areJim Blandy1993-06-171-2/+2
| | | | | | | | now calling the BSD[sg]etpgrp functions directly, so this library is not needed; it just provides the BSD[sg]etpgrp functions under the [sg]etpgrp names. * callproc.c [IRIX] (child_setup): Don't call setpgrp this time. It's already been called up in Fcall_process, and create_process.
* Changes for correct pgrp behavior from Bob GlicksteinJim Blandy1993-06-161-1/+1
| | | | | | | | | | | | | | | | | | | | <bobg@zindigo.z-code.com>: * m/iris4d.h (LIB_STANDARD): Do include -lbsd here. * s/irix4-0.h (USE_IRIX_BSDPGRP): #define this. (GETPGRP_NO_ARG): Don't #define this. * callproc.c [USE_IRIX_BSDPGRP] (Fcall_process): Call BSDsetpgrp instead of plain setpgrp. [USE_IRIX_BSDPGRP] (child_setup): Same. * emacs.c [GETPGRP_NO_ARG] (main, shut_down_emacs): CPP clauses deleted; this flag isn't needed anymore. [USE_IRIX_BSDPGRP] (main, shut_down_emacs): Call BSDsetpgrp and BSDgetpgrp instead of plain setpgrp and getpgrp. * process.c [USE_IRIX_BSDPGRP] (create_process): Don't call setpgrp before opening the tty. Call BSDsetpgrp instead of setpgrp, after opening the tty. * sysdep.c [USE_IRIX_BSDPGRP] (sys_suspend, narrow_foreground_group, widen_foreground_group): Call BSDgetpgrp and BSDsetpgrp instead of getpgrp and setpgrp.
* (LIBS_SYSTEM): Don't attempt to #define this if we already have aJim Blandy1993-06-161-0/+3
| | | | definition of LIB_SYSTEM from s/usg5-4.h.
* * m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconfJim Blandy1993-06-161-1/+0
| | | | takes care of that.
* Comment change.Richard M. Stallman1993-06-121-0/+4
|
* Update GPL references - version 2Jim Blandy1993-06-127-91/+89
|
* Updated GPL version to 2.Jim Blandy1993-06-1256-55/+164
|
* * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):Jim Blandy1993-06-122-0/+4
| | | | | | | | | Add #undefs for these. Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386. * xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of NO_XRM_SET_DATABASE; the latter isn't used any more. * m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM): Dyke out these #definitions; to avoid conflict with autoconf.
* * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, toJim Blandy1993-06-101-1/+0
| | | | | | interface nicely with autoconf. * m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this for us.
* 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.