aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* First step towards parser unification:Ingo Schwarze2015-04-0228-573/+621
* Let man(1) and apropos(1) work even when the current directoryIngo Schwarze2015-04-011-36/+34
* Escape punctuation characters that have a different meaning in -Tpdf.Ingo Schwarze2015-03-304-58/+54
* refering -> referring; patch from jmc@Ingo Schwarze2015-03-271-2/+2
* Actually use the new man.conf(5) "output" directive.Ingo Schwarze2015-03-277-128/+98
* Parse the new man.conf(5) "output" directive.Ingo Schwarze2015-03-2712-141/+221
* Modernize documentation by inserting blanks between option lettersIngo Schwarze2015-03-272-62/+59
* various tweaks from jmc@Ingo Schwarze2015-03-271-25/+18
* oops, forgot to apply the actual patch...Ingo Schwarze2015-03-271-1/+23
* Document that certain stand-alone accents need escaping in rare cases toIngo Schwarze2015-03-271-3/+3
* Add man.conf(5). After adding some additional functionality,Ingo Schwarze2015-03-274-2/+132
* Add a new directive "manpath path"Ingo Schwarze2015-03-261-26/+42
* make MANPATH_DEFAULT compile-time configurableIngo Schwarze2015-03-223-3/+11
* when there is no -m, no -M, no MANPATH and no /etc/man.conf,Ingo Schwarze2015-03-211-2/+6
* vasprintf(3) needs _GNU_SOURCE on Linux;Ingo Schwarze2015-03-201-1/+5
* Patch from Christian Neukirchen <chneukirchen at gmail dot com>:Ingo Schwarze2015-03-201-3/+7
* The .PD macro can occur in next-line scope. Fixes zshmisc(1).Ingo Schwarze2015-03-201-2/+2
* Simplify by almost halving the number of macro flags:Ingo Schwarze2015-03-202-25/+24
* Compat glue needed for Solaris 9 and 10.Ingo Schwarze2015-03-1910-3/+249
* We always use FTS_NOCHDIR, so delete the directory changing code.Ingo Schwarze2015-03-182-171/+16
* Pass the CC set in configure.local to Makefile.local.Ingo Schwarze2015-03-181-0/+1
* 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-172-3/+16
* naddy@ found a tough problem - fittingly, in cobfusc(1)...Ingo Schwarze2015-03-161-1/+14
* Avoid off-by-one read access to the termacts array, which couldIngo Schwarze2015-03-151-2/+3
* Remove the first comma from constructs like ", and," and ", or,":Ingo Schwarze2015-03-131-3/+3
* release 1.13.3VERSION_1_13_3Ingo Schwarze2015-03-132-4/+119
* Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze2015-03-131-1/+2
* When manpath(1) is available, enable HAVE_MANPATH even when buildingIngo Schwarze2015-03-111-3/+1
* When interpreting the -O argument as a macro name fails,Ingo Schwarze2015-03-112-4/+10
* Fix previous: size_t is often narrower than off_t.Ingo Schwarze2015-03-111-2/+2
* The st_size member of struct stat is off_t, which is signed,Ingo Schwarze2015-03-101-2/+2
* 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
* update for 1.13.3Ingo Schwarze2015-03-091-91/+26
* use \(dq rather than \*q; patch from bentley@Ingo Schwarze2015-03-091-24/+24
* Fix vertical spacing at the beginning of tables.Ingo Schwarze2015-03-063-12/+7
* In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze2015-03-061-4/+7
* prevent the skipvsp flag from creeping past actual textIngo Schwarze2015-03-061-1/+2
* Flush the line preceding a table before clearing the right margin,Ingo Schwarze2015-03-061-3/+4
* Allow compilation on Mac OS X, which doesn't have MACHINE defined.Kristaps Dzonsons2015-03-062-5/+7
* in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi;Ingo Schwarze2015-03-041-2/+4
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-032-2/+6
* If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze2015-03-021-1/+2
* When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze2015-02-271-2/+3
* When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze2015-02-272-13/+49
* oops, in NAME, don't nag about the comma after .NmIngo Schwarze2015-02-231-1/+5
* improve NAME section diagnostics;Ingo Schwarze2015-02-235-46/+60
* Escape quotes when expanding macro arguments.Ingo Schwarze2015-02-211-17/+77
* For selecting a two-digit font size, support the historic syntax \s12Ingo Schwarze2015-02-201-1/+9