aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
...
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-041-2/+8
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-041-4/+9
* Avoid closing out an explicit block twice when broken by .ItIngo Schwarze2015-02-031-1/+2
* Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze2015-02-031-160/+75
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze2015-02-031-4/+11
* Simplify and reindent make_pending(). No functional changeIngo Schwarze2015-02-021-57/+50
* Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze2015-02-021-31/+21
* Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze2015-02-021-66/+37
* Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze2015-02-021-65/+67
* When a full block macro gets closed out by a mismatchingIngo Schwarze2015-02-021-4/+7
* get rid of rew_sub() in blk_part_imp(); no functional changeIngo Schwarze2015-02-011-3/+14
* Simplify blk_part_exp(), no functional change.Ingo Schwarze2015-02-011-24/+8
* The function rew_sub() tries to rewind any all all kinds of blocksIngo Schwarze2015-02-011-5/+4
* The code already pays attention not to close the same block twice.Ingo Schwarze2014-12-221-3/+3
* Fix two issues causing a class of assertion failures found by jsg@ with afl.Ingo Schwarze2014-12-201-9/+20
* Don't let .Ta creep into an already-closed list; same as for .It.Ingo Schwarze2014-12-181-2/+3
* The code is already careful to not add items to lists that wereIngo Schwarze2014-12-181-21/+32
* Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze2014-12-131-5/+3
* Multiple fixes with respect to .Pf:Ingo Schwarze2014-11-301-7/+17
* warn about attempts to call non-callable macros;Ingo Schwarze2014-11-301-9/+17
* Reduce code duplication by reusing the same argument parserIngo Schwarze2014-11-291-19/+21
* Provide a helper function macro_or_word() and use it to prune theIngo Schwarze2014-11-291-116/+63
* Fold the loop around mdoc_argv() into the function itself,Ingo Schwarze2014-11-281-47/+5
* Simplify by making the mdoc parser callbacks void, and some cleanup;Ingo Schwarze2014-11-281-199/+117
* Simplify the code by making various mdoc parser helper functions void.Ingo Schwarze2014-11-281-376/+234
* Simplify code by making mdoc validation handlers void.Ingo Schwarze2014-11-281-53/+45
* Multiple fixes with respect to .Eo:Ingo Schwarze2014-11-271-8/+28
* The .Sm macro accepts at most one argument;Ingo Schwarze2014-11-261-2/+2
* Do not access a NULL pointer when a section has no body,Ingo Schwarze2014-11-251-2/+4
* Fix two minibugs reported by Thomas Klausner <wiz at NetBSD>:Ingo Schwarze2014-11-201-2/+5
* Multiple fixes with respect to in-line macros:Ingo Schwarze2014-11-171-25/+51
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-071-3/+3
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-14/+13
* If a stray .It follows .El, we are no longer in the list,Ingo Schwarze2014-08-161-2/+3
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-3/+3
* mention requests and macros in more messagesIngo Schwarze2014-08-011-2/+2
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-1/+19
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-6/+10
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-6/+7
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-021-4/+6
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-021-14/+5
* Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze2014-07-021-3/+3
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-14/+7
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-153/+130
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-1/+2
* Treat the line after .Cd as a single argument.Ingo Schwarze2014-01-211-2/+2
* Keep words after .Ic together in a single argument.Ingo Schwarze2014-01-201-2/+2
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-2/+2
* Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze2013-12-311-20/+1
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-3/+2