darcs patch: Implementation of aton and ntoa outside the IO monad
Robert Marlow
bobstopper at bobturf.org
Mon Sep 25 04:10:23 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-darcs-patch
Size: 3726 bytes
Desc: A darcs patch for your repository!
Url : http://www.haskell.org/pipermail/libraries/attachments/20060925/2df48c5f/attachment.bin
More information about the Libraries
mailing list