]> granicus.if.org Git - libevent/commit
fixes from Joerg Sonnenberger:
authorNiels Provos <provos@gmail.com>
Sat, 30 Jun 2007 18:58:34 +0000 (18:58 +0000)
committerNiels Provos <provos@gmail.com>
Sat, 30 Jun 2007 18:58:34 +0000 (18:58 +0000)
commitf0ff792afabecc032bc9f92e504ff6601057b415
tree51c03b4ed4a758e7a9681e8a0ae8fc2a376db355
parentaa5c8068888ffa501c81d191b93ca1b5765b54b7
fixes from Joerg Sonnenberger:
http.c is a violation of the ctype(3) interface and an unused function.

test/regress_http.c are incorrect format strings.

test/regress.c uses raise(3) from signal.h.

evdns.c: evdns_error_strings is unused. The GET* macros can eat the
semicolon from the expression. pos is passed in as off_t, so just pass
that down. When assigning negativ values to unsigned variables, an
explicit cast is considered good style.

svn:r367
buffer.c
evdns.c
event.h
event_tagging.c
http.c
test/regress.c
test/regress_http.c