[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:49:49 UTC 2010


The following commit has been merged in the master branch:
commit 3b5a3fb0f1453e9e20b63ebf3855a0015f826622
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Dec 4 08:27:47 2004 +0100

    Checkpointing
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.7--patch-28)

diff --git a/ChangeLog b/ChangeLog
index 39938cb..cb3e194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.7
 #
 
+2004-12-04 01:27:47 GMT	John Goerzen <jgoerzen at complete.org>	patch-28
+
+    Summary:
+      Checkpointing
+    Revision:
+      missingh--head--0.7--patch-28
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Checksum/CRC32.hs
+
+
 2004-12-04 00:15:51 GMT	John Goerzen <jgoerzen at complete.org>	patch-27
 
     Summary:
diff --git a/libsrc/MissingH/Checksum/CRC32.hs b/libsrc/MissingH/Checksum/CRC32.hs
index 0d940bd..b9ef55f 100644
--- a/libsrc/MissingH/Checksum/CRC32.hs
+++ b/libsrc/MissingH/Checksum/CRC32.hs
@@ -26,7 +26,8 @@
    Stability  : provisional
    Portability: portable
 
-CRC32 checksumming
+CRC32 checksumming using POSIX 1003.2-1992 algorithm for the polynomial { 32 26
+23 22 16 12 11 10 8 7 5 4 2 1 }, also defined in  ISO 8802-3: 1989.
 
 Copyright (c) 2002 HardCore SoftWare, Doug Hoyte
 -}

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list