summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
Commit message (Expand)AuthorAgeFilesLines
* Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze2014-09-071-2/+2
* Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze2014-08-211-13/+12
* If a stray .It follows .El, we are no longer in the list,Ingo Schwarze2014-08-161-1/+2
* Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.Ingo Schwarze2014-08-101-2/+2
* mention requests and macros in more messagesIngo Schwarze2014-08-011-1/+1
* Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze2014-07-301-0/+18
* Clean up ERROR messages related to document structure and macros:Ingo Schwarze2014-07-071-5/+9
* Clean up messages regarding excess arguments:Ingo Schwarze2014-07-041-5/+6
* Improve and test the messages about empty macros,Ingo Schwarze2014-07-021-3/+5
* Clean up warnings related to macros and nesting.Ingo Schwarze2014-07-021-13/+4
* Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze2014-07-021-2/+2
* Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze2014-07-021-13/+6
* KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze2014-04-201-152/+129
* Implement the roff(7) .ll (line length) request.Ingo Schwarze2014-03-301-0/+1
* Treat the line after .Cd as a single argument.Ingo Schwarze2014-01-211-1/+1
* Keep words after .Ic together in a single argument.Ingo Schwarze2014-01-201-1/+1
* Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze2013-12-311-1/+1
* Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze2013-12-311-19/+0
* It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze2013-12-241-2/+1
* When deciding whether two consecutive macros are on the same input line,Ingo Schwarze2013-12-241-0/+5
* There are three kinds of input lines: text lines, macros takingIngo Schwarze2013-10-211-98/+139
* Block closing macros do not allocate a new node but finish an existingIngo Schwarze2013-09-151-0/+3
* Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze2012-11-191-4/+10
* Fix four small whitespace issues related to trailing punctuationIngo Schwarze2012-11-181-1/+2
* Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze2012-11-171-175/+180
* Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze2012-11-161-1/+1
* Let a trailing .Ns macro take effectIngo Schwarze2012-07-181-1/+8
* update Copyright years according to the CVS logs; no code changeIngo Schwarze2012-05-271-1/+1
* Fix previous such that all .It HEADs are unparsed,Ingo Schwarze2012-01-051-10/+8
* `-diag' lists aren't parsed, unlike other list types. This fixes a TODOKristaps Dzonsons2012-01-021-3/+13
* Remove an OpenBSD-specific tweak regarding .Xr spacing and make itIngo Schwarze2011-12-031-16/+0
* Remove a bunch of useless assignments,Ingo Schwarze2011-10-161-4/+1
* forgotten Copyright bumps; no code changeIngo Schwarze2011-09-181-1/+1
* Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD.Kristaps Dzonsons2011-08-101-2/+2
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-301-4/+4
* Closing delimiters only suppress spacing when they follow something.Ingo Schwarze2011-04-251-1/+13
* Clean up parsing of delimiters in -mdoc. First, remove the "dowarn"Kristaps Dzonsons2011-04-191-3/+3
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-0/+1
* Move mandoc_isdelim() back into libmdoc.h. This fixes an unreportedKristaps Dzonsons2011-03-221-24/+47
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-7/+8
* Clean-up in libmdoc: fix last checks for mdoc_*msg return value, thenKristaps Dzonsons2011-03-171-10/+9
* Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows theKristaps Dzonsons2011-03-171-7/+7
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-251-0/+2
* Incorporate same fix for -man post-validation deletion of nodes. ThisKristaps Dzonsons2011-01-121-2/+9
* Add a "last child" member of struct mdoc_node.Kristaps Dzonsons2010-12-151-0/+3
* Merge schwarze@'s relaxation of scope-breaking rules: allow implicitKristaps Dzonsons2010-12-061-21/+21
* mdoc_action.c is no more. Attic it and remove it from the Makefile.Kristaps Dzonsons2010-11-301-10/+2
* Move `Mt', `Ar', and `Li' handling from mdoc_action.c into mdoc_validate.c.Kristaps Dzonsons2010-11-291-1/+1
* * need a space before .No even if it starts with a closing delimiterIngo Schwarze2010-10-011-2/+2
* If an explicit scope is still open at the end of an input file,Ingo Schwarze2010-09-261-8/+4