]> gitweb.michael.orlitzky.com - hath.git/history - src/IPv4Address.hs
Update for QuickCheck 2.
[hath.git] / src / IPv4Address.hs
2011-12-26 Michael OrlitzkyUpdate for QuickCheck 2.
2010-08-28 Michael OrlitzkyDon't use min_address or min_octet in the apply_mask...
2010-05-23 Michael OrlitzkyUpdate IPv4Address for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyExport the two new min/max functions.
2010-05-23 Michael OrlitzkyAdded min/max_address for IPv4Address.
2010-05-20 Michael OrlitzkyMoved the min/max address/octetN functions out of IPv4A...
2010-05-20 Michael OrlitzkyUpdate the min_address function to use record syntax.
2010-05-20 Michael OrlitzkyMoved the maskable instance definitions within their...
2010-05-14 Michael OrlitzkyAdded Arbitrary instance definitions for the main data...
2010-05-10 Michael OrlitzkyAdded type signatures for all of the tests.
2010-05-09 Michael OrlitzkySwitched the expected/actual order of assertions in...
2010-05-09 Michael OrlitzkyAdd two HUnit tests for IPv4Address.
2010-05-09 Michael OrlitzkyAdded the most_sig_bit_different function to IPv4Address.
2010-05-08 Michael OrlitzkyDefined a show instance for IPv4Address.
2010-05-08 Michael OrlitzkyUpdated the IPv4Address module to use the new Maskbits...
2010-05-06 Michael OrlitzkyAdded a new Maskable typeclass with instances Octet...
2010-05-02 Michael OrlitzkyReplace the Maskbits type alias with the real thing.
2010-05-02 Michael OrlitzkyAdd a None constructor for IPv4Address.
2010-05-02 Michael OrlitzkyRemove the ipv4address_from_string function.
2010-05-02 Michael OrlitzkyUpdate Main and Cidr to use the new modules instead...
2010-05-02 Michael OrlitzkyAdded three new modules which are currently independent...