HomeFreeBSD

Implement gawk multiple-arg extension to and, or, and xor.

Description

Implement gawk multiple-arg extension to and, or, and xor.

gawk allows multiple arguemnts to bit-wiste and, or and xor
functions. Implement an arbitrary number of arguments for these
functions. Also, use NULL in preference to 0 to match rest of file.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D12361

Details

Provenance
impAuthored on
Differential Revision
D12361: Bring in bit operation functions, ala gawk.
Parents
rS323576: Bring in bit operation functions, ala gawk.
Branches
Unknown
Tags
Unknown