darcs patch: Implementation of aton and ntoa outside ... (and 1 more)

Robert Marlow bobstopper at bobturf.org
Mon Sep 25 04:15:36 EDT 2006


Mon Sep 25 16:55:55 JST 2006  Robert Marlow <bobstopper at bobturf.org>
  * Implementation of aton and ntoa outside the IO monad
  
  This is a second attempt at the earlier patch
  
  inet_ntoa and inet_aton can be implemented purely to avoid the need for
  the IO monad. Additionally, inet_addr is currently incorrect due to
  using the inet_addr C function which is considered obsolete due to
  incorrectly failing while converting 255.255.255.255 as an address.
  

Mon Sep 25 17:12:52 JST 2006  Robert Marlow <bobstopper at bobturf.org>
  * Fixed bugs in names of aton and ntoa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 4171 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/libraries/attachments/20060925/b932927e/attachment.bin


More information about the Libraries mailing list