aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/irix4-0.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (C_SWITCH_SYSTEM) [!__GNUC__]: Increase space.Karl Heuer1998-12-101-1/+1
|
* (XPointer): Define XPointer.Richard M. Stallman1997-07-121-0/+2
|
* (C_SWITCH_SYSTEM): Add -Wf,-XNh option.Richard M. Stallman1997-07-091-2/+5
|
* (NEED_UNISTD_H): Defined.Richard M. Stallman1994-11-281-0/+3
|
* Delete obsolete symbols.Karl Heuer1994-09-181-1/+0
|
* Changes for Irix 4.0, tested this time:Jim Blandy1993-06-181-4/+0
| | | | | | | | | | | | | | | | * s/irix4-0.h: Get rid of our fake definitions for setpgrp and getpgrp. * callproc.c (Fcall_process): Go ahead and use the USG calling convention for setpgrp. * ymakefile (pre-crt0.o): Add rule for this. Perhaps it will help separate-source-directory compilation. * emacs.c (shut_down_emacs): Some USG systems #define EMACS_HAVE_TTY_PGRP; call getpgrp as appropriate for such systems. * sysdep.c (sys_suspend): Call getpgrp as appropriate for USG and non-USG. * process.c [IRIX] (create_process): Don't put child in process group zero before opening the tty; Irix is like USG in this regard.
* Changes for correct pgrp behavior; approach suggested by BobJim Blandy1993-06-171-2/+4
| | | | | | | | | | Glickstein <bobg@zindigo.z-code.com>: * m/iris4d.h (LIB_STANDARD): Do list -lbsd here. * s/irix4-0.h (getpgrp, setpgrp): #define these to call BSDgetpgrp and BSDsetpgrp. (GETPGRP_NO_ARG): Don't #define this. * emacs.c (main): Don't test GETPGRP_NO_ARG. * sysdep.c (sys_suspend): Don't test GETPGRP_NO_ARG.
* Changes for correct pgrp behavior from Bob GlicksteinJim Blandy1993-06-161-3/+2
| | | | | | | | | | | | | | | | | | | | <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.
* (GETPGRP_NO_ARG): Defined.Richard M. Stallman1993-06-011-0/+3
|
* (IRIX4): Defined.Richard M. Stallman1993-05-301-0/+2
| | | | (IRIS_UTIME): #undef this.
* (SIGNALS_VIA_CHARACTERS): Defined.Richard M. Stallman1993-05-261-0/+3
|
* (C_ALLOCA, alloca): Definitions deleted.Richard M. Stallman1993-05-251-4/+5
| | | | | [!NOT_C_CODE]: Include alloca.h. (NEED_SIOCTL): #undef this.
* (NO_MATHERR): Defined.Richard M. Stallman1993-05-241-0/+4
|
* Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.Jim Blandy1993-05-231-3/+1
| | | | | | | | | | | | | * 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.
* (_getpty): Declare this, not _get_pty.Richard M. Stallman1993-03-171-1/+1
|
* (C_SWITCH_MACHINE): Don't define if GCC.Richard M. Stallman1993-02-131-0/+2
|
* Initial revisionRichard M. Stallman1992-10-281-0/+45