summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mdoc_macro.c
AgeCommit message (Expand)Author
2014-09-07Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this.Ingo Schwarze
2014-08-21Right after .Fl, a middle delimiter triggers an empty scope,Ingo Schwarze
2014-08-16If a stray .It follows .El, we are no longer in the list,Ingo Schwarze
2014-08-08mention requests and macros in more messagesIngo Schwarze
2014-08-08Get rid of the useless FATAL error "child violates parent syntax".Ingo Schwarze
2014-07-07Clean up ERROR messages related to document structure and macros:Ingo Schwarze
2014-07-04Clean up messages regarding excess arguments:Ingo Schwarze
2014-07-02Improve and test the messages about empty macros,Ingo Schwarze
2014-07-02Clean up warnings related to macros and nesting.Ingo Schwarze
2014-07-02Fix the column numbers associated with in_line_argn() macros;Ingo Schwarze
2014-07-02Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility,Ingo Schwarze
2014-04-20KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */,Ingo Schwarze
2014-03-30Implement the roff(7) .ll (line length) request.Ingo Schwarze
2014-01-21Treat the line after .Cd as a single argument.Ingo Schwarze
2014-01-20Keep words after .Ic together in a single argument.Ingo Schwarze
2013-12-30Simplify: Remove an unused argument from the mandoc_eos() function.Ingo Schwarze
2013-12-30Do not trigger end-of-sentence spacing by trailing punctuationIngo Schwarze
2013-12-24It turns out SYNOPSIS mode does not imply .Bk in general,Ingo Schwarze
2013-12-24When deciding whether two consecutive macros are on the same input line,Ingo Schwarze
2013-10-21There are three kinds of input lines: text lines, macros takingIngo Schwarze
2013-09-15Block closing macros do not allocate a new node but finish an existingIngo Schwarze
2012-11-19Do not crash on stray .Ta macros found outside column lists.Ingo Schwarze
2012-11-18Fix four small whitespace issues related to trailing punctuationIngo Schwarze
2012-11-17Cleanup naming of local variables to make the code easier on the eye:Ingo Schwarze
2012-11-16Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@.Ingo Schwarze
2012-07-18Let a trailing .Ns macro take effectIngo Schwarze
2012-01-04Heads of .It macros in -diag lists are not parsed,Ingo Schwarze
2011-12-03Remove an OpenBSD-specific tweak regarding .Xr spacingIngo Schwarze
2011-12-03remove useless "#ifdef __linux__" that crept in,Ingo Schwarze
2011-10-16Remove a bunch of useless assignments,Ingo Schwarze
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
2011-05-29Merge release 1.11.3, almost all code by kristaps@:Ingo Schwarze
2011-04-24Closing delimiters only suppress spacing when they follow something.Ingo Schwarze
2011-04-24Merge version 1.11.1:Ingo Schwarze
2011-04-21Merge version 1.10.10:Ingo Schwarze
2011-01-30Make .Bx accept not more than two arguments.Ingo Schwarze
2011-01-16Some improvements to error handling from kristaps@:Ingo Schwarze
2011-01-04Merge kristaps@' cleaner tbl integration, removing mine;Ingo Schwarze
2010-12-21Vertical spacing improvements from kristaps@, small tweaks by me:Ingo Schwarze
2010-12-01Merge mdoc_action.c into mdoc_validate.c, because having two places to doIngo Schwarze
2010-10-24Do not throw FATAL errors when there is no need to:Ingo Schwarze
2010-10-16Support tbl(1) code embedded into mdoc(7) input files.Ingo Schwarze
2010-10-01* need a space before .No even if it starts with a closing delimiterIngo Schwarze
2010-09-26If an explicit scope is still open at the end of an input file,Ingo Schwarze
2010-07-16Text ending in a full stop, exclamation mark or question markIngo Schwarze
2010-07-13Merge release 1.10.4 (all code by kristaps@), providing four new features:Ingo Schwarze
2010-07-01In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze
2010-07-01Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze
2010-07-01Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze
2010-06-30Closing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh Ss) may never beIngo Schwarze