From 4a3c91ba2ec5527efe3501aae1a5d75d1e8ff6c4 Mon Sep 17 00:00:00 2001 From: Marc Alexander Lehmann Date: Wed, 22 Jan 2020 17:11:33 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 2 +- ev.c | 2 +- update_ev_c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 86c3a2b..6d84463 100644 --- a/Changes +++ b/Changes @@ -7,7 +7,7 @@ TODO: document EV_TSTAMP_T fd watcher, which is usually harmless unless signal fds are also used (found via cpan tester service). - the documentation wrongly claimed that user may modify fd and events - members in io watchers when the wqatcher was stopped + members in io watchers when the watcher was stopped (found by b_jonas). - new ev_io_modify mutator which changes only the events member, which can be faster. also added ev::io::set (int events) method diff --git a/ev.c b/ev.c index d31f6b5..2244cba 100644 --- a/ev.c +++ b/ev.c @@ -606,7 +606,7 @@ struct signalfd_siginfo /* * libecb - http://software.schmorp.de/pkg/libecb * - * Copyright (©) 2009-2015 Marc Alexander Lehmann + * Copyright (©) 2009-2015,2018-2020 Marc Alexander Lehmann * Copyright (©) 2011 Emanuele Giaquinta * All rights reserved. * diff --git a/update_ev_c b/update_ev_c index b55fd7f..a80bfae 100755 --- a/update_ev_c +++ b/update_ev_c @@ -2,6 +2,7 @@ ( sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c + #perl -ne 'print unless /^#if ECB_CPP/ .. /^#endif/' <~/src/libecb/ecb.h cat ~/src/libecb/ecb.h sed -ne '\%/\* ECB.H END \*/%,$p' ev.c ) >ev.c~ && mv ev.c~ ev.c