*** empty log message ***

This commit is contained in:
Marc Alexander Lehmann 2007-12-12 22:26:37 +00:00
parent d11090f2e9
commit 3eb9561b0a
3 changed files with 7 additions and 2557 deletions

2550
ev.html

File diff suppressed because it is too large Load Diff

12
ev.pod
View File

@ -2021,16 +2021,16 @@ constructor already stores the event loop.
Stops the watcher if it is active. Again, no C<loop> argument.
=item w->again () C<ev::timer>, C<ev::periodic> only
=item w->again () (C<ev::timer>, C<ev::periodic> only)
For C<ev::timer> and C<ev::periodic>, this invokes the corresponding
C<ev_TYPE_again> function.
=item w->sweep () C<ev::embed> only
=item w->sweep () (C<ev::embed> only)
Invokes C<ev_embed_sweep>.
=item w->update () C<ev::stat> only
=item w->update () (C<ev::stat> only)
Invokes C<ev_stat_stat>.
@ -2060,9 +2060,9 @@ the constructor.
=head1 MACRO MAGIC
Libev can be compiled with a variety of options, the most fundemantal is
C<EV_MULTIPLICITY>. This option determines whether (most) functions and
callbacks have an initial C<struct ev_loop *> argument.
Libev can be compiled with a variety of options, the most fundamantal
of which is C<EV_MULTIPLICITY>. This option determines whether (most)
functions and callbacks have an initial C<struct ev_loop *> argument.
To make it easier to write programs that cope with either variant, the
following macros are defined:

View File

@ -91,7 +91,7 @@ perl -ne '
s/\bevent-internal.h\b//g;
s/\bevsignal.h\b//g;
s/^(man_MANS\s*=)/$1 ev.3 /;
s/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod ev.html /;
s/^(EXTRA_DIST\s*=)/$1 libev.m4 ev.h ev_vars.h ev_wrap.h event_compat.h ev++.h ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c ev.3 ev.pod /;
s/^(include_HEADERS\s*=)/$1 ev.h event_compat.h ev++.h /;
s/^(CORE_SRC\s*=)/$1 ev.c /;
s/^(SYS_LIBS\s*=)/$1 -lm /;