summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2014-09-17simplify handling of .An -[no]split for terminal output:Ingo Schwarze
2014-09-17implement .An -[no]split for -ThtmlIngo Schwarze
2014-09-14Support backslash-escaping of white space in the query expression,Ingo Schwarze
2014-09-12warn about commas in function arguments; inspired by mdoclint(1)Ingo Schwarze
2014-09-11warn about botched .Xr ordering and punctuation below SEE ALSO;Ingo Schwarze
2014-09-09If a manpath directory (for example, a _whatdb entry from man.conf(5)Ingo Schwarze
2014-09-07warn about AUTHORS sections without .An macros, inspired by mdoclint(1)Ingo Schwarze
2014-09-07Do not report a page as arch=any merely because .Dt lacks the third argument.Ingo Schwarze
2014-09-07fix debugging outputIngo Schwarze
2014-09-07always use the right buffer, and fix one evil typoIngo Schwarze
2014-09-07Parse and ignore the .pl (page length) request;Ingo Schwarze
2014-09-07Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze
2014-09-06Simplify by handling empty request lines at the one logical placeIngo Schwarze
2014-09-06Move main format autodetection from the parser dispatcher to theIngo Schwarze
2014-09-03Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1).Ingo Schwarze
2014-09-03If a manual page is installed gzip(1)ed, let makewhatis(8) takeIngo Schwarze
2014-09-03Implement the traditional -h option for man(1): show the SYNOPSIS only.Ingo Schwarze
2014-09-01When makewhatis(8) finds an .so link after the manual being pointed toIngo Schwarze
2014-09-01In man(1) mode, change to the right directory before starting the parser,Ingo Schwarze
2014-08-30Introduce a man(1) -l option as an alias for mandoc -a.Ingo Schwarze
2014-08-28Support .St -susv1 and .St -susv4. Illumos wants to use this,Ingo Schwarze
2014-08-28I just noticed that -Tps writes "%%CreationDate:" headers.Ingo Schwarze
2014-08-27Add an implementation of man(1) into the /usr/bin/mandoc binary andIngo Schwarze
2014-08-26remove nginx referencesRobert Nagy
2014-08-26Unify console and CGI section titles, bringing them closer to groff,Ingo Schwarze
2014-08-24Oops. Garbage collect unused variable.Ingo Schwarze
2014-08-24When support for bold italic font was added to the parsers and to theIngo Schwarze
2014-08-23Fix fd leak when fdopen fails.doug
2014-08-22typo; noticed by jmc@ some time agoIngo Schwarze
2014-08-21Bugfix: make whatis(1) case-insensitive again.Ingo Schwarze
2014-08-21limit CGI process execution time to make REDoS attacks less effective;Ingo Schwarze
2014-08-21Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze
2014-08-19Do not dereference a NULL pointer if a .Bl macro hasIngo Schwarze
2014-08-19libroff depends on libmandoc and so libmandoc should be included first.Daniel Dickman
2014-08-18Fix read access to uninitialized memory found by kristaps@ with valgrind,Ingo Schwarze
2014-08-18When the first child of the node being validated gets deleted duringIngo Schwarze
2014-08-18kristaps@ found this with valgrind, merge his patch from bsd.lv:Ingo Schwarze
2014-08-17typo, sorryIngo Schwarze
2014-08-17While all current callers pass valid data to ascii_hspan() only,Ingo Schwarze
2014-08-17typo; Steven Honeyman <stevenhoneyman at gmail dot com>Ingo Schwarze
2014-08-17Segfault fixes from kristaps@.Ingo Schwarze
2014-08-16If a stray .It follows .El, we are no longer in the list,Ingo Schwarze
2014-08-14Some compilers apparently worry that abort() might returnIngo Schwarze
2014-08-14mandoc 1.13.1 has been releasedIngo Schwarze
2014-08-14Revert previous, as requested by kristaps@.Ingo Schwarze
2014-08-13Begin cleanup of scaling units.Ingo Schwarze
2014-08-13Use <em> for .Em and .Bf -emphasis.Ingo Schwarze
2014-08-12In mdoc(7) and man(7), if a width is given as a bare number withoutIngo Schwarze
2014-08-12The macro SCALE_HS_INIT() is always passed the result of strlen() orIngo Schwarze
2014-08-09mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze