aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-9/+10
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-271-11/+13
* Modernize documentation by inserting blanks between option lettersIngo Schwarze2015-03-271-4/+4
* Simplify: Now that rc is global anyway, no need to pass it aroundIngo Schwarze2015-03-171-27/+20
* When the user exits the pager before the pager has drained all inputIngo Schwarze2015-03-171-2/+13
* We can keep track of the pager PID without additional complexity.Ingo Schwarze2015-03-101-27/+23
* Fix a regression caused in rev. 1.212, reported by kristaps@:Ingo Schwarze2015-03-101-4/+22
* Allow compilation on Mac OS X, which doesn't have MACHINE defined.Kristaps Dzonsons2015-03-061-3/+5
* When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze2015-02-271-9/+20
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-161-17/+5
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-2/+2