Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [POSIX] [!__GNUC__] (sys_sigmask): Add declaration. | Richard M. Stallman | 1993-06-05 | 1 | -0/+1 |
| | |||||
* | * syssignal.h (sys_signal): Declare the second argument to have | Jim Blandy | 1993-05-24 | 1 | -1/+1 |
| | | | | type signal_handler_t. We're told this is necessary for Linux. | ||||
* | * syssignal.h: Don't #include <signal.h> | Jim Blandy | 1993-05-24 | 1 | -1/+5 |
| | | | | * alloc.c: #include <signal.h>, but before "config.h". | ||||
* | Updated copyright years. | Jim Blandy | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | Some changes from Michael K. Johnson for Linux. | Jim Blandy | 1993-05-19 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | * sysdep.c (sys_siglist): Don't define this if HAVE_SYS_SIGLIST is #defined. That lets the system provide it, if it has it. * syssignal.h (sigmask): Only define this if <signal.h> hasn't given us a definition already. * syssignal.h (sys_sigpause): Fix argument in prototype. * sysdep.c (init_signals): The masks are called empty_mask and full_mask, not signal_empty_mask and signal_full_mask. (signal_handler_t): Moved .... * syssignal.h: ... to here. * systty.h (EMACS_SET_TTY_PGRP): Call tcsetpgrp with the correct arguments. * emacs.c (main): Don't try to establish signal handlers for SIGBUS and SIGSYS unless they're actually #defined. | ||||
* | * syssignal.h (sigunblock): Add definition which works under SYSVr4. | Jim Blandy | 1993-03-11 | 1 | -9/+21 |
| | | | | | * emacs.c (fatal_error_signal): Unblock the signal which we're handling using sigunblock. | ||||
* | entered into RCS | Jim Blandy | 1992-05-10 | 1 | -53/+47 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-05-01 | 1 | -25/+48 |
| | |||||
* | Initial revision | Jim Blandy | 1992-02-23 | 1 | -0/+101 |