New implementation of complex search criteria using \(, \), -a because
authorschwarze <schwarze@openbsd.org>
Sat, 4 Jan 2014 23:42:32 +0000 (23:42 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 4 Jan 2014 23:42:32 +0000 (23:42 +0000)
commita5c1054f1c76ee8da153662bc54cea1a33537016
tree8ad5c785dd48f03f34830825bf1be5dc0b0abb66
parent9c44197de665b809132b24c7aba6d652d581e28c
New implementation of complex search criteria using \(, \), -a because
the old implementation got lost in the Berkeley to SQLite switch.
Note that this is not just feature creep, but required for upcoming
database format cleanup and simplification.

The following takes less than half a second on my Z61m ThinkPad:
time ./obj/apropos An=kettenis -a \( Cd=vnet -o Xr=vbus \)
usr.bin/mandoc/mansearch.c