History log of /openbsd/regress/include/bitstring/good/32 (Results 1 – 3 of 3)
Revision Date Author Comments
# a4a66a2b 26-Aug-2024 bluhm <bluhm@openbsd.org>

Test bitstring macro evaluation.

For all bitstring macros, add a test with side effects in the
arguments. Also fix compiler warnings and wrap long line. In
main() replace exit(0) with return(0) to

Test bitstring macro evaluation.

For all bitstring macros, add a test with side effects in the
arguments. Also fix compiler warnings and wrap long line. In
main() replace exit(0) with return(0) to check stack canary. Create
expected test files with make target create-good.

OK florian deraadt@

show more ...


# b3a275b2 23-Aug-2024 florian <florian@openbsd.org>

Putting Xs into squares is all the rage with statisticians. We should
test that they can use bitstring macros for that.

with & OK deraadt
OK bluhm


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree