25 Sep
2006
25 Sep
'06
8:15 a.m.
Mon Sep 25 16:55:55 JST 2006 Robert Marlow <bobstopper@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@bobturf.org> * Fixed bugs in names of aton and ntoa