aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze2014-08-281-6/+1
* Sync section titles with OpenBSD.Ingo Schwarze2014-08-262-10/+10
* When support for bold italic font was added to the parsers and to theIngo Schwarze2014-08-241-36/+140
* without search results, skip the processing loops and the parserIngo Schwarze2014-08-231-1/+9
* do not leak a file descriptor on fdopen(3) failure; from doug@Ingo Schwarze2014-08-231-1/+3
* Let man(1) display preformatted manuals by simply reading themIngo Schwarze2014-08-231-20/+56
* implement man(1) quirk: section argument without -sIngo Schwarze2014-08-221-1/+17
* typo; noticed by jmc@ some time agoIngo Schwarze2014-08-221-3/+3
* implement MANPAGER and PAGERIngo Schwarze2014-08-223-14/+79
* mandoc -a, man, apropos -a, whatis -a now paginate by defaultIngo Schwarze2014-08-223-10/+88
* Bugfix: make whatis(1) case-insensitive again.Ingo Schwarze2014-08-211-1/+2
* limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze2014-08-211-1/+15
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-214-26/+30
* man -I -O -T -W now work, tooIngo Schwarze2014-08-211-1/+9
* Describe the new options -afkw.Ingo Schwarze2014-08-211-8/+43
* Complete the whatis.1 -> apropos.1 merge,Ingo Schwarze2014-08-211-8/+26
* * 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-4/+402
* Implement classic man(1) output mode showing only one manual evenIngo Schwarze2014-08-211-8/+69
* Parse the new -a, -i, and -w options.Ingo Schwarze2014-08-201-5/+44
* Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze2014-08-191-2/+2
* libroff depends on libmandoc and so libmandoc should be included first;Ingo Schwarze2014-08-191-2/+2
* Control reading off the edge of our buffer in term_flushln().Kristaps Dzonsons2014-08-181-2/+2
* When the first child of the node being validated gets deleted duringIngo Schwarze2014-08-181-2/+13
* Notes on CGI: installation (readying cgi.h) and future plans.Kristaps Dzonsons2014-08-182-3/+17
* Fix a corner case where \H<nil> (where <nil> is the \0 character) wouldKristaps Dzonsons2014-08-181-2/+3
* While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze2014-08-171-2/+2
* typo; Steven Honeyman <stevenhoneyman at gmail dot com>Ingo Schwarze2014-08-171-3/+3
* 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-6/+6
* KNF: fix indentation of previous commit, see style(9):Ingo Schwarze2014-08-171-10/+10
* Protect against accessing "n->next->child" by first checking "n->next".Kristaps Dzonsons2014-08-171-9/+14
* Fully integrate apropos(1) into mandoc(1).Ingo Schwarze2014-08-178-225/+195
* When BUILD_DB is active, link apropos(1) into the mandoc binary.Ingo Schwarze2014-08-164-14/+26
* If a stray .It follows .El, we are no longer in the list,Ingo Schwarze2014-08-161-2/+3
* Improve build system and autodetection.Ingo Schwarze2014-08-1625-271/+756
* Some compilers apparently worry that abort() might returnIngo Schwarze2014-08-141-2/+3
* Clarify that .Em and .Sy are physical, not semantic markup,Ingo Schwarze2014-08-141-14/+41
* remove double word; from jmc@Ingo Schwarze2014-08-141-3/+3
* Revert previous, as requested by kristaps@.Ingo Schwarze2014-08-145-13/+13
* note about AT&T documenters workbenchIngo Schwarze2014-08-131-1/+5
* note about <var>Ingo Schwarze2014-08-131-1/+4
* Begin cleaning up scaling units.Kristaps Dzonsons2014-08-134-32/+60
* Use <em> for .Em and .Bf -emphasis.Ingo Schwarze2014-08-135-13/+13
* typo in comment; Guy Harris <guy at alum dot mit dot edu>Ingo Schwarze2014-08-121-2/+2
* In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze2014-08-121-2/+2
* The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze2014-08-121-2/+2
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-114-17/+31
* revert previous; i missed that config.h needs sys/types.h and stdio.hIngo Schwarze2014-08-111-0/+3