X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/d46d1a2f6a5307d06c72bd072a97219523553497..8656dc507aee9c5dcb3a6ad876565f5fcac425ae:/lbuf.c diff --git a/lbuf.c b/lbuf.c index ba18678..7b28dda 100644 --- a/lbuf.c +++ b/lbuf.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: lbuf.c,v 1.6 2002/01/13 13:32:52 mdw Exp $ + * $Id: lbuf.c,v 1.7 2004/04/08 01:36:13 mdw Exp $ * * Block-to-line buffering * @@ -27,31 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: lbuf.c,v $ - * Revision 1.6 2002/01/13 13:32:52 mdw - * Pass line length to line handler function. Provide a @typedef@ for - * handler functions. Allow run-time configuration of line delimiters. - * - * Revision 1.5 2001/02/03 16:23:33 mdw - * Bug fix: handle a disable during a close-induced flush without dumping - * core. - * - * Revision 1.4 2000/06/17 10:38:14 mdw - * Add support for variable buffer sizes. - * - * Revision 1.3 1999/05/22 13:38:50 mdw - * Fix bug which discarded initial portions of incomplete lines. - * - * Revision 1.2 1999/05/17 20:36:08 mdw - * Make the magical constants for the buffer flags uppercase. - * - * Revision 1.1 1999/05/14 21:01:14 mdw - * Integrated `select' handling bits from the background resolver project. - * - */ - /*----- Header files ------------------------------------------------------*/ #include