aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove \*(C+ from the pre-predefined strings. It is always `ds'-definedKristaps Dzonsons2010-08-161-1/+5
| | | | | | 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 Schwarze2010-08-151-2/+36
|
* OpenBSD src/bin was used as a tool to hunt bugs in mandoc.Ingo Schwarze2010-08-151-2/+41
|
* Note first that TODO file should be up to date.Kristaps Dzonsons2010-08-141-3/+4
| | | | Note also that the PDF file should be reduced in case I somehow forget.
* Add TODO noted by Alex Kozlov.Kristaps Dzonsons2010-08-071-1/+4
|
* Update TODO to note that %A needs "and" before final author and thatKristaps Dzonsons2010-07-271-1/+4
| | | | joerg@ has some tbl(1) patches lying around that need merging.
* Removed boot_config.8 breakage, which was fixed by the last commit ofKristaps Dzonsons2010-07-271-12/+1
| | | | `Bd -literal' and `Bd -unfilled' unbreakage.
* list two additional issuesIngo Schwarze2010-07-251-1/+18
|
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-191-4/+1
| | | | `Sh'/`Ss'. Reported by Jason McIntyre.
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-10/+1
|
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-181-4/+1
|
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-181-3/+2
| | | | Noted by Theo de Raadt. Ok schwarze@.
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-11/+15
|
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-161-1/+5
| | | | later formatted in html.c.
* Removed completed TODO.Kristaps Dzonsons2010-07-161-4/+0
|
* remove three issues fixed near the end of the c2k10 hackathonIngo Schwarze2010-07-111-17/+0
|
* Remove caching TODO: this has been committed.Kristaps Dzonsons2010-07-051-5/+0
|
* Note to myself on what I need to do regarding inter-library functions.Kristaps Dzonsons2010-07-031-0/+9
|
* The roff escape function "\s" is definitely not urgent,Ingo Schwarze2010-07-031-0/+9
| | | | but it is used in the tree and we should not forget.
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-021-1/+0
|
* Added TODO to sanitise `Nm' blocks such that HEAD optionally containsKristaps Dzonsons2010-07-021-0/+4
| | | | only a TEXT element consisting of the name.
* remove a couple of issues that have been fixedIngo Schwarze2010-06-301-27/+1
|
* let's not forget the remaining badly nested block issue,Ingo Schwarze2010-06-291-0/+3
| | | | even though there are no more urgent problems
* remove .Bk which is doneIngo Schwarze2010-06-271-8/+12
| | | | while here, add .ds as a desideratum
* Removed finished TODOsKristaps Dzonsons2010-06-131-27/+3
|
* Lint fix.Kristaps Dzonsons2010-06-071-0/+3
| | | | Added J.C. Roberts' TODO note.
* Note missing man/roff(?) feature not documented anywhere.Kristaps Dzonsons2010-06-011-0/+4
|
* Cleanup post_bl_head() to use enum mdoc_list (avoid traversing thatKristaps Dzonsons2010-05-311-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 Dzonsons2010-05-311-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 `BlKristaps Dzonsons2010-05-311-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. ThisKristaps Dzonsons2010-05-301-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 Dzonsons2010-05-251-0/+16
|
* .Bl -tag -compactIngo Schwarze2010-05-241-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 Schwarze2010-05-181-1/+12
| | | | and add one new .Bl -tag issue reported by Joerg
* non-numeric section headers in -man merged to OpenBSDIngo Schwarze2010-05-151-4/+0
|
* Mishandling of : in expr(1)Joerg Sonnenberger2010-05-151-0/+2
|
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-1/+2
|
* fixed tabs in quoted .Bl -column; and removed right margin from displaysIngo Schwarze2010-05-151-10/+0
|
* no more info on bugs FIXED in bsd.lv;Ingo Schwarze2010-05-151-40/+2
| | | | this info is in old revisions of this file
* Added Ingo's TODO file.Kristaps Dzonsons2010-05-141-0/+164