register restructuring preview

Matthias Andree matthias.andree at gmx.de
Mon Nov 25 20:35:26 CET 2002


On Mon, 25 Nov 2002, Matthias Andree wrote:

>  Makefile.am    | 44 +++++++++++++-------------

I should have mentioned this patch also moves most of the stuff into
libbogofilter.a. This speeds up the linker on systems that store .a
library indices and lets me forget some worries about which library file
to list for what bogoblah_PROGRAM. (read: maintenance optimization)

>  bogofilter.c   | 14 +++++++-
>  bogowordfreq.c | 40 ++++++++++++++++++++++++

And this is a new noinst_PROGRAM, currently undocumented, that just runs
collect_words (for a single message) and prints the wordhash contents
and clears the word hash, and restarts until the input is exhausted.

>  collect.c      | 65 +++++++++++++++++++++++++++++++++++++++
>  register.c     | 95 +++++++++++++++------------------------------------------

That's mostly moved code + includes.



More information about the bogofilter-dev mailing list