[Pkg-haskell-commits] [SCM] Pure and impure Bloom Filter implementations. annotated tag, debian/1.2.6.8-1, created. debian/1.2.6.8-1
Joey Hess
joey at kitenet.net
Tue Mar 13 19:29:05 UTC 2012
The annotated tag, debian/1.2.6.8-1 has been created
at dd6f1f302b29f848a44ffb6713e1cd92f9f91d31 (tag)
tagging 215741ef5145925cb95398113bc0642807391463 (commit)
tagged by Joey Hess
on Tue Mar 13 15:28:58 2012 -0400
- Shortlog ------------------------------------------------------------
tagging version debian/1.2.6.8-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIVAwUAT1+f+skQ2SIlEuPHAQgeGg/9Flnjhv1uuYSS32cZi55W5oAVTuPlDBpx
cCW5JuQ/rdHXnm3WWoN6RH8kp17xIAyfkU9f4iYTYFAcIxT+gr7Khuy66GE6Hx1/
zCWBDAKdsFNMhJTlRcIaCHjFrJxhKx9p8CfNnZbLVn0ZrPlLqx+c5zTso4qM7Thy
l9sWxhSbjDdmhratAZgZ4nBEPgVoY3T+4eFt3neggbQGdI5nkl4hblGyhx4u4wYB
jY+U6LhHLsnl/bZ00zhnZ1S46ysfGTGH6Q6Bq+TmDyGNHax1i5DyujE4Z0WNo4YO
Iz/7fRxwI3kb/QnhUj45UV5kBtm3HyLrMxRcZ1IU/V3sqJxmaq6OPu69jlie0v8t
pR7UsX5/Ljk27E4Dz4LgFwsREV7InXy7r6FheusUKkKBz0S99qIGdab/CeFiYrXD
h3SjGmWikgpiZvlQvte+wPn/0gQ7LN6urs2JqCg5w0suIECRX5QMbl7WjsZxfhAf
m5aW4VhDi21eZDg8P493g0rKDhe5oRFM8xkQOio4LHnHAIB/w2UTMd4Vx3TDwq0x
zp8EhuWOYlEkDo02SSY7K4b1Bl3HyQaLgtrWbAmbfKqv3jbikMpoyUecFw7RD7R9
aBaJw4DaXwT+8sOjOEvGHSpuQs4Z6PTTS61iu08N7qRJVOcFgItzCt3OhpiTbVzE
hlEw7fJDfnc=
=ciXz
-----END PGP SIGNATURE-----
Bjorn Buckwalter (3):
Documentation bug
Add pragma to fix broken build on GHC 6.12
Change deprecated pragma (one less GHC warning)
Bryan O'Sullivan (104):
Add lookup3.c
Compilation fixes
New file.
Avoid namespace pollution.
Useful snapshot
Fix interfaces.
Switch to UArray/STUArray for representation.
Change naming.
Add docs and thawMB.
Use strict unboxed pairs when hashing.
Use power-of-two-sized filters.
Get code working.
Basic QuickCheck properties.
Move tests
Performance and coverage improvements.
More test stuff.
Twiddle.
Specialise in a few places.
Example.
Doc twiddles.
Examples and Easy module.
Unsafe array accesses.
Explicit imports.
More efficient fromList.
Faster shifts for the win.
Better mixing in shift.
Further performance improvements.
Add documentation.
More examples and docs.
Fix a few remaining doco bogons
Omit a nonexistent file
TAG 1.0
Doc twiddle
TAG 1.0
Add notElemB
TAG 1.0.1
Fix typo.
Use Word64 instead of a strict pair of Word32 for hashes
Performance improvement through a small interface change
TAG 1.1.0
5% speedup of creation via faster newArray.
Fix QuickCheck properties
Add immutable modification interface, with some fusion rules.
TAG 1.2.0
Fix a subtle sizing bug found by QuickCheck.
Bump version number
TAG 1.2.1
Small performance improvement.
Add ghc-prof-options to Cabal file.
Switch to testing easyList.
Performance tweak.
Compile via C for a bit more speed.
Fix lazy ByteString boundary bug when hashing.
Add headers
Tag 1.2.2
TAG 1.2.2
easyList: check for empty list
Bump version
TAG 1.2.3
Add timing tests
Add support for parallel strategies
Inline the use of with.
Split out doubleHash into a top-level function.
Hash lazy ByteStrings more efficiently.
Cleanup.
Test lazy ByteString properties on different chunk boundaries.
Improve hash performance on lazy bytestrings by ~20%
Bump version
TAG 1.2.4
Tweaks
Check suggested sizing for underflow.
Tag 1.2.5
Added tag 1.2.5 for changeset c5e2ab65a8ff
Bump version
Added tag 1.2.6 for changeset 387f05ba3fcd
Eliminate some warning messages
Bump version
Added tag 1.2.6.1 for changeset 409463ca8e88
Depend on QuickCheck 1.2.0.0.
Fix compilation problem with GHC 6.12+.
Fix compilation warning.
Use the correct types for the FFI hashing code. Oops!
Bump version
Added tag 1.2.6.2 for changeset 2907bb983e5d
Fix a size checking bug inadvertantly found by Ketil.
Bump version
Added tag 1.2.6.3 for changeset e979d9519588
Reduce maximum hash size for 32-bit machines, so it doesn't wrap.
Fix an off-by-one bug in cheapHashes.
Bump version
Added tag 1.2.6.4 for changeset 8b51204c4400
Fix another off-by-one error, and bump version
Added tag 1.2.6.5 for changeset a0aa03b3945f
Fix up build for the modern era
Bump version
Added tag 1.2.6.6 for changeset 5dd4351e0e49
Fix build with GHC 7
Bump version
Added tag 1.2.6.7 for changeset bddda061b4d1
Fix up README
Eliminate some compilation warnings.
Fix another GHC 7.2.1 build breaker
Eliminate one last use of -fglasgow-exts
Bump version
Dmitry Astapov (1):
GHC 6.10 does not go via C to compile FFI code anymore, no matter how you try.
Joey Hess (3):
remove files in upstream git that are not in the released tarball
debianization
fixes
convert-repo (1):
update tags
-----------------------------------------------------------------------
--
Pure and impure Bloom Filter implementations.
More information about the Pkg-haskell-commits
mailing list