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

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.233 by root, Thu Jul 9 01:22:50 2009 UTC vs.
Revision 1.235 by root, Thu Jul 9 22:37:53 2009 UTC

1033no warnings; 1033no warnings;
1034use strict qw(vars subs); 1034use strict qw(vars subs);
1035 1035
1036use Carp; 1036use Carp;
1037 1037
1038our $VERSION = 4.801; 1038our $VERSION = 4.81;
1039our $MODEL; 1039our $MODEL;
1040 1040
1041our $AUTOLOAD; 1041our $AUTOLOAD;
1042our @ISA; 1042our @ISA;
1043 1043
2100 2100
2101A handler for C<SIGCHLD> is installed by AnyEvent's child watcher 2101A handler for C<SIGCHLD> is installed by AnyEvent's child watcher
2102emulation for event loops that do not support them natively. Also, some 2102emulation for event loops that do not support them natively. Also, some
2103event loops install a similar handler. 2103event loops install a similar handler.
2104 2104
2105If, when AnyEvent is loaded, SIGCHLD is set to IGNORE, then AnyEvent will 2105Additionally, when AnyEvent is loaded and SIGCHLD is set to IGNORE, then
2106reset it to default, to avoid losing child exit statuses. 2106AnyEvent will reset it to default, to avoid losing child exit statuses.
2107 2107
2108=item SIGPIPE 2108=item SIGPIPE
2109 2109
2110A no-op handler is installed for C<SIGPIPE> when C<$SIG{PIPE}> is C<undef> 2110A no-op handler is installed for C<SIGPIPE> when C<$SIG{PIPE}> is C<undef>
2111when AnyEvent gets loaded. 2111when AnyEvent gets loaded.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines