Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Note missing man/roff(?) feature not documented anywhere. | Kristaps Dzonsons | 2010-06-01 | 1 | -0/+4 |
| | |||||
* | Cleanup post_bl_head() to use enum mdoc_list (avoid traversing that | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+2 |
| | | | | | | | | list). Reverted MANDOC_COLUMNS to be a bad-bad syntax error: we don't, and apparently never have, allowed mixing of -column syntaxes. This would have segfaulted if encountered. | ||||
* | Macro lines now infer an `It' if they immediately follow a `Bl -column' | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+2 |
| | | | | | | | or a closed-out `It' block within a `Bl -column' (which only happens when a macro or free-form text is encountered prior to an `It'). Added some regression tests for this behaviour. | ||||
* | Add ability to interpret initial free-form lines as part of a `Bl | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+3 |
| | | | | | | | | -column' up until the first `It'. This is UGLY and should have all sorts of warnings, and will. On the one hand, it fits with groff's notion of tabs and tab-spaces. On the other hand, it's not really "free-form" text any more. Note that this does not yet accomodate for macros coming on these lines. | ||||
* | Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. This | Kristaps Dzonsons | 2010-05-30 | 1 | -1/+5 |
| | | | | | | | | | | will make it easy for re-entrant parsing of `Ta' macros to fit in with standard closure rules. Added some more regressions for `Bl -column'. Note that one should fail, as documented in the TODO file. Recorded change of AST BNF in mdoc.3. | ||||
* | Noted areas where performance can be increased. | Kristaps Dzonsons | 2010-05-25 | 1 | -0/+16 |
| | |||||
* | .Bl -tag -compact | Ingo Schwarze | 2010-05-24 | 1 | -9/+0 |
| | | | | | | .Sm off .It ... fixed by joerg@ in mdoc_action.c bsd.lv 1.61, OpenBSD 1.38 | ||||
* | lines containing blank characters FIXED in OpenBSD, | Ingo Schwarze | 2010-05-18 | 1 | -1/+12 |
| | | | | and add one new .Bl -tag issue reported by Joerg | ||||
* | non-numeric section headers in -man merged to OpenBSD | Ingo Schwarze | 2010-05-15 | 1 | -4/+0 |
| | |||||
* | Mishandling of : in expr(1) | Joerg Sonnenberger | 2010-05-15 | 1 | -0/+2 |
| | |||||
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+2 |
| | |||||
* | fixed tabs in quoted .Bl -column; and removed right margin from displays | Ingo Schwarze | 2010-05-15 | 1 | -10/+0 |
| | |||||
* | no more info on bugs FIXED in bsd.lv; | Ingo Schwarze | 2010-05-15 | 1 | -40/+2 |
| | | | | this info is in old revisions of this file | ||||
* | Added Ingo's TODO file. | Kristaps Dzonsons | 2010-05-14 | 1 | -0/+164 |