summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-05-02 08:13:16 +0000
committerroot <root>2008-05-02 08:13:16 +0000
commit1b5bdfc28c14e180f3369f1bd995af92c20f15e9 (patch)
tree061eb0cebaad2bf82ddb3d546652e1c21b46798d /Changes
parent6703b4811bdb7ffbd3b59103fde928526ecc349d (diff)
use ev_active instead of explicit casts
Diffstat (limited to 'Changes')
-rw-r--r--Changes2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2defb61..54c9c3f 100644
--- a/Changes
+++ b/Changes
@@ -3,7 +3,7 @@ Revision history for libev, a high-performance and full-featured event loop.
- use 1-based heaps, simplifies code, reduces codesize, makes
for better cache-efficiency and increases memory requirements
by up to two pointers/loop.
- - fix a potential aliasing issue.
+ - fix a potential aliasing issue in ev_timer_again.
3.31 Wed Apr 16 20:45:04 CEST 2008
- added last minute fix for ev_poll.c by Brandon Black.