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

Comparing IO-AIO/Changes (file contents):
Revision 1.27 by root, Sun Jul 31 21:28:54 2005 UTC vs.
Revision 1.28 by root, Sun Aug 7 03:26:10 2005 UTC

11 - removed XOPEN_SOURCE because stupid solaris 9 doesn't 11 - removed XOPEN_SOURCE because stupid solaris 9 doesn't
12 compile with it enabled. Probably breaks others. Oh well. 12 compile with it enabled. Probably breaks others. Oh well.
13 - try to be more careful with errno on non-threaded perls. 13 - try to be more careful with errno on non-threaded perls.
14 - cygwins perl insisted on a matching open mode when morphing 14 - cygwins perl insisted on a matching open mode when morphing
15 the fd to an fh. 15 the fd to an fh.
16 - convert sv's to "byte" encoding in aio_read/aio_write. Might
17 do that for pathnames, too, in the future, so make sure you
18 properly encode your pathnames.
16 19
171.0 Fri Jul 22 10:43:30 CEST 2005 201.0 Fri Jul 22 10:43:30 CEST 2005
18 - aio_open did not reliably deliver (open) filehandles. 21 - aio_open did not reliably deliver (open) filehandles.
19 - all aio_*-functions keep a reference to the filehandle so 22 - all aio_*-functions keep a reference to the filehandle so
20 it doesn't go away while the aio requests is working on it. 23 it doesn't go away while the aio requests is working on it.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines