aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/checknr/checknr.c
Commit message (Expand)AuthorAgeFilesLines
* Remove groff from baseBaptiste Daroussin2017-06-071-646/+0
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove usage of _WITH_GETLINE from usr.binBaptiste Daroussin2016-07-301-1/+0
* Reduce the size to 64 for the commands, 512 was way too large for the purposeBaptiste Daroussin2015-05-071-1/+1
* Enlarge the buffer for storing macros as some macros can be longer than 5Baptiste Daroussin2015-05-051-1/+1
* Update the list of known roff commands (adding the mdoc package)Baptiste Daroussin2015-05-051-35/+54
* Properly assign open and close brackets and checks memoryBaptiste Daroussin2015-05-051-2/+12
* Ensure we read existing values of the stk tableBaptiste Daroussin2015-05-051-2/+4
* Use stdup(3) and check its return instead from homebrew version using strcpy(3)Baptiste Daroussin2015-05-051-1/+2
* cosmetic fixesBaptiste Daroussin2015-05-051-2/+2
* Remove limitation on input lines by using getline(3)Baptiste Daroussin2015-05-041-2/+7
* Extend the list of known nroff/troff commandsBaptiste Daroussin2015-05-041-12/+16
* Take from heirloom's doctools version of checknr(1) some cosmetic fixesBaptiste Daroussin2015-05-041-11/+14
* Mark global functions and/or variables in checknr(1) static where possible.Ed Schouten2011-11-061-33/+33
* Remove duplicate "in".Rebecca Cran2011-03-011-1/+1
* Revert some of r177626. "in in" is valid in certain sentences.Rebecca Cran2011-02-281-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix some "in in" typos in comments.Christian Brueffer2008-03-261-1/+1
* Use warn() instead of perror().Tim J. Robbins2004-07-151-1/+2
* Close files after opening them to avoiding leaking descriptors and memory.Tim J. Robbins2003-06-011-1/+3
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-30/+16
* remove __PWarner Losh2002-03-221-12/+12
* 1) Don't use -Wall in Makefile.David Malone2002-02-271-31/+33
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* Add prototypes to functions. Make -Wall happy.Philippe Charnier1997-06-241-45/+74
* Terminate string copied by strncpy() by '\0' to fix a core dump.Satoshi Asami1995-06-301-0/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+586