[Queue-developers] new intermediate development Queue version
Brought to you by:
wkrebs
From: QingLong <qin...@Bo...> - 2001-02-19 16:42:22
|
Hello! New intermediate version of queue-development is available at sourceforge via CVS. I've integrated rxvt-2.6.3 utmp-handling code in queue, also have fixed a few bugs and have slightly cleaned the code. This is from ChangeLog: Imported utmp handling stuff from rxvt-2.6.3. (logging.*, rxvt.h) Added a few trace messages (activated by --debug or --verbose). Fixed a bug in batch-mode jobs handling code: queue has been trying to set tty line parameters (tcsetattr()) while in batch mode there has been no allocated tty. Now queue is aware of tty absence. (handle.c) Changed queue behaviour in debug-mode: now it does send mail. It only claims it (but actually doesn't) sends mail when running in debug-mode in foreground (--foreground). (queued.c) Fix: do not think that every path beginning with dot is a fullpath (current dir), do check if next char is slash. (handle.c) Fix: there has been strange condition: ``!ttyinput && ttyinput'' in queue.c, changed it to ``!ttyinput && ttyoutput''. Restructured ``wait'' code in waitforchild() (queued.c) to make it readable and to squeeze doubles. Added loop checking if wait() returned prematurely (EINTR) before actually looking for child exit. Please have a look. Thank you. QingLong. |