aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* merge main.c 1.281, manpath.c 1.33: -Ttree -OnovalIngo Schwarze2017-02-101-3/+5
* merge manpath.c 1.32, main.c 1.280: warn about invalid output optionsIngo Schwarze2017-01-271-4/+10
* merge rev. 1.279: make "cat foo.mdoc | man -l" workIngo Schwarze2017-01-091-6/+6
* merge rev. 1.278: call new function mparse_updaterc()Ingo Schwarze2017-01-091-2/+3
* merge wide stream fixes from HEAD to 1.13, rev. 1.276 and 1.277Ingo Schwarze2016-09-181-32/+49
* backport to 1.13: fix printf("%s", NULL)Ingo Schwarze2016-08-091-5/+27
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-25/+4
* Use __attribute__((__format__ throughout.Ingo Schwarze2016-07-191-7/+1
* To remove the const qualifier from a pointer to an object - eitherIngo Schwarze2016-07-151-2/+2
* Fix previous: the mandocdb() prototype was already there, it justIngo Schwarze2016-07-151-4/+3
* add missing prototypes, no code change;Ingo Schwarze2016-07-151-1/+4
* Add support for Mac OS X's sandbox_init(3) sandbox functionality, whichKristaps Dzonsons2016-07-121-1/+9
* On OpenBSD, more(1) is actually less(1) with a small number ofIngo Schwarze2016-07-101-3/+3
* ISO C99 7.19.2.5 doesn't like mixing putchar(3) and putwchar(3) onIngo Schwarze2016-07-081-2/+2
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-3/+3
* Fix a process group race.Ingo Schwarze2016-04-141-3/+9
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-9/+11
* unbreak reading from stdin after recent parse() restructuring;Ingo Schwarze2016-01-161-2/+2
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-9/+5
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-2/+4
* pledge(2) style:Ingo Schwarze2015-12-151-6/+11
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-19/+42
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-5/+35
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-24/+20
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-1/+3
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-1/+21
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-16/+19
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-1/+2
* If no output device was allocated because no file wanted to produce output,Ingo Schwarze2015-10-221-16/+18
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-1/+2
* Simplify, no functional change:Ingo Schwarze2015-10-191-36/+52
* Major character table cleanup:Ingo Schwarze2015-10-131-18/+10
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-6/+1
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-50/+33
* Decide whether to use_pager as early as possible,Ingo Schwarze2015-10-101-4/+6
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-21/+21
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-281-62/+33
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-211-9/+12
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-5/+1
* If we aren't on a tty, clear the pager flag up front.Ingo Schwarze2015-07-191-3/+6
* Insist that manual page file name extensions must begin with a digit,Ingo Schwarze2015-07-181-2/+2
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-27/+44
* Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze2015-04-291-3/+3
* Fix previous: Don't let man(1) warn twice about non-existant names.Ingo Schwarze2015-04-201-6/+10
* If apropos(1) finds no match, print "nothing appropriate" to stderrIngo Schwarze2015-04-191-1/+3
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-6/+7
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-5/+5
* shorten "outdated mandoc.db" warning message; requested by deraadt@Ingo Schwarze2015-04-161-5/+3
* No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze2015-04-031-2/+2
* First step towards parser unification:Ingo Schwarze2015-04-021-3/+4