]> git.cameronkatri.com Git - mandoc.git/history - mdoc_macro.c
Improve and test the messages about empty macros,
[mandoc.git] / mdoc_macro.c
2014-07-02 Ingo SchwarzeImprove and test the messages about empty macros,
2014-07-02 Ingo SchwarzeClean up warnings related to macros and nesting.
2014-07-02 Ingo SchwarzeFix the column numbers associated with in_line_argn...
2014-07-02 Ingo SchwarzeImplement the obsolete macros .En .Es .Fr .Ot for backw...
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-30 Ingo SchwarzeImplement the roff(7) .ll (line length) request.
2014-01-21 Ingo SchwarzeTreat the line after .Cd as a single argument.
2014-01-20 Ingo SchwarzeKeep words after .Ic together in a single argument.
2013-12-31 Ingo SchwarzeSimplify: Remove an unused argument from the mandoc_eos...
2013-12-31 Ingo SchwarzeDo not trigger end-of-sentence spacing by trailing...
2013-12-24 Ingo SchwarzeIt turns out SYNOPSIS mode does not imply .Bk in general,
2013-12-24 Ingo SchwarzeWhen deciding whether two consecutive macros are on...
2013-10-21 Ingo SchwarzeThere are three kinds of input lines: text lines, macro...
2013-09-15 Ingo SchwarzeBlock closing macros do not allocate a new node but...
2012-11-19 Ingo SchwarzeDo not crash on stray .Ta macros found outside column...
2012-11-18 Ingo SchwarzeFix four small whitespace issues related to trailing...
2012-11-17 Ingo SchwarzeCleanup naming of local variables to make the code...
2012-11-16 Ingo SchwarzeFix a crash triggered by .Bl -tag .It Xo .El .Sh found...
2012-07-18 Ingo SchwarzeLet a trailing .Ns macro take effect
2012-05-27 Ingo Schwarzeupdate Copyright years according to the CVS logs; no...
2012-01-05 Ingo SchwarzeFix previous such that all .It HEADs are unparsed,
2012-01-02 Kristaps Dzonsons`-diag' lists aren't parsed, unlike other list types...
2011-12-03 Ingo SchwarzeRemove an OpenBSD-specific tweak regarding .Xr spacing...
2011-10-16 Ingo SchwarzeRemove a bunch of useless assignments,
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-08-10 Kristaps DzonsonsAllow `Sx' and `Ss' to have child nodes. Fixes manuals...
2011-04-30 Kristaps DzonsonsNo code change: fixing spelling errors. From a patch...
2011-04-25 Ingo SchwarzeClosing delimiters only suppress spacing when they...
2011-04-19 Kristaps DzonsonsClean up parsing of delimiters in -mdoc. First, remove...
2011-03-22 Kristaps Dzonsonslibmdoc.h and libman.h were including mdoc.h and man...
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-20 Kristaps DzonsonsConsolidate messages. Have all parse-time messages...
2011-03-17 Kristaps DzonsonsClean-up in libmdoc: fix last checks for mdoc_*msg...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-01-25 Kristaps DzonsonsHave `Bx' accept two arguments, not just one, and join...
2011-01-12 Kristaps DzonsonsIncorporate same fix for -man post-validation deletion...
2010-12-15 Kristaps DzonsonsAdd a "last child" member of struct mdoc_node.
2010-12-06 Kristaps DzonsonsMerge schwarze@'s relaxation of scope-breaking rules...
2010-11-30 Kristaps Dzonsonsmdoc_action.c is no more. Attic it and remove it from...
2010-11-29 Kristaps DzonsonsMove `Mt', `Ar', and `Li' handling from mdoc_action...
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-26 Ingo SchwarzeIf an explicit scope is still open at the end of an...
2010-07-18 Ingo SchwarzeText ending in a full stop, exclamation mark or questio...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-02 Kristaps DzonsonsLint fixes.
2010-07-01 Ingo SchwarzeIn the mdoc(7) parser, inspect roff registers early...
2010-07-01 Ingo SchwarzeCorrect handling of trailing punctuation in MDOC_DELIM...
2010-07-01 Ingo SchwarzeImprove .Nm indentation in the SYNOPSIS;
2010-07-01 Kristaps Dzonsonsp->end is an enum: treat it as such.
2010-06-30 Ingo SchwarzeClosing of full blocks (Bd Bf Bk Bl It Fo Nd Rs Sh...
2010-06-29 Ingo Schwarzefix a typo in the function declaration;
2010-06-29 Ingo SchwarzeConsiderably simplify block rewind rules; no functional...
2010-06-29 Ingo SchwarzeSupport for badly nested blocks, written around the...
2010-06-27 Kristaps DzonsonsDownstream maintainers: this removes UGLY! I don't...
2010-06-26 Kristaps DzonsonsMechanical diff allowing the const struct regset to...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-05-31 Kristaps DzonsonsLint fixes (noops).
2010-05-31 Kristaps DzonsonsRemove now-superfluous check on `Ta' context.
2010-05-31 Kristaps DzonsonsAdd ability to interpret initial free-form lines as...
2010-05-31 Kristaps Dzonsons`Ta' scope-checks need to be more specific (until impli...
2010-05-31 Kristaps DzonsonsRemove enum mdocargerr from phrase() (unused).
2010-05-30 Kristaps DzonsonsMigrate `Bl -column' phrases to be MDOC_BODY instead...
2010-05-30 Kristaps DzonsonsFinal word on lac/ac. Document flow as it relates...
2010-05-30 Kristaps DzonsonsObvious fix to last patch: have ARGS_PEND also be flagg...
2010-05-30 Kristaps DzonsonsFirst in several iterative patches in getting complex...
2010-05-29 Kristaps DzonsonsCommit of patch floated on discuss@ a few days ago...
2010-05-26 Kristaps DzonsonsFixed `Lb' to be in_line (reported by Ulrich Spoerlein).
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-15 Ingo SchwarzeDistinguish OPEN, MIDDLE and CLOSE delimiters (using...
2010-05-15 Kristaps DzonsonsMore EOS: append_delims() fitted with EOS detection...
2010-05-15 Kristaps DzonsonsMore `Bl -column' dancing: It children also inherit...
2010-05-14 Kristaps DzonsonsBlock-implicit macros now up-propogate end-of-sentence...
2010-05-14 Kristaps DzonsonsRemoved remaining "1 == ppos" invocations.
2010-05-14 Kristaps DzonsonsProper handling of quoted tab-separated column lists.
2010-05-13 Kristaps DzonsonsLint fix.
2010-05-13 Kristaps DzonsonsFixed bug in -Thtml -mdoc where `Lb' would line-break...
2010-05-09 Kristaps DzonsonsIntroduce ARGS_PEND for `It -column' end-of-line specia...
2010-05-08 Kristaps DzonsonsLint fixes (type-safety for enums via -cefuh).
2010-05-07 Kristaps DzonsonsInitial ARGS_PPHRASE (partial phrase) framework.
2010-05-07 Kristaps Dzonsonsenum-ised mdoc_argv() return (better return-value safety).
2010-05-07 Kristaps Dzonsonsmargerr -> margserr (getting ready for margverr).
2010-05-07 Kristaps DzonsonsProtection against running lookup() against quoted...
2010-05-07 Kristaps DzonsonsWrangle mdoc_args() and mdoc_zargs() to use enum return...
2010-04-06 Kristaps DzonsonsFix mdoc bug found by Claus Assmann: `Pf' should be...
2010-04-05 Kristaps DzonsonsEnum-ised REWIND return values.
2010-04-05 Kristaps DzonsonsTentative fix of quoted punctuation issue noted by...
2010-03-31 Kristaps DzonsonsFixed fatal bug in Xo/Xc patch that caused segfaults...
2010-03-31 Kristaps DzonsonsRe-adjusting UGLY tags.
2010-03-31 Kristaps DzonsonsMacro types enum-ated (enum mdoct) (for easier debuggin...
2010-03-30 Kristaps DzonsonsModified in_line_eoln() to handle leading punctuation. VERSION_1_9_20
2010-03-30 Kristaps DzonsonsLast remaining bits for leading-punctuation in blk_exp().
2010-03-29 Kristaps DzonsonsFixed segfault with accidentally-munged tree.
2010-03-29 Kristaps DzonsonsIntegrate Ingo Schwarze's patch for mdoc_iscdelim(...
2010-02-17 Kristaps DzonsonsMade `Xr' compatible with groff calling conventions...
2010-01-30 Kristaps DzonsonsFix in handling Vt in SYNOPSIS with trailing punctuatio...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2010-01-01 Kristaps Dzonsons`Fl' has each argument be in a separate scope (thanks...
2009-10-26 Kristaps DzonsonsAdded time.h to various files for FreeBSD compilation...
2009-10-24 Kristaps DzonsonsAdded `%U' to -mdoc (doesn't render in a nice way yet).
2009-09-20 Kristaps DzonsonsSome extra html tags and near-complete Bl: -tag is...
next