| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2001-07-06 | properly mark Attic files as deleted | Ken Raeburn | 1 | -368/+0 | |
| 1994-10-12 | Eliminate some -Wall warnings. | David J. MacKenzie | 1 | -1/+0 | |
| 1994-09-17 | Don't declare malloc. | Richard M. Stallman | 1 | -1/+1 | |
| 1994-07-13 | (xmalloc): New function. | Richard M. Stallman | 1 | -0/+17 | |
| 1994-01-19 | Include errno.h; don't include fasync.h. | Richard M. Stallman | 1 | -84/+114 | |
| (schedule): Don't return a value. (sigcatch): Reestablish the handler first. (getevent): Always call notify at the end. (notify): Defer alarms around the whole body of function. (main): Don't request SIGIO, and don't handle it. Loop calling getevent. (sigcatch): Delete code to handle SIGIO. If defer_alarms is set, don't call notify, just set alarm_deferred. (getevent): Use read, not getchar. Handle EINTR and EAGAIN. Set defer_alarms around realloc and schedule. If alarm_deferred gets set, call notify. Likewise if this event is the only pending event. Make buf and buf_size global variables. Don't malloc buf if it is already non-zero. (schedule): Just exit if run out of memory. Return the number of events. (signal) [_CX_UX]: Add #undef. | |||||
| 1994-01-12 | [USG] (SIGIO): Define as SIGPOLL. | Richard M. Stallman | 1 | -1/+4 | |
| (main) [USG]: Do ioctl to enable SIGPOLL. | |||||
| 1994-01-08 | [! HAVE_STRERROR] (strerror): Define the function. | Roland McGrath | 1 | -0/+15 | |
| 1994-01-08 | Don't declare sys_errlist; declare strerror instead. | Roland McGrath | 1 | -4/+4 | |
| (schedule, main): Call strerror instead of using sys_errlist. | |||||
| 1993-09-10 | Include <config.h> instead of "config.h". | Roland McGrath | 1 | -1/+1 | |
| 1993-08-01 | (main): Generate a SIGIO as soon as we've initialized. | Richard M. Stallman | 1 | -1/+5 | |
| 1993-06-09 | Apply typo patches from Paul Eggert. | Jim Blandy | 1 | -1/+1 | |
| 1993-06-01 | [LINUX]: #undef signal. | Richard M. Stallman | 1 | -0/+6 | |
| 1993-05-16 | * timer.c (notify): Don't call sighold or sigrelse; they're USG | Jim Blandy | 1 | -2/+2 | |
| only. We should really fix this later, but let's just make it compile for now. | |||||
| 1993-05-15 | * timer.c: Fix mispellings of get_date function's name. | Jim Blandy | 1 | -2/+2 | |
| 1993-04-27 | (notify): Bug fix. Treat the body of this function as a critical region. | Eric S. Raymond | 1 | -4/+16 | |
| 1993-03-11 | * timer.c (main): Set the ownership of the stdin file descriptor | Jim Blandy | 1 | -2/+13 | |
| to the current process. Print error messages if either of the fcntl's fails. * timer.c (sigcatch): Declare this to return SIGTYPE (defined in ../src/config.h), not void. | |||||
| 1993-03-02 | * timer.c (notify): Initialize waitfor properly. | Jim Blandy | 1 | -1/+1 | |
| 1993-01-08 | Also, write a newline after the token. | Michael I. Bushnell | 1 | -4/+4 | |
| 1993-01-08 | Also, write a newline after the token. | Michael I. Bushnell | 1 | -1/+1 | |
| 1993-01-08 | timer.c (notify): Flush stdout after writing message to avoid lossage | Michael I. Bushnell | 1 | -0/+1 | |
| on terminals. | |||||
| 1993-01-08 | timer.c (notify): Flush stdout after writing message to avoid lossage | Michael I. Bushnell | 1 | -0/+1 | |
| on terminals. | |||||
| 1992-08-19 | entered into RCS | Jim Blandy | 1 | -143/+191 | |
| 1992-08-12 | *** empty log message *** | Jim Blandy | 1 | -109/+175 | |
| 1992-04-24 | *** empty log message *** | Jim Blandy | 1 | -2/+2 | |
| 1991-12-04 | *** empty log message *** | Jim Blandy | 1 | -1/+1 | |
| 1990-01-20 | Initial revision | root | 1 | -0/+155 | |