summaryrefslogtreecommitdiffstats
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* Do not hardcode "makewhatis" in a warning message, use BINM_MAKEWHATIS.Ingo Schwarze2016-05-181-2/+2
* Fix a process group race.Ingo Schwarze2016-04-141-2/+8
* Give manuals in purely numerical sections priority over manuals ofIngo Schwarze2016-04-131-8/+10
* unbreak reading from stdin after recent parse() restructuring;Ingo Schwarze2016-01-161-1/+1
* Simplify the mparse_open() interface.Ingo Schwarze2016-01-081-8/+4
* It was very surprising that a function called mparse_readfd()Ingo Schwarze2016-01-081-1/+3
* pledge(2) style:Ingo Schwarze2015-12-151-5/+10
* Fix multiple issues regarding process group and signal mask handlingIngo Schwarze2015-11-201-18/+41
* Fix an issue reported by deraadt@: When hitting Ctrl-Backslash (= SIGQUIT)Ingo Schwarze2015-11-141-4/+34
* Modernization, no functional change intended:Ingo Schwarze2015-11-071-23/+19
* Without HAVE_ERR, don't try to include <err.h>, it probably isn't there.Ingo Schwarze2015-11-071-0/+2
* merge pledge(2) support from OpenBSDIngo Schwarze2015-11-061-0/+20
* Use getprogname(3) rather than __progname.Ingo Schwarze2015-11-061-15/+18
* move man(7) validation into the dedicated validation phase, tooIngo Schwarze2015-10-221-0/+1
* If no output device was allocated because no file wanted to produce output,Ingo Schwarze2015-10-221-15/+17
* In order to become able to generate syntax tree nodes on the roff(7)Ingo Schwarze2015-10-201-0/+1
* Simplify, no functional change:Ingo Schwarze2015-10-191-35/+51
* Major character table cleanup:Ingo Schwarze2015-10-131-17/+9
* To make the code more readable, delete 283 /* FALLTHROUGH */ commentsIngo Schwarze2015-10-121-5/+0
* Finally use __progname, err(3) and warn(3).Ingo Schwarze2015-10-111-49/+32
* Decide whether to use_pager as early as possible,Ingo Schwarze2015-10-101-3/+5
* modernize style: "return" is not a functionIngo Schwarze2015-10-061-20/+20
* Remove the hack of scrolling forward and backward with +G1G thatIngo Schwarze2015-07-281-61/+32
* When creation of the temporary tags file fails, call the pagerIngo Schwarze2015-07-211-8/+11
* Do not fork and exec gunzip(1), just link with libz instead.Ingo Schwarze2015-07-191-4/+0
* If we aren't on a tty, clear the pager flag up front.Ingo Schwarze2015-07-191-2/+5
* Insist that manual page file name extensions must begin with a digit,Ingo Schwarze2015-07-181-1/+1
* Initial, still somewhat experimental implementation to leverageIngo Schwarze2015-07-171-26/+43
* Improve the error message in case somebody has configured an invalid PAGER.Ingo Schwarze2015-04-291-2/+2
* Fix previous: Don't let man(1) warn twice about non-existant names.Ingo Schwarze2015-04-201-5/+9
* If apropos(1) finds no match, print "nothing appropriate" to stderrIngo Schwarze2015-04-191-0/+2
* Profit from the unified struct roff_man and reduce the number ofIngo Schwarze2015-04-181-5/+6
* Replace the structs mdoc and man by a unified struct roff_man.Ingo Schwarze2015-04-181-4/+4
* shorten "outdated mandoc.db" warning message; requested by deraadt@Ingo Schwarze2015-04-161-4/+2
* No need to hardcode /usr/bin/ as the path to more(1); helps portability.Ingo Schwarze2015-04-031-1/+1
* First step towards parser unification:Ingo Schwarze2015-04-021-2/+3
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-8/+9
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-10/+12
* Modernize documentation by inserting blanks between option lettersIngo Schwarze2015-03-271-3/+3
* Simplify: Now that rc is global anyway, no need to pass it aroundIngo Schwarze2015-03-171-26/+19
* When the user exits the pager before the pager has drained all inputIngo Schwarze2015-03-171-1/+12
* We can keep track of the pager PID without additional complexity.Ingo Schwarze2015-03-101-26/+22
* Fix a regression caused in rev. 1.212, reported by kristaps@:Ingo Schwarze2015-03-101-3/+21
* Allow compilation on Mac OS X, which doesn't have MACHINE defined.Kristaps Dzonsons2015-03-061-2/+4
* When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze2015-02-271-8/+19
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-16/+4
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-1/+1
* be more careful about argc == 0Ingo Schwarze2015-02-071-6/+9
* Enable the integrated man(1) even when database support is disabled,Ingo Schwarze2015-02-031-40/+14
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-201-3/+7