[INN-COMMITTERS] inn (30 files)

Russ Allbery Russ_Allbery at isc.org
Sun Mar 31 18:47:12 UTC 2002


    Date: Sunday, March 31, 2002 @ 10:47:09
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

   Added: include/inn/messages.h lib/messages.c tests/lib/messages-t.c
Modified: MANIFEST backends/inndf.c expire/convdate.c expire/expireover.c
          expire/fastrm.c include/libinn.h innd/innd.c innd/innd.h
          innd/inndstart.c innfeed/article.c innfeed/buffer.c
          innfeed/connection.c innfeed/endpoint.c innfeed/host.c
          innfeed/imap_connection.c innfeed/innlistener.c innfeed/main.c
          innfeed/misc.c innfeed/startinnfeed.c innfeed/tape.c
          lib/Makefile tests/Makefile tests/TESTS tests/lib/.cvsignore
          tests/lib/confparse-t.c
 Removed: lib/error.c tests/lib/error-t.c

Replace the old lib/error.c error handling implementation with a new, more
general one that adds notice(), trace(), and debug() functions and
additional handlers for output to stdout and output that covers all of the
standard syslog priorities.  Change the names of some of the supporting
functions and variables at the same time to use message_ as a prefix rather
than error_, and move the declarations into inn/messages.h out of libinn.h.
Update all callers to include the right header file and use the right
functions.


---------------------------+
 MANIFEST                  |    4 
 backends/inndf.c          |    5 
 expire/convdate.c         |    5 
 expire/expireover.c       |    5 
 expire/fastrm.c           |    7 
 include/inn/messages.h    |   96 +++++++++++
 include/libinn.h          |   35 ----
 innd/innd.c               |    9 -
 innd/innd.h               |    3 
 innd/inndstart.c          |    9 -
 innfeed/article.c         |    5 
 innfeed/buffer.c          |   14 -
 innfeed/connection.c      |    6 
 innfeed/endpoint.c        |    5 
 innfeed/host.c            |    5 
 innfeed/imap_connection.c |    7 
 innfeed/innlistener.c     |    8 
 innfeed/main.c            |   23 +-
 innfeed/misc.c            |   13 -
 innfeed/startinnfeed.c    |    7 
 innfeed/tape.c            |    5 
 lib/Makefile              |   29 +--
 lib/error.c               |  225 --------------------------
 lib/messages.c            |  370 ++++++++++++++++++++++++++++++++++++++++++++
 tests/Makefile            |   20 +-
 tests/TESTS               |    2 
 tests/lib/.cvsignore      |    2 
 tests/lib/confparse-t.c   |    7 
 tests/lib/error-t.c       |  211 -------------------------
 tests/lib/messages-t.c    |  245 +++++++++++++++++++++++++++++
 30 files changed, 828 insertions(+), 559 deletions(-)


More information about the inn-committers mailing list