diff options
author | root <root> | 2008-05-18 10:36:38 +0000 |
---|---|---|
committer | root <root> | 2008-05-18 10:36:38 +0000 |
commit | 6637a0131022a1636b43b9954874b9bed93c52dc (patch) | |
tree | 0599a7ca0d283c5a0abc57801d2cc8349b78866a | |
parent | 0b9d2a3a9361d5ce42f5fe0590eeb2956fbe78fd (diff) |
*** empty log message ***rel-3_33
-rw-r--r-- | Symbols.event | 1 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | ev.3 | 4 |
3 files changed, 4 insertions, 3 deletions
diff --git a/Symbols.event b/Symbols.event index c2d16eb..7ff0142 100644 --- a/Symbols.event +++ b/Symbols.event @@ -19,3 +19,4 @@ event_pending event_priority_init event_priority_set event_set +event_set_log_callback diff --git a/configure.ac b/configure.ac index aad934f..651cda2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_INIT AC_CONFIG_SRCDIR([ev_epoll.c]) -AM_INIT_AUTOMAKE(libev,3.31) +AM_INIT_AUTOMAKE(libev,3.33) AC_CONFIG_HEADERS([config.h]) AM_MAINTAINER_MODE @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "LIBEV 3" -.TH LIBEV 3 "2008-05-09" "libev-1.1" "libev - high perfromance full featured event loop" +.TH LIBEV 3 "2008-05-11" "libev-3.33" "libev - high perfromance full featured event loop" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -205,7 +205,7 @@ libev \- a high performance full\-featured event loop written in C .IX Header "DESCRIPTION" The newest version of this document is also available as an html-formatted web page you might find easier to navigate when reading it for the first -time: <http://cvs.schmorp.de/libev/ev.html>. +time: <http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>. .PP Libev is an event loop: you register interest in certain events (such as a file descriptor being readable or a timeout occurring), and it will manage |