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

Comparing libev/Changes (file contents):
Revision 1.281 by root, Mon Oct 8 15:43:35 2012 UTC vs.
Revision 1.282 by root, Tue Jan 22 05:18:27 2013 UTC

33 - (ecb) add memory fence support for xlC (Darin McBride). 33 - (ecb) add memory fence support for xlC (Darin McBride).
34 - (ecb) add memory fence support for gcc-mips (Anton Kirilov). 34 - (ecb) add memory fence support for gcc-mips (Anton Kirilov).
35 - (ecb) add memory fence support for gcc-alpha (Christian Weisgerber). 35 - (ecb) add memory fence support for gcc-alpha (Christian Weisgerber).
36 - work around some kernels losing file descriptors by leaking 36 - work around some kernels losing file descriptors by leaking
37 the kqueue descriptor in the child. 37 the kqueue descriptor in the child.
38 - work around linux inotify not reporting IN_ATTRIB changes for directories
39 in many cases.
38 - include sys/syscall.h instead of plain syscall.h. 40 - include sys/syscall.h instead of plain syscall.h.
39 - check for io watcher loops in ev_verify, check for the most 41 - check for io watcher loops in ev_verify, check for the most
40 common reported usage bug in ev_io_start. 42 common reported usage bug in ev_io_start.
41 - chose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET. 43 - chose socket vs. WSASocket at compiletime using EV_USE_WSASOCKET.
42 - always use WSASend/WSARecv directly on windows, hoping that this 44 - always use WSASend/WSARecv directly on windows, hoping that this
47 - rename ev::embed::set to ev::embed::set_embed to avoid clashing 49 - rename ev::embed::set to ev::embed::set_embed to avoid clashing
48 the watcher base set (loop) method. 50 the watcher base set (loop) method.
49 - rewrite the async/signal pipe logic to always keep a valid fd, which 51 - rewrite the async/signal pipe logic to always keep a valid fd, which
50 simplifies (and hopefuly correctifies :) the race checking 52 simplifies (and hopefuly correctifies :) the race checking
51 on fork, at the cost of one extra fd. 53 on fork, at the cost of one extra fd.
54 - add fat, msdos, jffs2, ramfs, ntfs and btrfs to the list of
55 inotify-supporting filesystems.
52 56
534.11 Sat Feb 4 19:52:39 CET 2012 574.11 Sat Feb 4 19:52:39 CET 2012
54 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as 58 - INCOMPATIBLE CHANGE: ev_timer_again now clears the pending status, as
55 was documented already, but not implemented in the repeating case. 59 was documented already, but not implemented in the repeating case.
56 - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS. 60 - new compiletime symbols: EV_NO_SMP and EV_NO_THREADS.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines