History log of /freebsd-10.3-release/usr.bin/checknr/checknr.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 296373 04-Mar-2016 marius

- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.3.
- Update default pkg(8) configuration to use the quarterly branch.

Approved by: re (implicit)

# 282951 15-May-2015 bapt

MFC: r282437, r282438, r282439, r282462, r282463, r282464, r282466, r282467,
r282468, r282609

Update the list of known roff commands (both from NetBSD and heirloom doctools)
Improve memory checking
Remove limitation on input lines by using getline(3)


# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 227234 06-Nov-2011 ed

Mark global functions and/or variables in checknr(1) static where possible.

This allows compilers and static analyzers to more thorough analysis.


# 219126 01-Mar-2011 brucec

Remove duplicate "in".

Suggested by: Rob Farmer <rfarmer at predatorlabs.net>
MFC after: 3 days


# 219096 28-Feb-2011 brucec

Revert some of r177626. "in in" is valid in certain sentences.

PR: 121490
MFC after: 3 days


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
is in accordance with the information provided at
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change

Also add $FreeBSD$ to a few files to keep svn happy.

Discussed with: imp, rwatson


# 177626 26-Mar-2008 brueffer

Fix some "in in" typos in comments.

PR: 121490
Submitted by: Anatoly Borodin <anatoly.borodin@gmail.com>
Approved by: rwatson (mentor), jkoshy
MFC after: 3 days


# 132178 15-Jul-2004 tjr

Use warn() instead of perror().


# 115601 01-Jun-2003 tjr

Close files after opening them to avoiding leaking descriptors and memory.


# 100813 28-Jul-2002 dwmalone

ANSIify function definitions to avoid a warning.
Minor constness changes.


# 92920 22-Mar-2002 imp

remove __P


# 91389 27-Feb-2002 dwmalone

1) Don't use -Wall in Makefile.
2) Don't compile vendor ID.
3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused
parameters, rename local to avoid shadowing, remove junk after #endif)
4) remove some "register"s.


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 26881 24-Jun-1997 charnier

Add prototypes to functions. Make -Wall happy.


# 9376 30-Jun-1995 asami

Terminate string copied by strncpy() by '\0' to fix a core dump.

Submitted by: kogane@kces.koganemaru.co.jp (Nobuyuki Koganemaru)


# 1591 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1590,
which included commits to RCS files with non-trunk default branches.


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources