Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -12/+0 | |
| | | | | | | | * slightly simplify .Pf *_IGNDELIM code, and share part of it with .No * do not let opening delimiters fall out of the front of .Ns (from kristaps@) This fixes a few spacing issues in csh(1) and ksh(1). OK kristaps@ | |||||
* | Added TODO for more `Pp' warnings. | Kristaps Dzonsons | 2010-09-27 | 1 | -0/+4 | |
| | ||||||
* | A minor issue with \& between .Pp found while merging 1.10.6. | Ingo Schwarze | 2010-09-27 | 1 | -0/+4 | |
| | ||||||
* | Suppress whitespace following Pp, Lp, sp, and the other newline-emitting | Kristaps Dzonsons | 2010-09-27 | 1 | -3/+0 | |
| | | | | macros within an unfilled or literal `Bd'. | |||||
* | Remove finished TODO. | Kristaps Dzonsons | 2010-09-27 | 1 | -2/+0 | |
| | ||||||
* | Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact is | Kristaps Dzonsons | 2010-09-27 | 1 | -4/+0 | |
| | | | | specified). | |||||
* | Remove fixed TODO and add a new one. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+1 | |
| | ||||||
* | A `%T' invoked outside of `Rs' should not produce trailing punctuation. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+0 | |
| | | | | | This from a TODO entry. Also stripped the superfluous NOSPACE, which is handled in term_word() or print_text() anyway. | |||||
* | Add `Rs' vertical-space in -T[x]html "SEE ALSO" section. Remove | Kristaps Dzonsons | 2010-09-25 | 1 | -2/+0 | |
| | | | | | | corresponding TODO entry. Also have the "." after an `Rs' block trigger inter-sentence spacing. | |||||
* | Removed TODO that was fixed by parsing escapes in offset strings. | Kristaps Dzonsons | 2010-09-25 | 1 | -4/+0 | |
| | ||||||
* | enclosures sometimes cause bogus end-of-sentence | Ingo Schwarze | 2010-09-23 | 1 | -0/+3 | |
| | ||||||
* | Allow string lengths to account for escapes. Now all calls to calculate | Kristaps Dzonsons | 2010-09-15 | 1 | -5/+0 | |
| | | | | | | | | | | | | | | | | | | | | | column width in -Tascii, -Tpdf, and -Tps will account for "more real" string lengths. Example: .Bl -tag -width \s[+123424]foo .It bar baz .El The size escape will be correctly tossed. .Bl -tag -width \(aqbar .It \(aqbar baz .El The \(aq will be correctly handled. | |||||
* | Remove last pod2man escapes. These render ok, although \*(-- renders as | Kristaps Dzonsons | 2010-09-15 | 1 | -5/+0 | |
| | | | | | | O- because the underlying macro depends on \(*W, which a prior pod2man preamble `tr' macro rewrites as "-". This is an error in groff as this tramples on the real \(*W, or Greek omega. | |||||
* | Found nit in -T[x]html. | Kristaps Dzonsons | 2010-09-08 | 1 | -0/+2 | |
| | ||||||
* | Properly handle -mdoc %A in all outputs. This has two-author entires | Kristaps Dzonsons | 2010-09-04 | 1 | -6/+0 | |
| | | | | | | | separated by only "and" while two or more are with ", and" for the last author. Also remove relevant TODO and add regression tests. | |||||
* | Removed 'br\} comment from TODO. This was fixed a few weeks ago. | Kristaps Dzonsons | 2010-09-04 | 1 | -3/+0 | |
| | ||||||
* | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze | 2010-08-20 | 1 | -0/+7 | |
| | | | | | and render it just like normal text. Minimal fix of a formatting bug in operator(7) reported by ray@. | |||||
* | Add joerg@'s note that br\} needs work in libroff. | Kristaps Dzonsons | 2010-08-18 | 1 | -0/+3 | |
| | ||||||
* | Remove \*(C+ from the pre-predefined strings. It is always `ds'-defined | Kristaps Dzonsons | 2010-08-16 | 1 | -0/+4 | |
| | | | | | | when being used in manuals. Since we now support `ds', it's no longer necessary to account for it. From a bug report originally by Thomas Jeunet. | |||||
* | OpenBSD src/sbin was used as a tool to hunt bugs in mandoc. | Ingo Schwarze | 2010-08-15 | 1 | -1/+35 | |
| | ||||||
* | OpenBSD src/bin was used as a tool to hunt bugs in mandoc. | Ingo Schwarze | 2010-08-15 | 1 | -1/+40 | |
| | ||||||
* | Note first that TODO file should be up to date. | Kristaps Dzonsons | 2010-08-14 | 1 | -2/+3 | |
| | | | | Note also that the PDF file should be reduced in case I somehow forget. | |||||
* | Add TODO noted by Alex Kozlov. | Kristaps Dzonsons | 2010-08-07 | 1 | -0/+3 | |
| | ||||||
* | Update TODO to note that %A needs "and" before final author and that | Kristaps Dzonsons | 2010-07-27 | 1 | -0/+3 | |
| | | | | joerg@ has some tbl(1) patches lying around that need merging. | |||||
* | Removed boot_config.8 breakage, which was fixed by the last commit of | Kristaps Dzonsons | 2010-07-27 | 1 | -11/+0 | |
| | | | | `Bd -literal' and `Bd -unfilled' unbreakage. | |||||
* | list two additional issues | Ingo Schwarze | 2010-07-25 | 1 | -0/+17 | |
| | ||||||
* | Fix spurrious newline emitted by `Pp' when specified before or after | Kristaps Dzonsons | 2010-07-19 | 1 | -3/+0 | |
| | | | | `Sh'/`Ss'. Reported by Jason McIntyre. | |||||
* | Remove \s TODO: these are intelligently ignored along with \m and \M. | Kristaps Dzonsons | 2010-07-19 | 1 | -9/+0 | |
| | ||||||
* | Properly discard \m colour escapes. Noted by J.C. Roberts. | Kristaps Dzonsons | 2010-07-18 | 1 | -3/+0 | |
| | ||||||
* | Make "\ " produce non-breaking space. | Kristaps Dzonsons | 2010-07-18 | 1 | -2/+1 | |
| | | | | Noted by Theo de Raadt. Ok schwarze@. | |||||
* | fixed .Sm spacing, but there are four new issues | Ingo Schwarze | 2010-07-18 | 1 | -10/+14 | |
| | ||||||
* | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 1 | -1/+5 | |
| | | | | later formatted in html.c. | |||||
* | Removed completed TODO. | Kristaps Dzonsons | 2010-07-16 | 1 | -4/+0 | |
| | ||||||
* | remove three issues fixed near the end of the c2k10 hackathon | Ingo Schwarze | 2010-07-11 | 1 | -17/+0 | |
| | ||||||
* | Remove caching TODO: this has been committed. | Kristaps Dzonsons | 2010-07-05 | 1 | -5/+0 | |
| | ||||||
* | Note to myself on what I need to do regarding inter-library functions. | Kristaps Dzonsons | 2010-07-03 | 1 | -0/+9 | |
| | ||||||
* | The roff escape function "\s" is definitely not urgent, | Ingo Schwarze | 2010-07-03 | 1 | -0/+9 | |
| | | | | but it is used in the tree and we should not forget. | |||||
* | Stash `Bf' parameters into struct mdoc_bf. | Kristaps Dzonsons | 2010-07-02 | 1 | -1/+0 | |
| | ||||||
* | Added TODO to sanitise `Nm' blocks such that HEAD optionally contains | Kristaps Dzonsons | 2010-07-02 | 1 | -0/+4 | |
| | | | | only a TEXT element consisting of the name. | |||||
* | remove a couple of issues that have been fixed | Ingo Schwarze | 2010-06-30 | 1 | -27/+1 | |
| | ||||||
* | let's not forget the remaining badly nested block issue, | Ingo Schwarze | 2010-06-29 | 1 | -0/+3 | |
| | | | | even though there are no more urgent problems | |||||
* | remove .Bk which is done | Ingo Schwarze | 2010-06-27 | 1 | -8/+12 | |
| | | | | while here, add .ds as a desideratum | |||||
* | Removed finished TODOs | Kristaps Dzonsons | 2010-06-13 | 1 | -27/+3 | |
| | ||||||
* | Lint fix. | Kristaps Dzonsons | 2010-06-07 | 1 | -0/+3 | |
| | | | | Added J.C. Roberts' TODO note. | |||||
* | 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 | |
| |