OpenBSD CVS

CVS log for src/usr.bin/whatis/Attic/whatis.c


[BACK] Up to [local] / src / usr.bin / whatis

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_2_9_BASE


Revision 1.5 / (download) - annotate - [select for diffs], Sat Apr 1 05:05:35 2000 UTC (24 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.4: +26 -10 lines
Diff to previous 1.4 (colored)

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::*).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.