]> rtime.felk.cvut.cz Git - sojka/libev.git/commitdiff
3.52
authorMarc Alexander Lehmann <libev@schmorp.de>
Wed, 7 Jan 2009 20:45:52 +0000 (20:45 +0000)
committerMarc Alexander Lehmann <libev@schmorp.de>
Wed, 7 Jan 2009 20:45:52 +0000 (20:45 +0000)
Changes
configure.ac
ev.3
ev.h
ev_select.c
event.c

diff --git a/Changes b/Changes
index 54659bfdf04d86439e832322bcebff3b5053fedc..08eec5a10dda0798b28170524d46c3bf1947addd 100644 (file)
--- 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.
index d0ee7e25984d87ffec2258c5ca3d51b5af61d16c..9ca3759f577ea4a630332e61333d9cfde65b9f27 100644 (file)
@@ -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 c8f531222f307283e53a19610b677764bbbc0a3c..257858c3d3f0ff73d0e338c6a5313c996f0d014d 100644 (file)
--- a/ev.3
+++ b/ev.3
 .\" ========================================================================
 .\"
 .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 da25123fecf4b45af89c820b4ac0e37e1e012d4d..7878e0cf180a5265a0f9ae2ca4d607f4e91bab23 100644 (file)
--- 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-
index 1b54ea718cb7654dcb8600ed5caed1fa982187fe..173c28695e54fe605ccb95888e1f4e5a44fbf0ca 100644 (file)
@@ -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 1bcd7a0c619fcffc245362202847c62a3f686c17..fae26bb045aceadcf334f9bc3ff7605ba91a0b17 100644 (file)
--- 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-