[INN-COMMITTERS] inn (19 files)

Russ Allbery Russ_Allbery at isc.org
Wed Dec 22 20:33:25 UTC 2004


    Date: Wednesday, December 22, 2004 @ 20:33:24
  Author: rra
    Path: /proj/cvs/isc/inn/inn

Modified: LICENSE MANIFEST TODO doc/man/Makefile doc/man/convdate.1
          doc/man/libinn.3 doc/pod/convdate.pod expire/makehistory.c
          frontends/inews.c frontends/sm.c include/libinn.h innd/art.c
          innfeed/configfile.h lib/Makefile nnrpd/post.c storage/expire.c
          storage/tradspool/tradspool.c
 Removed: doc/man/parsedate.3 lib/parsedate.y

Replace all of the uses of the old parsedate routine with calls to the new
parsedate_rfc2822_lax parser, since it now parses everything that the old
parser could handle that actually shows up in the wild and is smaller and
easier to maintain.


-------------------------------+
 LICENSE                       |    6 
 MANIFEST                      |    2 
 TODO                          |    5 
 doc/man/Makefile              |    4 
 doc/man/convdate.1            |    9 
 doc/man/libinn.3              |    5 
 doc/man/parsedate.3           |  138 ------
 doc/pod/convdate.pod          |    6 
 expire/makehistory.c          |   31 -
 frontends/inews.c             |    7 
 frontends/sm.c                |    7 
 include/libinn.h              |    3 
 innd/art.c                    |    9 
 innfeed/configfile.h          |   17 
 lib/Makefile                  |   22 -
 lib/parsedate.y               |  861 ----------------------------------------
 nnrpd/post.c                  |   25 -
 storage/expire.c              |    5 
 storage/tradspool/tradspool.c |   11 
 19 files changed, 59 insertions(+), 1114 deletions(-)


More information about the inn-committers mailing list