summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move main format autodetection from the parser dispatcher to theIngo Schwarze2014-09-063-28/+60
* Add *.gz support to apropos(1) -a, man(1), and even mandoc(1).Ingo Schwarze2014-09-035-70/+205
* If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze2014-09-035-19/+39
* Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze2014-09-038-42/+78
* When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze2014-09-011-0/+7
* In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze2014-09-013-3/+7
* Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze2014-08-304-14/+103
* On Linux, wcwidth() needs _XOPEN_SOURCE, or just _GNU_SOURCE for simplicity.Ingo Schwarze2014-08-282-2/+6
* Support .St -susv1 and .St -susv4. Illumos wants to use this,Ingo Schwarze2014-08-282-2/+8
* I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze2014-08-281-5/+0
* Sync section titles with OpenBSD.Ingo Schwarze2014-08-262-8/+8
* When support for bold italic font was added to the parsers and to theIngo Schwarze2014-08-241-35/+139
* without search results, skip the processing loops and the parserIngo Schwarze2014-08-231-0/+8
* do not leak a file descriptor on fdopen(3) failure; from doug@Ingo Schwarze2014-08-231-0/+2
* Let man(1) display preformatted manuals by simply reading themIngo Schwarze2014-08-231-19/+55
* implement man(1) quirk: section argument without -sIngo Schwarze2014-08-221-0/+16
* typo; noticed by jmc@ some time agoIngo Schwarze2014-08-221-1/+1
* implement MANPAGER and PAGERIngo Schwarze2014-08-223-11/+76
* mandoc -a, man, apropos -a, whatis -a now paginate by defaultIngo Schwarze2014-08-223-5/+83
* Bugfix: make whatis(1) case-insensitive again.Ingo Schwarze2014-08-211-0/+1
* limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze2014-08-211-0/+14
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-214-22/+26
* man -I -O -T -W now work, tooIngo Schwarze2014-08-211-0/+8
* Describe the new options -afkw.Ingo Schwarze2014-08-211-7/+42
* Complete the whatis.1 -> apropos.1 merge,Ingo Schwarze2014-08-211-6/+24
* * remove pointless separate -f and -k synopses, they take almost all argsIngo Schwarze2014-08-211-50/+17
* Now that we have man(1) functionality, add a man(1) manual page.Ingo Schwarze2014-08-213-2/+400
* Implement classic man(1) output mode showing only one manual evenIngo Schwarze2014-08-211-7/+68
* Parse the new -a, -i, and -w options.Ingo Schwarze2014-08-201-4/+43
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-1/+1
* libroff depends on libmandoc and so libmandoc should be included first;Ingo Schwarze2014-08-191-1/+1
* Control reading off the edge of our buffer in term_flushln().Kristaps Dzonsons2014-08-181-1/+1
* When the first child of the node being validated gets deleted duringIngo Schwarze2014-08-181-1/+12
* Notes on CGI: installation (readying cgi.h) and future plans.Kristaps Dzonsons2014-08-182-1/+15
* Fix a corner case where \H<nil> (where <nil> is the \0 character) wouldKristaps Dzonsons2014-08-181-1/+2
* While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze2014-08-171-1/+1
* typo; Steven Honeyman <stevenhoneyman at gmail dot com>Ingo Schwarze2014-08-171-1/+1
* Do not require getsubopt() to provide extern char *suboptarg.Ingo Schwarze2014-08-173-15/+22
* one forgotten #ifdef -> #if conversionIngo Schwarze2014-08-171-1/+2
* ... and remove the trailing spaces (duh. i should pay more attention)Ingo Schwarze2014-08-171-5/+5
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-9/+9
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-8/+13
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-178-219/+189
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-164-11/+23
* If a stray .It follows .El, we are no longer in the list,Ingo Schwarze2014-08-161-1/+2
* Improve build system and autodetection.Ingo Schwarze2014-08-1625-262/+747
* Some compilers apparently worry that abort() might returnIngo Schwarze2014-08-141-1/+2
* Clarify that .Em and .Sy are physical, not semantic markup,Ingo Schwarze2014-08-141-12/+39
* remove double word; from jmc@Ingo Schwarze2014-08-141-1/+1
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-145-8/+8