summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-05-02 08:08:45 +0000
committerroot <root>2008-05-02 08:08:45 +0000
commit6703b4811bdb7ffbd3b59103fde928526ecc349d (patch)
tree4728baf3d5892d239ba952397ce28fd5026dcbcc /Changes
parentd9c3e6066969ec74af233dba00f7b20a7cac4342 (diff)
fix an aliasing issue
Diffstat (limited to 'Changes')
-rw-r--r--Changes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changes b/Changes
index 449eea7..2defb61 100644
--- a/Changes
+++ b/Changes
@@ -3,6 +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.
3.31 Wed Apr 16 20:45:04 CEST 2008
- added last minute fix for ev_poll.c by Brandon Black.