- 23 Jul, 2001 2 commits
-
-
-
by default using signal will make function calls restartable, at least on my default RH5.1, when read() was interrupted it did not return EINTR inside ml_getc(). * mail.c (main): Use sigaction if available to set SIGPIPE. * mailline.c (sig_handler): Reset "lines" variable. Recall signal() if we did not have sigaction. (ml_readline_init): Use sigaction to set SIGWINCH and SIGINT.
Alain Magloire authored
-
- 22 Jul, 2001 5 commits
-
-
-
-
-
Added check for -ldl before checking for -lpam: both FreeBSD and OpenBSD lack libdl, but have working libpam.
Sergey Poznyakoff authored -
-
- 21 Jul, 2001 11 commits
-
-
- 20 Jul, 2001 4 commits
-
-
-
-
and rename to util_cpystr(). * mailbox/include/misc.h: Removed. * mailbox/mutil.c (util_cpystr): New function, move the _cpystr() from misc.c and move here. * mailbox/Makefile.am: Removed misc.c in dependencies. * mailbox/include/Makefile.am: Removed misc.h in dependencies. * mailbox/address.c: Use util_cpystr() instead of _cpystr(). Added <mailutils/mutil.h> prototype. * mailbox/auth.c: Likewised. * mailbox/url.c: Likewised. * mailbox/folder.c: Likewised
Alain Magloire authored -
-
- 19 Jul, 2001 18 commits
-
-
-
-
-
-
Making libmu_scm and guimb commented out until we solve debug_print name clash (libguile/debug.h vs. mailutils/debug.h).
Sergey Poznyakoff authored -
-
-
-
-
-
-
-
-
-
-
-
-
-