| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (XMARKBIT, XUNMARK): Remove. | Stefan Monnier | 2003-09-12 | 1 | -3/+1 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Use _MIPS_SZLONG, not _LP64. | Dave Love | 2003-08-21 | 1 | -1/+4 |
| | | |||||
| * | Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. | Andreas Schwab | 2002-04-15 | 1 | -16/+1 |
| | | |||||
| * | (XUINT, XSET, XUNMARK) [_LP64]: Don't define. | Dave Love | 2000-07-27 | 1 | -2/+2 |
| | | |||||
| * | (C_SWITCH_MACHINE): Don't use -G0. | Dave Love | 2000-01-28 | 1 | -1/+1 |
| | | |||||
| * | (UNEXEC) [USG5_4]: Use unexelf.o instead of | Gerd Moellmann | 1999-12-07 | 1 | -1/+1 |
| | | | | | unexsgi.o again. | ||||
| * | (UNEXEC) [USG5_4]: Use unexsgi.o instead of | Gerd Moellmann | 1999-12-02 | 1 | -1/+1 |
| | | | | | unexelf.o. | ||||
| * | Use unexelf for IRIX 5.*. | Karl Heuer | 1999-08-25 | 1 | -1/+1 |
| | | |||||
| * | (LIBS_MACHINE): Leave this blank if irix6.5. | Karl Heuer | 1998-12-16 | 1 | -0/+8 |
| | | | | | (C_SWITCH_MACHINE): New value for irix6.5. | ||||
| * | (LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty. | Richard M. Stallman | 1996-07-23 | 1 | -0/+4 |
| | | |||||
| * | [USG5_4] (UNEXEC): unexsgi.o renamed from unexelfsgi.o. | Karl Heuer | 1996-01-23 | 1 | -1/+1 |
| | | |||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| | | |||||
| * | (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE. | Karl Heuer | 1995-12-21 | 1 | -0/+2 |
| | | |||||
| * | (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h | Karl Heuer | 1995-10-31 | 1 | -12/+3 |
| | | | | | Used new names for those macros in all references. | ||||
| * | (LIBS_MACHINE): Delete -lsun. | Richard M. Stallman | 1995-07-25 | 1 | -1/+1 |
| | | |||||
| * | (STACK_DIRECTION): Undef before defining. | Richard M. Stallman | 1995-02-17 | 1 | -2/+6 |
| | | | | | | [__GNUC__] (C_SWITCH_MACHINE): Remove -cckr. Add -32, only if IRIX_FORCE_32_BITS. | ||||
| * | Fix comment. | Karl Heuer | 1995-01-07 | 1 | -4/+4 |
| | | |||||
| * | Don't override definition of XSETINT. | Karl Heuer | 1994-10-04 | 1 | -4/+0 |
| | | | | | (XSETUINT, XSETPNTR): Deleted. | ||||
| * | (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 | -5/+0 |
| | | |||||
| * | Comment changes. | Richard M. Stallman | 1993-11-25 | 1 | -5/+1 |
| | | |||||
| * | (START_FILES, LIB_STANDARD): Don't define if USG5_4. | Richard M. Stallman | 1993-08-13 | 1 | -0/+7 |
| | | | | | | (DEFAULT_ENTRY_ADDRESS): Likewise. (UNEXEC): Use unexelfsgi.o if USG5_4. | ||||
| * | (C_ALLOCA): Don't define it. | Richard M. Stallman | 1993-08-13 | 1 | -1/+1 |
| | | |||||
| * | * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We are | Jim Blandy | 1993-06-17 | 1 | -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 Glickstein | Jim Blandy | 1993-06-16 | 1 | -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. Stallman | 1993-06-12 | 1 | -0/+4 |
| | | |||||
| * | Updated GPL version to 2. | Jim Blandy | 1993-06-12 | 1 | -1/+1 |
| | | |||||
| * | * m/iris4d.h: Dyke out the section which specifies how to get the | Jim Blandy | 1993-05-25 | 1 | -5/+4 |
| | | | | | load average. | ||||
| * | Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>. | Jim Blandy | 1993-05-23 | 1 | -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 Blandy | 1993-05-23 | 1 | -4/+0 |
| | | | | | | * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. | ||||
| * | entered into RCS | Jim Blandy | 1992-07-07 | 1 | -5/+0 |
| | | |||||
| * | *** empty log message *** | Jim Blandy | 1992-01-31 | 1 | -0/+4 |
| | | |||||
| * | Initial revision | Jim Blandy | 1991-12-13 | 1 | -0/+193 |