2016-08-11 |
Ingo Schwarze | Even after switching from a pending head to the body... |
blob | commitdiff | raw |
2015-10-20 |
Ingo Schwarze | In order to become able to generate syntax tree nodes... |
blob | commitdiff | raw | diff to current |
2015-10-17 |
Ingo Schwarze | Very tricky diff to fix macro interpretation and spacin... |
blob | commitdiff | raw | diff to current |
2015-10-15 |
Ingo Schwarze | When blk_full() handles an .It line in .Bl -column... |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Ingo Schwarze | To make the code more readable, delete 283 /* FALLTHROU... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Ingo Schwarze | modernize style: "return" is not a function |
blob | commitdiff | raw | diff to current |
2015-09-26 |
Ingo Schwarze | /* NOTREACHED */ after abort() is silly, delete it |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Ingo Schwarze | mdoc_valid_post() may indirectly call roff_node_unlink... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Ingo Schwarze | Setting the "last" member of struct roff_node was done... |
blob | commitdiff | raw | diff to current |
2015-05-01 |
Ingo Schwarze | Minor bug fix: When .Pp rewinds .Nm, rewind the whole... |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Ingo Schwarze | If a block body gets broken, that's no good reason... |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Ingo Schwarze | Do not mark a block with the MDOC_BROKEN flag if it... |
blob | commitdiff | raw | diff to current |
2015-04-23 |
Ingo Schwarze | Get rid of two empty wrapper functions. No functional... |
blob | commitdiff | raw | diff to current |
2015-04-21 |
Ingo Schwarze | Avoid a use after free when the target node is deleted... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify trickier node handling functions. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify some node handling functions that use TOKEN_NONE. |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Decouple the token code for "no request or macro" from... |
blob | commitdiff | raw | diff to current |
2015-04-19 |
Ingo Schwarze | Unify node handling functions: |
blob | commitdiff | raw | diff to current |
2015-04-18 |
Ingo Schwarze | Replace the structs mdoc and man by a unified struct... |
blob | commitdiff | raw | diff to current |
2015-04-05 |
Ingo Schwarze | If a partial explicit block extending to the next input... |
blob | commitdiff | raw | diff to current |
2015-04-05 |
Ingo Schwarze | Reduce code duplication, no functional change: |
blob | commitdiff | raw | diff to current |
2015-04-05 |
Ingo Schwarze | Arguments to end macros of broken partial explicit... |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | Second step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-04-02 |
Ingo Schwarze | First step towards parser unification: |
blob | commitdiff | raw | diff to current |
2015-02-12 |
Ingo Schwarze | Delete the mdoc_node.pending pointer and the function... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Ingo Schwarze | explicit blocks close out .Nd; fixing data structure... |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Ingo Schwarze | Be more careful to not generate empty .In, .St, and... |
blob | commitdiff | raw | diff to current |
2015-02-07 |
Ingo Schwarze | Closing a block validates it, which may end up deleting it, |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | Delete the legacy generic warning type MANDOCERR_ARGCWARN, |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle .Fo and .Fd without argument |
blob | commitdiff | raw | diff to current |
2015-02-06 |
Ingo Schwarze | better handle .In .Sh .Ss .St .Xr without arguments |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Ingo Schwarze | fix handling of empty .An macros |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Ingo Schwarze | Simplify by deleting the "lastline" member of struct... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | Discard excess head arguments for .Bd .Bl .Bk and delet... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
Ingo Schwarze | discard .Rs head arguments and improve .Rs diagnostics |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Ingo Schwarze | Avoid closing out an explicit block twice when broken... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Ingo Schwarze | Finally delete the kitchensink functions rew_sub()... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Ingo Schwarze | Bring .Pp/.Lp handling inside .Nm blocks closer to... |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | Simplify and reindent make_pending(). No functional... |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | Simplify: Do not call rew_dohalt() from make_pending(), |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | Get rid of all remaining calls to rew_sub() where the... |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | Get rid of all calls to rew_sub() in blk_exp_close... |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Ingo Schwarze | When a full block macro gets closed out by a mismatching |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Ingo Schwarze | get rid of rew_sub() in blk_part_imp(); no functional... |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Ingo Schwarze | Simplify blk_part_exp(), no functional change. |
blob | commitdiff | raw | diff to current |
2015-02-01 |
Ingo Schwarze | The function rew_sub() tries to rewind any all all... |
blob | commitdiff | raw | diff to current |
2014-12-22 |
Ingo Schwarze | The code already pays attention not to close the same... |
blob | commitdiff | raw | diff to current |
2014-12-20 |
Ingo Schwarze | Fix two issues causing a class of assertion failures... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | Don't let .Ta creep into an already-closed list; same... |
blob | commitdiff | raw | diff to current |
2014-12-18 |
Ingo Schwarze | The code is already careful to not add items to lists... |
blob | commitdiff | raw | diff to current |
2014-12-13 |
Ingo Schwarze | Fix a regression found by Carsten dot Kunze at arcor... |
blob | commitdiff | raw | diff to current |
2014-11-30 |
Ingo Schwarze | Multiple fixes with respect to .Pf: |
blob | commitdiff | raw | diff to current |
2014-11-30 |
Ingo Schwarze | warn about attempts to call non-callable macros; |
blob | commitdiff | raw | diff to current |
2014-11-29 |
Ingo Schwarze | Reduce code duplication by reusing the same argument... |
blob | commitdiff | raw | diff to current |
2014-11-29 |
Ingo Schwarze | Provide a helper function macro_or_word() and use it... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Fold the loop around mdoc_argv() into the function... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify by making the mdoc parser callbacks void,... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify the code by making various mdoc parser helper... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Ingo Schwarze | Simplify code by making mdoc validation handlers void. |
blob | commitdiff | raw | diff to current |
2014-11-27 |
Ingo Schwarze | Multiple fixes with respect to .Eo: |
blob | commitdiff | raw | diff to current |
2014-11-26 |
Ingo Schwarze | The .Sm macro accepts at most one argument; |
blob | commitdiff | raw | diff to current |
2014-11-25 |
Ingo Schwarze | Do not access a NULL pointer when a section has no... |
blob | commitdiff | raw | diff to current |
2014-11-20 |
Ingo Schwarze | Fix two minibugs reported by Thomas Klausner <wiz at... |
blob | commitdiff | raw | diff to current |
2014-11-17 |
Ingo Schwarze | Multiple fixes with respect to in-line macros: |
blob | commitdiff | raw | diff to current |
2014-09-07 |
Ingo Schwarze | Allow .ll in the prologue; Daniel Levai reports Slackwa... |
blob | commitdiff | raw | diff to current |
2014-08-21 |
Ingo Schwarze | Right after .Fl, a middle delimiter triggers an empty... |
blob | commitdiff | raw | diff to current |
2014-08-16 |
Ingo Schwarze | If a stray .It follows .El, we are no longer in the... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-08-01 |
Ingo Schwarze | mention requests and macros in more messages |
blob | commitdiff | raw | diff to current |
2014-07-30 |
Ingo Schwarze | Get rid of the useless FATAL error "child violates... |
blob | commitdiff | raw | diff to current |
2014-07-07 |
Ingo Schwarze | Clean up ERROR messages related to document structure... |
blob | commitdiff | raw | diff to current |
2014-07-04 |
Ingo Schwarze | Clean up messages regarding excess arguments: |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Improve and test the messages about empty macros, |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Clean up warnings related to macros and nesting. |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Fix the column numbers associated with in_line_argn... |
blob | commitdiff | raw | diff to current |
2014-07-02 |
Ingo Schwarze | Implement the obsolete macros .En .Es .Fr .Ot for backw... |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-30 |
Ingo Schwarze | Implement the roff(7) .ll (line length) request. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Ingo Schwarze | Treat the line after .Cd as a single argument. |
blob | commitdiff | raw | diff to current |
2014-01-20 |
Ingo Schwarze | Keep words after .Ic together in a single argument. |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Simplify: Remove an unused argument from the mandoc_eos... |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Ingo Schwarze | Do not trigger end-of-sentence spacing by trailing... |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | It turns out SYNOPSIS mode does not imply .Bk in general, |
blob | commitdiff | raw | diff to current |
2013-12-24 |
Ingo Schwarze | When deciding whether two consecutive macros are on... |
blob | commitdiff | raw | diff to current |
2013-10-21 |
Ingo Schwarze | There are three kinds of input lines: text lines, macro... |
blob | commitdiff | raw | diff to current |
2013-09-15 |
Ingo Schwarze | Block closing macros do not allocate a new node but... |
blob | commitdiff | raw | diff to current |
2012-11-19 |
Ingo Schwarze | Do not crash on stray .Ta macros found outside column... |
blob | commitdiff | raw | diff to current |
2012-11-18 |
Ingo Schwarze | Fix four small whitespace issues related to trailing... |
blob | commitdiff | raw | diff to current |
2012-11-17 |
Ingo Schwarze | Cleanup naming of local variables to make the code... |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Ingo Schwarze | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found... |
blob | commitdiff | raw | diff to current |
2012-07-18 |
Ingo Schwarze | Let a trailing .Ns macro take effect |
blob | commitdiff | raw | diff to current |
2012-05-27 |
Ingo Schwarze | update Copyright years according to the CVS logs; no... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Ingo Schwarze | Fix previous such that all .It HEADs are unparsed, |
blob | commitdiff | raw | diff to current |
2012-01-02 |
Kristaps Dzonsons | `-diag' lists aren't parsed, unlike other list types... |
blob | commitdiff | raw | diff to current |
2011-12-03 |
Ingo Schwarze | Remove an OpenBSD-specific tweak regarding .Xr spacing... |
blob | commitdiff | raw | diff to current |
2011-10-16 |
Ingo Schwarze | Remove a bunch of useless assignments, |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Kristaps Dzonsons | Allow `Sx' and `Ss' to have child nodes. Fixes manuals... |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | No code change: fixing spelling errors. From a patch... |
blob | commitdiff | raw | diff to current |
2011-04-25 |
Ingo Schwarze | Closing delimiters only suppress spacing when they... |
blob | commitdiff | raw | diff to current |
next |