aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment changes.Richard M. Stallman1993-11-251-5/+1
|
* (START_FILES, LIB_STANDARD): Don't define if USG5_4.Richard M. Stallman1993-08-131-0/+7
| | | | | (DEFAULT_ENTRY_ADDRESS): Likewise. (UNEXEC): Use unexelfsgi.o if USG5_4.
* (C_ALLOCA): Don't define it.Richard M. Stallman1993-08-131-1/+1
|
* * 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.
* Comment change.Richard M. Stallman1993-06-121-0/+4
|
* Updated GPL version to 2.Jim Blandy1993-06-121-1/+1
|
* * m/iris4d.h: Dyke out the section which specifies how to get theJim Blandy1993-05-251-5/+4
| | | | load average.
* Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.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.
* entered into RCSJim Blandy1992-07-071-5/+0
|
* *** empty log message ***Jim Blandy1992-01-311-0/+4
|
* Initial revisionJim Blandy1991-12-131-0/+193