ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Changes
(Generate patch)

Comparing IO-AIO/Changes (file contents):
Revision 1.13 by root, Tue Jul 12 11:03:16 2005 UTC vs.
Revision 1.23 by root, Sun Jul 31 19:00:31 2005 UTC

1Revision history for IO::AIO 1Revision history for IO::AIO
2
31.1
4 - added configure script to detetc availability of some calls.
5 (imperfect, as we cannot detect things like -lrt due it missing
6 feedback yet).
7 - emulate fdatasync by fsync, pread/pwrite by unsafe read/write
8 and readahead by manual reading on platforms lacking those.
9 - ported t/03_errors.t+framework by Brad Fitzpatrick
10 from Linux::AIO.
11 - removed XOPEN_SOURCE because stupid solaris 9 doesn't
12 compile with it enabled. Probably breaks others. Oh well.
13
141.0 Fri Jul 22 10:43:30 CEST 2005
15 - aio_open did not reliably deliver (open) filehandles.
16 - all aio_*-functions keep a reference to the filehandle so
17 it doesn't go away while the aio requests is working on it.
18 - disable warnings in AIO.pm.
19
200.9 Wed Jul 20 23:55:04 CEST 2005
21 - allow recursive calls to poll_cb, use less locking calls, too.
22 - fix the Gtk2-example in the SYNOPSIS.
23 - use pread/pwrite not pread64/pwrite64. this was simply a leftover
24 from Linux::AIO.
25 (found by compiling on cygwin. Unfortunately, cygwin declares but
26 does not implement pread/pwrite).
27 - only include <sys/syscall.h> on linux.
2 28
30.5 Tue Jul 12 13:03:09 CEST 2005 290.5 Tue Jul 12 13:03:09 CEST 2005
4 - removed #include <endian.h>, it's not portable, and we don't 30 - removed #include <endian.h>, it's not portable, and we don't
5 need it anyway. 31 need it anyway.
6 - link against -lrt, as it might contain goodies such as fdatasync, 32 - link against -lrt, as it might contain goodies such as fdatasync,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines