summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root>2009-01-07 20:45:52 +0000
committerroot <root>2009-01-07 20:45:52 +0000
commitc594b6da2f474d077c5481410474709588d175a1 (patch)
tree33ab4a612e6ea0665cbde7d25eb874f7559a8697
parent0ad66437b93ab4ff16222834e9886448111a7273 (diff)
-rw-r--r--Changes1
-rw-r--r--configure.ac2
-rw-r--r--ev.32
-rw-r--r--ev.h2
-rw-r--r--ev_select.c1
-rw-r--r--event.c2
6 files changed, 6 insertions, 4 deletions
diff --git a/Changes b/Changes
index 54659bf..08eec5a 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
Revision history for libev, a high-performance and full-featured event loop.
+3.52 Wed Jan 7 21:43:02 CET 2009
- fix compilation of select backend in fd_set mode when NFDBITS is
missing (to get it to compile on QNX, reported by Rodrigo Campos).
- better select-nfds handling when select backend is in fd_set mode.
diff --git a/configure.ac b/configure.ac
index d0ee7e2..9ca3759 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
AC_INIT
AC_CONFIG_SRCDIR([ev_epoll.c])
-AM_INIT_AUTOMAKE(libev,3.51)
+AM_INIT_AUTOMAKE(libev,3.52)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE
diff --git a/ev.3 b/ev.3
index c8f5312..257858c 100644
--- a/ev.3
+++ b/ev.3
@@ -132,7 +132,7 @@
.\" ========================================================================
.\"
.IX Title "LIBEV 3"
-.TH LIBEV 3 "2008-12-14" "libev-3.51" "libev - high performance full featured event loop"
+.TH LIBEV 3 "2008-12-14" "libev-3.52" "libev - high performance 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
diff --git a/ev.h b/ev.h
index da25123..7878e0c 100644
--- a/ev.h
+++ b/ev.h
@@ -1,7 +1,7 @@
/*
* libev native API header
*
- * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-
diff --git a/ev_select.c b/ev_select.c
index 1b54ea7..173c286 100644
--- a/ev_select.c
+++ b/ev_select.c
@@ -72,6 +72,7 @@ select_modify (EV_P_ int fd, int oev, int nev)
{
#if EV_SELECT_USE_FD_SET
+
#if EV_SELECT_IS_WINSOCKET
SOCKET handle = anfds [fd].handle;
#else
diff --git a/event.c b/event.c
index 1bcd7a0..fae26bb 100644
--- a/event.c
+++ b/event.c
@@ -1,7 +1,7 @@
/*
* libevent compatibility layer
*
- * Copyright (c) 2007,2008 Marc Alexander Lehmann <libev@schmorp.de>
+ * Copyright (c) 2007,2008,2009 Marc Alexander Lehmann <libev@schmorp.de>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modifica-