.
Showing
1 changed file
with
12 additions
and
0 deletions
1 | 2001-07-23 Alain Magloire | ||
2 | |||
3 | The reason the interrupt code did not work for me, is that | ||
4 | by default using signal will make function calls restartable, | ||
5 | at least on my default RH5.1, when read() was interrupted | ||
6 | it did not return EINTR inside ml_getc(). | ||
7 | |||
8 | * mail.c (main): Use sigaction if available to set SIGPIPE. | ||
9 | * mailline.c (sig_handler): Reset "lines" variable. | ||
10 | Recall signal() if we did not have sigaction. | ||
11 | (ml_readline_init): Use sigaction to set SIGWINCH and SIGINT. | ||
12 | |||
1 | 2001-07-22 Sergey Poznyakoff | 13 | 2001-07-22 Sergey Poznyakoff |
2 | Renamed debug_.* symbols to mu_debug_.* to avoid nameclashes. | 14 | Renamed debug_.* symbols to mu_debug_.* to avoid nameclashes. |
3 | Files affected: | 15 | Files affected: | ... | ... |
-
Please register or sign in to post a comment