summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_macro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* preserve .PP before .RE; effect found in audio/pms(1)schwarze2015-01-241-2/+13
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-241-2/+1
* Support .RE with an argument; needed for audio/pms(1).schwarze2015-01-241-3/+23
* Explicit block closure macros clobber next-line block head scope,schwarze2014-12-161-3/+3
* Simplify by making many functions in the man(7) parser void,schwarze2014-11-281-87/+54
* Allow the five man(7) font macros to concatenate their line arguments,schwarze2014-11-031-9/+11
* When the first child of the node being validated gets deleted duringschwarze2014-08-181-2/+16
* Improve handling of next-line scope broken by end of file.schwarze2014-08-081-8/+30
* Simplify: replace one global flag by one local variableschwarze2014-08-081-8/+1
* delete forgotten, obsolete rew_warn() prototypeschwarze2014-07-091-3/+1
* Clean up ERROR messages related to document structure and macros:schwarze2014-07-071-3/+4
* Simplify man_unscope(), removing 18 lines of code, that is,schwarze2014-07-071-46/+22
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-37/+23
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-1/+2
* Simplify: Remove an unused argument from the mandoc_eos() function.schwarze2013-12-301-2/+2
* s/[Nn]ull/NUL/ in comments where appropriate;schwarze2013-12-251-1/+2
* Implement end-of-sentence spacing at the end of man(7) macro lines.schwarze2013-12-221-1/+10
* In the parser, when closing an explicit block that is not open,schwarze2013-11-111-5/+7
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-171-1/+6
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-61/+61
* Fix an assert() raised by `RS' when following `TP' without a tag.schwarze2012-07-071-2/+2
* Close a preceding implicit block before opening an explicit block.schwarze2012-06-031-17/+29
* 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
* When a man document contains nothing at all except one or more invalidschwarze2011-12-041-2/+1
* When the HEAD scope of .TP is broken by another block macro,schwarze2011-11-051-12/+12
* Set the default way to append the next node (sibling) before, not afterschwarze2011-07-071-7/+7
* Sync to bsd.lv (all coded by kristaps@):schwarze2011-07-051-6/+1
* Merge version 1.11.1:schwarze2011-04-241-22/+27
* Merge version 1.10.10:schwarze2011-04-211-13/+12
* Some improvements to error handling from kristaps@:schwarze2011-01-161-5/+13
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-6/+1
* Remove `i' and `r' macro handlers. These macros, originally part of theschwarze2010-12-191-3/+1
* Merge man_action.c into man_validate.c.schwarze2010-12-011-9/+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
* Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.schwarze2010-10-151-1/+6
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-2/+6
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-11/+13
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-1/+2
* Support nested roff instructions:schwarze2010-05-201-93/+1
* In theory, Kristaps never intended to write a roff parser,schwarze2010-05-161-93/+5
* Implement roff conditional instructions .if .ie .el, in man(7) only for now;schwarze2010-04-251-1/+93
* merge 1.9.20, keeping local patchesschwarze2010-04-021-13/+18
* merge 1.9.19, keeping local patchesschwarze2010-03-291-21/+87
* merge 1.9.17, keeping local patchesschwarze2010-03-261-30/+127
* merge 1.9.16, keeping local patchesschwarze2010-03-251-6/+21
* Accept the non-standard macros .Sp (similar to .sp)schwarze2010-03-021-1/+8
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-1/+2
* sync to 1.9.2: Add .UC libman macro for compatibility, has no effect.schwarze2009-09-181-1/+2