--- libev/ev.pod 2011/06/13 09:52:36 1.375 +++ libev/ev.pod 2011/07/07 16:30:49 1.378 @@ -3946,7 +3946,7 @@ class myclass { ev::io io ; void io_cb (ev::io &w, int revents); - ev::io2 io2 ; void io2_cb (ev::io &w, int revents); + ev::io io2 ; void io2_cb (ev::io &w, int revents); ev::idle idle; void idle_cb (ev::idle &w, int revents); myclass (int fd) @@ -4007,7 +4007,7 @@ =item D Leandro Lucarella has written a D language binding (F) for libev, to -be found at L. +be found at L. =item Ocaml @@ -5050,8 +5050,12 @@ have at least 51 bits of mantissa (and 9 bits of exponent), which is good enough for at least into the year 4000 with millisecond accuracy (the design goal for libev). This requirement is overfulfilled by -implementations using IEEE 754, which is basically all existing ones. With -IEEE 754 doubles, you get microsecond accuracy until at least 2200. +implementations using IEEE 754, which is basically all existing ones. + +With IEEE 754 doubles, you get microsecond accuracy until at least the +year 2255 (and millisecond accuray till the year 287396 - by then, libev +is either obsolete or somebody patched it to use C or +something like that, just kidding). =back