History log of /netbsd-src/include/bitstring.h (Results 1 – 15 of 15)
Revision Date Author Comments
# e886a842 12-May-2024 rillig <rillig@NetBSD.org>

include/bitstring.h: remove CONSTCOND comment from do-while-0 loop

Lint doesn't need this comment anymore, as there is nothing surprising
or unusual about this idiom.

sed -Ei 's,} *while *\(/\* *CO

include/bitstring.h: remove CONSTCOND comment from do-while-0 loop

Lint doesn't need this comment anymore, as there is nothing surprising
or unusual about this idiom.

sed -Ei 's,} *while *\(/\* *CONSTCOND *\*/ *0\),} while (0),' *.h

show more ...


# 8aeecea3 17-Mar-2016 christos <christos@NetBSD.org>

more casting fixes


# 66e7b261 17-Mar-2016 christos <christos@NetBSD.org>

appease gcc-5 |= #$@#%


# 3a9f77c2 20-Nov-2015 christos <christos@NetBSD.org>

add some const


# d4321930 20-Nov-2015 christos <christos@NetBSD.org>

keep value as an int.


# a5c147c8 20-Nov-2015 christos <christos@NetBSD.org>

update to size_t


# b04439f4 06-May-2010 christos <christos@NetBSD.org>

lint friendly


# ee5442c7 06-Feb-2005 perry <perry@NetBSD.org>

remove obsolete "register" declarations


# 039cc956 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.


# b7b7322c 02-Feb-1998 perry <perry@NetBSD.org>

merge lite-2


# 0df98a62 14-May-1997 pk <pk@NetBSD.org>

Make macros evaluate to non-compound statements (Jarle Greipsland; PR#3614)


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 5e82abde 22-May-1993 cgd <cgd@NetBSD.org>

fixed, thanks to Mike Murphy <mrm@optigfx.com>, with minor hacks by cgd


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources