Up to [cvs.netbsd.org] / src / games / wtf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.15 / (download) - annotate - [select for diffs], Mon Aug 6 21:14:36 2007 UTC (2 years, 6 months ago) by hubertf
Branch: MAIN
CVS Tags: yamt-pf42-baseX,
yamt-pf42-base4,
yamt-pf42-base3,
yamt-pf42-base2,
yamt-pf42-base,
yamt-pf42,
wrstuden-revivesa-base-3,
wrstuden-revivesa-base-2,
wrstuden-revivesa-base-1,
wrstuden-revivesa-base,
wrstuden-revivesa,
netbsd-5-base,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
netbsd-5,
mjf-devfs2-base,
mjf-devfs2,
matt-premerge-20091211,
matt-nb5-mips64-u2-k2-k4-k7-k8-k9,
matt-nb5-mips64-u1-k1-k5,
matt-nb5-mips64-premerge-20091211,
matt-nb5-mips64,
matt-nb4-mips64-k7-u2a-k9b,
matt-mips64-base2,
matt-mips64-base,
matt-mips64,
matt-armv6-prevmlocking,
matt-armv6-nbase,
matt-armv6-base,
matt-armv6,
keiichi-mipv6-base,
keiichi-mipv6,
jym-xensuspend-nbase,
jym-xensuspend-base,
jym-xensuspend,
hpcarm-cleanup-nbase,
hpcarm-cleanup-base,
cube-autoconf-base,
cube-autoconf,
HEAD
Changes since 1.14: +10 -1
lines
Diff to previous 1.14 (colored)
Teach wtf(6) about pkgsrc's help facility: % cd /usr/pkgsrc/audio/qsynth % wtf subst subst: ===> mk/subst.mk: # This Makefile fragment implements a general text replacement facility. ...
Revision 1.14 / (download) - annotate - [select for diffs], Wed Jan 24 13:17:42 2007 UTC (3 years ago) by hubertf
Branch: MAIN
CVS Tags: hpcarm-cleanup
Changes since 1.13: +14 -7
lines
Diff to previous 1.13 (colored)
- Don't call basename $0 at many places. Use variable $PROGNAME - Better check when neither $ACRONYMDB is define nor files in /usr/share/misc/ are found - Replace cat | fgrep to using fgrep only - Replace sort | uniq to using sort -u By Slava Semushin <slava.semushin@gmail.com> in private email.
Revision 1.11.4.1 / (download) - annotate - [select for diffs], Tue Jul 5 21:13:14 2005 UTC (4 years, 7 months ago) by riz
Branch: netbsd-2
CVS Tags: netbsd-2-1-RELEASE,
netbsd-2-1-RC6,
netbsd-2-1-RC5,
netbsd-2-1-RC4,
netbsd-2-1-RC3,
netbsd-2-1-RC2,
netbsd-2-1-RC1,
netbsd-2-1
Changes since 1.11: +34 -21
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Pull up revision 1.12 (requested by hubertf in ticket #2035):
* Change program logic to not nest needlessly
* Search all acronyms databases, and don't force the user to
know in which category to look (-t is gone)
* If an acronym is not found in the database or by whatis(1),
also check pkg_info(1). Per PR bin/30539 by Geert Hendrickx
(geert.hendrickx@ua.ac.be)
OK'd by Julio M. Merino Vidal <jmmv>
Revision 1.11.6.1 / (download) - annotate - [select for diffs], Sat Jul 2 23:25:00 2005 UTC (4 years, 7 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE,
netbsd-3-1-RC4,
netbsd-3-1-RC3,
netbsd-3-1-RC2,
netbsd-3-1-RC1,
netbsd-3-1-1-RELEASE,
netbsd-3-1,
netbsd-3-0-RELEASE,
netbsd-3-0-RC6,
netbsd-3-0-RC5,
netbsd-3-0-RC4,
netbsd-3-0-RC3,
netbsd-3-0-RC2,
netbsd-3-0-RC1,
netbsd-3-0-3-RELEASE,
netbsd-3-0-2-RELEASE,
netbsd-3-0-1-RELEASE,
netbsd-3-0
Changes since 1.11: +34 -21
lines
Diff to previous 1.11 (colored) next main 1.12 (colored)
Pull up revision 1.12 (requested by hubertf in ticket #506):
* Change program logic to not nest needlessly
* Search all acronyms databases, and don't force the user to
know in which category to look (-t is gone)
* If an acronym is not found in the database or by whatis(1),
also check pkg_info(1). Per PR bin/30539 by Geert Hendrickx
(geert.hendrickx@ua.ac.be)
OK'd by Julio M. Merino Vidal <jmmv>
Revision 1.13 / (download) - annotate - [select for diffs], Fri Jul 1 14:21:49 2005 UTC (4 years, 7 months ago) by peter
Branch: MAIN
CVS Tags: wrstuden-fixsa-newbase,
wrstuden-fixsa-base-1,
wrstuden-fixsa-base,
wrstuden-fixsa,
netbsd-4-base,
netbsd-4-0-RELEASE,
netbsd-4-0-RC5,
netbsd-4-0-RC4,
netbsd-4-0-RC3,
netbsd-4-0-RC2,
netbsd-4-0-RC1,
netbsd-4-0-1-RELEASE,
netbsd-4-0,
netbsd-4,
abandoned-netbsd-4-base,
abandoned-netbsd-4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Remove the -t flag from the usage.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jun 22 20:11:03 2005 UTC (4 years, 7 months ago) by hubertf
Branch: MAIN
Changes since 1.11: +34 -21
lines
Diff to previous 1.11 (colored)
* Change program logic to not nest needlessly * Search all acronyms databases, and don't force the user to know in which category to look (-t is gone) * If an acronym is not found in the database or by whatis(1), also check pkg_info(1). Per PR bin/30539 by Geert Hendrickx (geert.hendrickx@ua.ac.be) OK'd by Julio M. Merino Vidal <jmmv>
Revision 1.11 / (download) - annotate - [select for diffs], Fri Apr 25 19:08:31 2003 UTC (6 years, 9 months ago) by jmmv
Branch: MAIN
CVS Tags: netbsd-3-base,
netbsd-2-base,
netbsd-2-0-base,
netbsd-2-0-RELEASE,
netbsd-2-0-RC5,
netbsd-2-0-RC4,
netbsd-2-0-RC3,
netbsd-2-0-RC2,
netbsd-2-0-RC1,
netbsd-2-0-3-RELEASE,
netbsd-2-0-2-RELEASE,
netbsd-2-0-1-RELEASE,
netbsd-2-0
Branch point for: netbsd-3,
netbsd-2
Changes since 1.10: +6 -3
lines
Diff to previous 1.10 (colored)
Implement a -t option, to easily select an acronyms list from /usr/share/misc. One can do `wtf -t comp pci' and it will use /usr/share/misc/acronyms.comp to search the acronym as usual.
Revision 1.10 / (download) - annotate - [select for diffs], Thu Apr 10 09:21:19 2003 UTC (6 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
And use basename $0 to get program's name...
Revision 1.9 / (download) - annotate - [select for diffs], Thu Apr 10 09:18:24 2003 UTC (6 years, 10 months ago) by jmmv
Branch: MAIN
Changes since 1.8: +29 -2
lines
Diff to previous 1.8 (colored)
Implement the `-f' command line option to specify which acronyms database to use. Overrides ACRONYMDB's value, if given.
Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 6 15:17:01 2003 UTC (7 years ago) by salo
Branch: MAIN
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Use pipe ("|") as a sed command field separator and allow slash ("/")
character in acronyms. (e.g. W/, B/C, ...)
Approved by jdolecek.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 21 00:18:52 2000 UTC (9 years, 2 months ago) by soren
Branch: MAIN
CVS Tags: netbsd-1-6-base,
netbsd-1-6-RELEASE,
netbsd-1-6-RC3,
netbsd-1-6-RC2,
netbsd-1-6-RC1,
netbsd-1-6-PATCH002-RELEASE,
netbsd-1-6-PATCH002-RC4,
netbsd-1-6-PATCH002-RC3,
netbsd-1-6-PATCH002-RC2,
netbsd-1-6-PATCH002-RC1,
netbsd-1-6-PATCH002,
netbsd-1-6-PATCH001-RELEASE,
netbsd-1-6-PATCH001-RC3,
netbsd-1-6-PATCH001-RC2,
netbsd-1-6-PATCH001-RC1,
netbsd-1-6-PATCH001,
netbsd-1-6,
fvdl_fs64_base
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Just print basename in usage string.
Revision 1.5.4.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:29:07 1999 UTC (10 years, 1 month ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored) next main 1.6 (colored)
Pull up to last week's -current.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Nov 15 19:14:01 1999 UTC (10 years, 2 months ago) by hubertf
Branch: MAIN
CVS Tags: wrstuden-devbsize-base,
wrstuden-devbsize-19991221,
netbsd-1-5-base,
netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA,
netbsd-1-5-ALPHA2,
netbsd-1-5,
minoura-xpg4dl-base,
minoura-xpg4dl
Changes since 1.5: +3 -3
lines
Diff to previous 1.5 (colored)
Do not match non-literals (REs). A slightly different patch was submitted in PR 8388 by Antti Kantee <pooka@iki.fi>
Revision 1.5 / (download) - annotate - [select for diffs], Fri Aug 13 03:02:06 1999 UTC (10 years, 6 months ago) by sommerfeld
Branch: MAIN
CVS Tags: comdex-fall-1999-base,
comdex-fall-1999
Branch point for: wrstuden-devbsize
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Fix the part of pr8201 which is IMHO a bug: the error message now goes
to stderr.
The existing error message ("I don't know what xxx means") is
unchanged, as it is stylisticly in keeping with the light-hearted
nature of the program, and is also more likely to be accurate than the
"no such acronym" error message proposed in 8201.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jul 27 15:41:27 1999 UTC (10 years, 6 months ago) by drochner
Branch: MAIN
Changes since 1.3: +3 -2
lines
Diff to previous 1.3 (colored)
make sure only whole words are matched, use [:space:] RE to avoid embedded <TAB>s
Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 25 20:29:04 1999 UTC (10 years, 6 months ago) by briggs
Branch: MAIN
Changes since 1.2: +8 -3
lines
Diff to previous 1.2 (colored)
Check whatis(1) if we don't find an acronym matching the argument
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 22 10:08:17 1999 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
remove sh warning when invoked with no args
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 22 01:03:20 1999 UTC (10 years, 6 months ago) by mrg
Branch: MAIN
Allen Briggs' wtf(6) to grovel the acronyms database.