Home | History | Annotate | only in /src/usr.bin/what
History log of /src/usr.bin/what
RevisionDateAuthorComments
 1.3 17-Nov-1994  jtc Merged with 4.4lite
Changed to conform to NetBSD's new RCS Id convention.
 1.2 30-Jul-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 17-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.15 03-Jul-2017  wiz Remove workaround for ancient HTML generation code.
 1.14 12-Dec-2015  dholland Clarify that SCCS is a specific thing and not a generic thing.
 1.13 07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.12 02-Oct-2002  wiz Fix two typos.
 1.11 30-Sep-2002  grant New sentence, new line.
 1.10 08-Feb-2002  ross Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
 1.9 08-Dec-2001  wiz Sort sections.
 1.8 01-Dec-2001  wiz Whitespace cleanup.
 1.7 04-Sep-2000  kleink For commands and utilities, use EXIT STATUS rather than RETURN VALUES or
DIAGNOSTICS as appropriate (and documented in mdoc(7)).
 1.6 22-Mar-1999  garbled More and more .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Many more to
come.
 1.5 22-Feb-1999  kleink XPG4.2:
* Add the -s (first identifier found only) flag.
* Require at least one file operand; the standard does not permit reading from
stdin in case none were given.
* Recogize '\' as an additional identifier end character.
* Make the exit status depend on whether any matches were found.
 1.4 20-Oct-1997  lukem deprecate register, fix .Nm usage
 1.3 17-Nov-1994  jtc Merged with 4.4lite
Changed to conform to NetBSD's new RCS Id convention.
 1.2 01-Aug-1993  mycroft Add RCS indentifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 17-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.16 12-Apr-2025  rin tools: Add what(1); not mandatory, but provides good diagnostics
 1.15 07-Dec-2021  rillig branches: 1.15.2; 1.15.4;
what: use numeric exit status, as indicated by the comment

ok christos
 1.14 07-Dec-2021  rillig what: fix typo in warning
 1.13 06-Dec-2021  christos Add a missing : specified by TOG (Andras Farkas)
While here, simplify and use warn.
 1.12 12-Dec-2015  dholland Remove spurious ARGSUSED.
 1.11 06-Sep-2011  joerg ANSIfy, static + __dead
 1.10 21-Jul-2008  lukem Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.
 1.9 07-Aug-2003  agc branches: 1.9.34;
Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.
 1.8 22-Dec-1999  kleink Initialize locale on startup.
 1.7 22-Feb-1999  kleink XPG4.2:
* Add the -s (first identifier found only) flag.
* Require at least one file operand; the standard does not permit reading from
stdin in case none were given.
* Recogize '\' as an additional identifier end character.
* Make the exit status depend on whether any matches were found.
 1.6 20-Oct-1997  lukem deprecate register, fix .Nm usage
 1.5 20-Oct-1997  mrg WARNSify
 1.4 20-Dec-1994  jtc more cleanup from jimj & myself.
 1.3 17-Nov-1994  jtc Merged with 4.4lite
Changed to conform to NetBSD's new RCS Id convention.
 1.2 01-Aug-1993  mycroft Add RCS identifiers.
 1.1 21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2 17-Nov-1994  jtc imported from 4.4lite
 1.1.1.1 21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.9.34.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.15.4.1 02-Aug-2025  perseant Sync with HEAD
 1.15.2.1 14-Apr-2025  martin Pull up following revision(s) (requested by rin in ticket #1096):

tools/what/Makefile: revision 1.1
external/cddl/osnet/usr.bin/ctfdump/Makefile: revision 1.10
tools/ctfmerge/Makefile: revision 1.13
tools/Makefile: revision 1.228
tools/Makefile: revision 1.229
tools/Makefile.ctftools: revision 1.1
usr.bin/what/what.c: revision 1.16
tools/Makefile: revision 1.230
tools/ctfconvert/Makefile: revision 1.12
tools/ctfdump/Makefile: revision 1.1
external/cddl/osnet/dist/tools/ctf/dump/dump.c: revision 1.3
external/cddl/osnet/dist/tools/ctf/common/utils.c: revision 1.2
(all via patch)

tools: Factor out Makefile.ctftools from ctf{convert,merge}

This adds missing libelf.a dependency to ctfmerge. Otherwise NFC.
tools: Add ctfdump(1) when MKCTF is enabled

Although this is not required for build, this small (only with three
additional source files) tool provides good diagnostics.

Especially useful on non-BSD hosts.
Tested on Ubuntu/amd64 24.04 and macOS 13.7 in addition to NetBSD.

tools: Add what(1); not mandatory, but provides good diagnostics

tools/Makefile: Add missing `\` for previous

RSS XML Feed