mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-16 07:45:23 -04:00
from trunk: include Doxyfile in tar ball; from Jeff Garzik
svn:r1126
This commit is contained in:
parent
f06b29b9e2
commit
59513ee206
@ -6,6 +6,7 @@ Changes in 1.4.10-stable:
|
|||||||
o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
|
o fix signal processing when a signal callback delivers a signal; from Alexander Drozdov
|
||||||
o const-ify some arguments to evdns functions.
|
o const-ify some arguments to evdns functions.
|
||||||
o off-by-one error in epoll_recalc; reported by Victor Goya
|
o off-by-one error in epoll_recalc; reported by Victor Goya
|
||||||
|
o include Doxyfile in tar ball; from Jeff Garzik
|
||||||
|
|
||||||
Changes in 1.4.9-stable:
|
Changes in 1.4.9-stable:
|
||||||
o event_add would not return error for some backends; from Dean McNamee
|
o event_add would not return error for some backends; from Dean McNamee
|
||||||
|
@ -36,6 +36,7 @@ bin_SCRIPTS = event_rpcgen.py
|
|||||||
EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
|
EXTRA_DIST = autogen.sh event.h event-internal.h log.h evsignal.h evdns.3 \
|
||||||
evrpc.h evrpc-internal.h min_heap.h \
|
evrpc.h evrpc-internal.h min_heap.h \
|
||||||
event.3 \
|
event.3 \
|
||||||
|
Doxyfile \
|
||||||
kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
|
kqueue.c epoll_sub.c epoll.c select.c poll.c signal.c \
|
||||||
evport.c devpoll.c event_rpcgen.py \
|
evport.c devpoll.c event_rpcgen.py \
|
||||||
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
sample/Makefile.am sample/Makefile.in sample/event-test.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user