[INN-COMMITTERS] inn (51 files)

Russ Allbery Russ_Allbery at isc.org
Sat Aug 10 18:51:41 UTC 2002


    Date: Saturday, August 10, 2002 @ 11:51:38
  Author: rra
    Path: /dist1/cvs/isc/inn/inn

   Added: doc/man/uwildmat.3 doc/pod/uwildmat.pod lib/uwildmat.c
          tests/lib/uwildmat-t.c
Modified: INSTALL MANIFEST NEWS backends/actsync.c backends/archive.c
          doc/man/Makefile doc/man/actsync.8 doc/man/archive.8
          doc/man/distrib.pats.5 doc/man/expire.ctl.5 doc/man/getlist.1
          doc/man/incoming.conf.5 doc/man/libstorage.3 doc/man/mailpost.8
          doc/man/moderators.5 doc/man/nnrpd.8 doc/man/storage.conf.5
          doc/pod/Makefile doc/pod/install.pod doc/pod/news.pod
          doc/pod/newsfeeds.pod doc/pod/readers.conf.pod
          frontends/getlist.c frontends/inews.c include/acconfig.h
          innd/art.c innd/newsfeeds.c innd/rc.c innd/site.c lib/Makefile
          lib/defdist.c lib/getmodaddr.c nnrpd/article.c nnrpd/commands.c
          nnrpd/group.c nnrpd/misc.c nnrpd/perm.c nnrpd/post.c
          storage/expire.c storage/interface.c tests/Makefile tests/TESTS
          tests/lib/.cvsignore
 Removed: doc/man/wildmat.3 doc/pod/wildmat.pod lib/wildmat.c
          tests/lib/wildmat-t.c

Rename wildmat to uwildmat and make similar changes in all of the other
interfaces and data types.  Update the documentation to explain that this
has been done to distinguish between our current code and Rich $alz's
original code.


--------------------------+
 INSTALL                  |    2 
 MANIFEST                 |    8 
 NEWS                     |   61 ++----
 backends/actsync.c       |    6 
 backends/archive.c       |    4 
 doc/man/Makefile         |    4 
 doc/man/actsync.8        |    6 
 doc/man/archive.8        |    9 -
 doc/man/distrib.pats.5   |    6 
 doc/man/expire.ctl.5     |    8 
 doc/man/getlist.1        |    6 
 doc/man/incoming.conf.5  |    6 
 doc/man/libstorage.3     |    6 
 doc/man/mailpost.8       |    4 
 doc/man/moderators.5     |    8 
 doc/man/nnrpd.8          |    8 
 doc/man/storage.conf.5   |    8 
 doc/man/uwildmat.3       |  292 +++++++++++++++++++++++++++++++++
 doc/man/wildmat.3        |  282 -------------------------------
 doc/pod/Makefile         |    6 
 doc/pod/install.pod      |    2 
 doc/pod/news.pod         |   31 ++-
 doc/pod/newsfeeds.pod    |    8 
 doc/pod/readers.conf.pod |    4 
 doc/pod/uwildmat.pod     |  180 ++++++++++++++++++++
 doc/pod/wildmat.pod      |  172 -------------------
 frontends/getlist.c      |    4 
 frontends/inews.c        |    4 
 include/acconfig.h       |    4 
 innd/art.c               |    6 
 innd/newsfeeds.c         |    4 
 innd/rc.c                |    6 
 innd/site.c              |   10 -
 lib/Makefile             |   18 +-
 lib/defdist.c            |    4 
 lib/getmodaddr.c         |    4 
 lib/uwildmat.c           |  397 +++++++++++++++++++++++++++++++++++++++++++++
 lib/wildmat.c            |  397 ---------------------------------------------
 nnrpd/article.c          |    8 
 nnrpd/commands.c         |    4 
 nnrpd/group.c            |    4 
 nnrpd/misc.c             |    6 
 nnrpd/perm.c             |    6 
 nnrpd/post.c             |    4 
 storage/expire.c         |   10 -
 storage/interface.c      |   10 -
 tests/Makefile           |   10 -
 tests/TESTS              |    2 
 tests/lib/.cvsignore     |    2 
 tests/lib/uwildmat-t.c   |  240 +++++++++++++++++++++++++++
 tests/lib/wildmat-t.c    |  240 ---------------------------
 51 files changed, 1273 insertions(+), 1268 deletions(-)


More information about the inn-committers mailing list