summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* The upcoming .while request will have to re-execute roff(7) linesschwarze2018-08-231-2/+1
* Continue parser unification:schwarze2017-04-241-45/+1
* In private header files, __BEGIN_DECLS and __END_DECLS are pointless.schwarze2015-11-071-4/+1
* move man(7) validation into the dedicated validation phase, tooschwarze2015-10-221-2/+3
* Unify mdoc_deroff() and man_deroff() into a common function deroff().schwarze2015-04-231-2/+1
* Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(),schwarze2015-04-181-3/+1
* Replace the structs mdoc and man by a unified struct roff_man.schwarze2015-04-181-5/+5
* Third step towards parser unification:schwarze2015-04-021-11/+2
* Second step towards parser unification:schwarze2015-04-021-71/+46
* First step towards parser unification:schwarze2015-04-021-13/+2
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-241-2/+1
* For .RS, we need to save the information how much we actually indentedschwarze2014-12-241-1/+2
* Add some missing OpenBSD RCS markersschwarze2014-11-281-1/+1
* Simplify by making many functions in the man(7) parser void,schwarze2014-11-281-2/+1
* remove unneccessary inclusion protection; ok schwarzederaadt2014-11-271-5/+1
* As suggested by jmc@, only include line and column numbers into messagesschwarze2014-06-201-1/+2
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+2
* If a man(7) NAME section contains macros, avoid truncated or emptyschwarze2014-03-221-1/+3
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-171-1/+3
* Minimal implementation of .EX and .EE for GNU compatibility.schwarze2012-06-021-1/+3
* Support .OP, one of the extended man macros; from kristaps@.schwarze2012-02-261-1/+2
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-1/+2
* Merge version 1.11.1:schwarze2011-04-241-26/+4
* Import the foundation for eqn(7) support.schwarze2011-03-201-2/+5
* Clean up date handling,schwarze2011-03-071-3/+2
* If the first character of a free-form text input line is whitespace,schwarze2011-01-161-1/+2
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-10/+7
* Remove two #defines that are unused since the *_action.c removal;schwarze2010-12-271-2/+1
* Remove `i' and `r' macro handlers. These macros, originally part of theschwarze2010-12-191-3/+1
* Now that we have proper .de support in the roff(7) library,schwarze2010-11-291-4/+1
* Implement the roff .ft (change font) request for man(7).schwarze2010-11-291-1/+2
* sync comments to bsd.lv; no functional changeschwarze2010-10-231-25/+41
* Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.schwarze2010-10-151-1/+6
* Implement a simple, consistent user interface for error handling.schwarze2010-08-201-5/+2
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-2/+3
* Full .nr nS support, unbreaking the kernel manuals.schwarze2010-06-271-3/+3
* Merge bsd.lv release 1.10.0,schwarze2010-06-061-1/+2
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-7/+2
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-2/+3
* Support nested roff instructions:schwarze2010-05-201-6/+2
* In theory, Kristaps never intended to write a roff parser,schwarze2010-05-161-7/+1
* removed restriction on integer manual sections in -man;schwarze2010-05-151-2/+2
* Integrate kristaps@' end-of-sentence (EOS) frameworkschwarze2010-05-141-2/+3
* Remove the command line option -fno-ign-chars.schwarze2010-05-131-2/+1
* Implement roff conditional instructions .if .ie .el, in man(7) only for now;schwarze2010-04-251-1/+5
* merge 1.9.17, keeping local patchesschwarze2010-03-261-38/+46
* Accept the non-standard macros .Sp (similar to .sp)schwarze2010-03-021-2/+5
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-2/+2
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-2/+3
* sync to 1.9.7: the same function was declared in two different headers;schwarze2009-10-191-2/+1