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

Comparing libeio/Changes (file contents):
Revision 1.45 by root, Fri Dec 30 07:40:55 2011 UTC vs.
Revision 1.49 by root, Sat Jun 2 20:13:26 2012 UTC

64 - remove useless use of volatile variables. 64 - remove useless use of volatile variables.
65 - fix memory leak when reaping threads. 65 - fix memory leak when reaping threads.
66 - use utime now uses nanosecond resolution on posix 2008 systems. 66 - use utime now uses nanosecond resolution on posix 2008 systems.
67 - allow taking advantage of posix 2008 xxxat functions and fdopendir 67 - allow taking advantage of posix 2008 xxxat functions and fdopendir
68 by implementing a working directory abstraction. 68 by implementing a working directory abstraction.
69 - make readahead emulation behave more like actual readahead by never failing.
70 - added EIO_LSEEK (untested).
71 - wtf. etp_proc returned 0, and no compiler ever complained.
72 - remove pread/pwrite emulation, as the only system that lacked them
73 (cygwin) provides them for a while now.
69 74

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines