[INN-COMMITTERS] inn (4 files)

Russ Allbery Russ_Allbery at isc.org
Fri Oct 1 22:10:01 UTC 2004


    Date: Friday, October 1, 2004 @ 22:10:01
  Author: rra
    Path: /proj/cvs/isc/inn/inn

Modified: include/inn/buffer.h lib/buffer.c lib/nntp.c
          tests/lib/buffer-t.c

Use va_copy in buffer_vsprintf, which means we don't have to go through
the annoying process of recalling it if it returns false, and which lets
it return void just like buffer_sprintf.  Modify callers appropriately and
add a test suite for buffer_vsprintf.


----------------------+
 include/inn/buffer.h |    9 +++------
 lib/buffer.c         |   32 +++++++++++++++-----------------
 lib/nntp.c           |   26 ++++----------------------
 tests/lib/buffer-t.c |   44 ++++++++++++++++++++++++++++++++++++++++++--
 4 files changed, 64 insertions(+), 47 deletions(-)


More information about the inn-committers mailing list