summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)schwarze2015-01-241-2/+2
* Fatal errors no longer exist.schwarze2015-01-151-3/+2
* mdoc(7) already uses the mandoc(1) -Ios argument in the footer lineschwarze2014-12-281-2/+4
* Simplify by making the eqn and tbl steering functions void;schwarze2014-11-281-5/+3
* Simplify by making many functions in the man(7) parser void,schwarze2014-11-281-118/+70
* Escape sequences terminate high-level macro names, and when doing so,schwarze2014-11-191-7/+22
* Allow the five man(7) font macros to concatenate their line arguments,schwarze2014-11-031-1/+16
* correct the spacing after in-line equationsschwarze2014-10-201-2/+3
* correct spacing before inline equationsschwarze2014-10-201-1/+3
* Simplify by handling empty request lines at the one logical placeschwarze2014-09-061-8/+1
* Simplify man(7) validation:schwarze2014-08-081-4/+5
* mention requests and macros in more messagesschwarze2014-08-081-3/+3
* Simplify: replace one global flag by one local variableschwarze2014-08-081-55/+13
* Clean up ERROR messages related to document structure and macros:schwarze2014-07-071-3/+3
* Simplify man_unscope(), removing 18 lines of code, that is,schwarze2014-07-071-4/+4
* Clean up messages related to plain text and to escape sequences.schwarze2014-07-061-4/+7
* Do not segfault in makewhatis -Q if the next .SH after .SH NAMEschwarze2014-05-071-4/+7
* KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,schwarze2014-04-201-46/+30
* Implement the roff(7) .ll (line length) request.schwarze2014-03-301-2/+2
* Skip leading escape sequences in man_deroff(). Helps indexing ofschwarze2014-03-231-4/+11
* If a man(7) NAME section contains macros, avoid truncated or emptyschwarze2014-03-221-1/+41
* The files mandoc.c and mandoc.h contained both specialised low-levelschwarze2014-03-211-1/+2
* Joerg Sonnenberger contributed copyrightable amounts of text toschwarze2014-01-061-1/+2
* Add an option -Q (quick) to mandocdb(8)schwarze2014-01-051-2/+10
* Simplify: Remove an unused argument from the mandoc_eos() function.schwarze2013-12-301-2/+2
* Ignore blank lines right after .SH and .SS.schwarze2013-11-101-6/+12
* Implement the .UR/.UE block (uniform resource identifier) introduced in theschwarze2013-10-171-2/+3
* Cleanup naming of local variables to make the code easier on the eye:schwarze2012-11-171-126/+126
* Translate blank input lines to .sp just like in mdoc(7),schwarze2012-07-141-3/+4
* Support the .cc request; code by kristaps@, tests by me.schwarze2012-07-071-2/+2
* Minimal implementation of .EX and .EE for GNU compatibility.schwarze2012-06-021-2/+2
* Support .OP, one of the extended man macros; from kristaps@.schwarze2012-02-261-2/+2
* When a .TP block is broken but already contains a head element,schwarze2011-11-161-3/+8
* When the HEAD scope of .TP is broken by another block macro,schwarze2011-11-051-2/+29
* Sync to version 1.12.0; all code by kristaps@:schwarze2011-10-091-1/+9
* sync to version 1.11.7 from kristaps@schwarze2011-09-181-9/+2
* sync to version 1.11.5:schwarze2011-09-181-5/+5
* Merge version 1.11.1:schwarze2011-04-241-68/+47
* Merge version 1.10.10:schwarze2011-04-211-3/+3
* Import the foundation for eqn(7) support.schwarze2011-03-201-1/+17
* Clean up date handling,schwarze2011-03-071-3/+3
* Tbl code maintenance by kristaps@.schwarze2011-02-101-21/+10
* If the first character of a free-form text input line is whitespace,schwarze2011-01-161-9/+16
* Make sure coding errors cannot make us miss fatal parsing errorsschwarze2011-01-091-10/+10
* Merge kristaps@' cleaner tbl integration, removing mine;schwarze2011-01-041-43/+60
* Clean up {mdoc,man}_{p,v}msg invocations:schwarze2011-01-011-7/+7
* Remove `i' and `r' macro handlers. These macros, originally part of theschwarze2010-12-191-6/+5
* Complete the merge of bsd.lv version 1.10.7:schwarze2010-12-071-3/+4
* Merge man_action.c into man_validate.c.schwarze2010-12-011-3/+1
* Now that we have proper .de support in the roff(7) library,schwarze2010-11-291-2/+2