summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2000-04-01 05:05:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2000-04-01 05:05:36 +0000
commitf6dd6fb9196b9c7909a94f3580a2b55923d7df06 (patch)
tree83e4f3e5a592371d07fbe4252da08db4e622b690 /games
parent83a7d4e6deb2b83ca43da0cd241f895725af7737 (diff)
Previously, whatis would treat a word as [A-z0-9_] and terminate
parsing an entry at the end of a word. This kept things like 'whatis B::Bytecode' from working. Now we match both on a word basis as well matching until we hit a space, ',', or '(' character. This allows one to say 'whatis B' and see the whatis line for B(3p) as well as its methods (B::*).
Diffstat (limited to 'games')
0 files changed, 0 insertions, 0 deletions