X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/6f444bda1b7deb31cf7fb2395cb0993c3e3b8c42..3bc429127d05ea3c84e3c151d53ad3546bea5e9b:/crc-mktab.c diff --git a/crc-mktab.c b/crc-mktab.c index 1833e0e..9b61ac8 100644 --- a/crc-mktab.c +++ b/crc-mktab.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: crc-mktab.c,v 1.5 2003/12/15 20:53:47 mdw Exp $ + * $Id: crc-mktab.c,v 1.6 2004/04/08 01:36:11 mdw Exp $ * * Build CRC tables * @@ -27,29 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: crc-mktab.c,v $ - * Revision 1.5 2003/12/15 20:53:47 mdw - * Add global unihash table; use universal hashing instead of CRC. - * - * Revision 1.4 2001/03/10 10:59:21 mdw - * Fix generating tables where the chunk size is longer than the - * polynomial. Also fix output formatting when there aren't enough entries - * to fill a line. - * - * Revision 1.3 2001/01/20 12:06:01 mdw - * Define flags with macros, to ensure unsignedness. - * - * Revision 1.2 2000/10/08 11:07:21 mdw - * With no arguments, give an error rather than spewing a big table at the - * user. - * - * Revision 1.1 2000/07/21 19:01:33 mdw - * Generate the CRC table rather than hardcoding it. - * - */ - /*----- Header files ------------------------------------------------------*/ #include