| History log of /src/usr.bin/checknr |
| Revision | Date | Author | Comments |
| 1.6 | 11-Aug-2013 |
dholland | WARNS=5
|
| 1.5 | 14-Apr-2009 |
lukem | branches: 1.5.6; 1.5.12; Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
|
| 1.4 | 21-Jan-2002 |
wiz | branches: 1.4.44; WARNS=2.
|
| 1.3 | 26-Mar-1995 |
glass | merged with 4.4 lite
|
| 1.2 | 31-Jul-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 26-Mar-1995 |
glass | Import from 4.4Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.4.44.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.5.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.5.6.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.15 | 09-Jul-2004 |
wiz | Standardize usage.
|
| 1.14 | 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.13 | 25-Feb-2003 |
wiz | .Nm does not need a dummy argument ("") before punctuation or for correct formatting of the SYNOPSIS any longer.
|
| 1.12 | 21-Jan-2002 |
wiz | Document basic mdoc(7) support, and some fixes.
|
| 1.11 | 01-Dec-2001 |
wiz | Sort sections.
|
| 1.10 | 01-Dec-2001 |
wiz | Whitespace cleanup.
|
| 1.9 | 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.8 | 15-Nov-1997 |
msaitoh | sort xrefs
|
| 1.7 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register
|
| 1.6 | 10-Jul-1997 |
mikel | there is no checkeq(1)
|
| 1.5 | 26-Mar-1995 |
glass | merged with 4.4 lite
|
| 1.4 | 03-Feb-1994 |
jtc | spelling mistakes
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.2 | 26-Apr-1993 |
mycroft | Fix typo. (troff makes me ill.)
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 26-Mar-1995 |
glass | Import from 4.4Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.25 | 13-Apr-2021 |
mrg | properly terminate a string after strncpy().
|
| 1.24 | 12-Aug-2013 |
joerg | Add more __dead.
|
| 1.23 | 11-Aug-2013 |
dholland | add more static
|
| 1.22 | 11-Aug-2013 |
dholland | add more const
|
| 1.21 | 11-Aug-2013 |
dholland | WARNS=5
|
| 1.20 | 21-Jul-2008 |
lukem | branches: 1.20.2; 1.20.24; Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
| 1.19 | 25-Apr-2006 |
christos | branches: 1.19.22; Coverity CID 2969: Check for negative stack in the 'P' case like we do in the 0 case.
|
| 1.18 | 02-Apr-2006 |
christos | Coverity CID 1204: Prevent negative index.
|
| 1.17 | 30-Mar-2005 |
xtraeme | This needs <err.h> for err() and errx() (hi wiz)
|
| 1.16 | 30-Mar-2005 |
wiz | v1.14 from OpenBSD (jaredy): - fix overflow when too many -a arguments are given - properly NUL-terminate -a arguments when copying - check strdup for error failure
|
| 1.15 | 02-Feb-2005 |
wiz | Add .In to known commands.
|
| 1.14 | 09-Jul-2004 |
wiz | Standardize usage: print it to stderr, add brackets around all optional arguments, sort, add missing file argument. From Kouichirou Hiratsuka in PR 26194.
|
| 1.13 | 05-Jan-2004 |
jmmv | Homogenize usage messages: make the 'usage' word all lowercase, as this seems to be the most common practice in our tree.
|
| 1.12 | 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.11 | 09-May-2003 |
wiz | Only fclose file if it is open. From Tim Robbins (tjr@freebsd).
|
| 1.10 | 21-Jan-2002 |
wiz | Teach checknr about mdoc. Also, close files when we're finished with them.
|
| 1.9 | 21-Jan-2002 |
wiz | Make compile with WARNS=2, indent some #ifdef DEBUG stuff correctly.
|
| 1.8 | 21-Jan-2002 |
wiz | KNF.
|
| 1.7 | 16-Jan-2001 |
cgd | comment or delete text after CPP directives.
|
| 1.6 | 06-Nov-1998 |
christos | char -> unsigned char
|
| 1.5 | 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage, deprecate register
|
| 1.4 | 26-Mar-1995 |
glass | merged with 4.4 lite
|
| 1.3 | 24-Dec-1994 |
cgd | pull in string.h
|
| 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 | 26-Mar-1995 |
glass | Import from 4.4Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.19.22.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.20.24.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.20.2.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|