History log of /netbsd/external/bsd/libevent/dist/bufferevent_ratelim.c (Results 1 – 6 of 6)
Revision Date Author Comments
# 7c5f803c 10-Apr-2021 rillig <rillig@NetBSD.org>

libevent: remove remaining CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

The comments from this commit were in do-while

libevent: remove remaining CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

The comments from this commit were in do-while-0 loops that do not
follow the canonical form, therefore the previous commit did not catch
them. Some of them have a trailing semicolon (which defies the whole
purpose of the do-while-0 loop), some are missing the space between
'while (0)', some start in column 1 instead of 9.

This reduces the local modifications, compared to the upstream code.

No functional change.

show more ...


# c767aba8 10-Apr-2021 rillig <rillig@NetBSD.org>

libevent: remove unnecessary CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

This reduces the local modifications.

No fu

libevent: remove unnecessary CONSTCOND comments

Since lint1/tree.c 1.202 from 2021-01-31, lint no longer needs the
/*CONSTCOND*/ for do-while-0 "loops".

This reduces the local modifications.

No functional change.

show more ...


# 4109d450 07-Apr-2021 christos <christos@NetBSD.org>

Merge local changes from libevent 2.1.8 and 2.1.12


# 615c371f 31-Jan-2017 christos <christos@NetBSD.org>

merge conflicts


# 34ab69d8 11-Apr-2013 christos <christos@NetBSD.org>

merge conflicts, make compile with warnings.


# 93dcc084 11-Apr-2013 christos <christos@NetBSD.org>

import libevent 2.x