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

Comparing AnyEvent/README (file contents):
Revision 1.43 by root, Thu Jul 9 08:37:06 2009 UTC vs.
Revision 1.44 by root, Fri Jul 10 22:35:27 2009 UTC

1586 SIGCHLD 1586 SIGCHLD
1587 A handler for "SIGCHLD" is installed by AnyEvent's child watcher 1587 A handler for "SIGCHLD" is installed by AnyEvent's child watcher
1588 emulation for event loops that do not support them natively. Also, 1588 emulation for event loops that do not support them natively. Also,
1589 some event loops install a similar handler. 1589 some event loops install a similar handler.
1590 1590
1591 If, when AnyEvent is loaded, SIGCHLD is set to IGNORE, then AnyEvent 1591 Additionally, when AnyEvent is loaded and SIGCHLD is set to IGNORE,
1592 will reset it to default, to avoid losing child exit statuses. 1592 then AnyEvent will reset it to default, to avoid losing child exit
1593 statuses.
1593 1594
1594 SIGPIPE 1595 SIGPIPE
1595 A no-op handler is installed for "SIGPIPE" when $SIG{PIPE} is 1596 A no-op handler is installed for "SIGPIPE" when $SIG{PIPE} is
1596 "undef" when AnyEvent gets loaded. 1597 "undef" when AnyEvent gets loaded.
1597 1598

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines