aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on SQLite without loss of functionality.Ingo Schwarze2016-07-191-7/+1
| | | | | Stop supporting systems that don't have mmap(3). Drop the obsolete names_check() now that we deleted MLINKS.
* delete two entries that are doneIngo Schwarze2016-06-051-6/+1
|
* in -man -Thtml, .nf does not preserve indentationIngo Schwarze2016-04-141-1/+6
|
* would be nice to warn about broken .Xr links...Ingo Schwarze2016-01-081-1/+6
|
* In ./configure, select a RE syntax for word boundaries supported by libc;Ingo Schwarze2015-11-061-7/+1
| | | | issue reported by Svyatoslav Mishyn, Peter Bray, and Daniel Levai.
* Theo found a stray blank in HTML output.Ingo Schwarze2015-09-291-1/+7
|
* tedu@ reports tbl(7) issues in synaptics(4)Ingo Schwarze2015-08-291-1/+15
|
* another portability todoIngo Schwarze2015-07-181-1/+8
|
* headers should not contain macrosIngo Schwarze2015-07-141-1/+5
|
* delete some TODO entries that were already fixedIngo Schwarze2015-06-261-23/+11
|
* nice idea for eqn(7) from CDBUG.Ingo Schwarze2015-06-181-1/+6
|
* two new tasks i heard about at BSDCanIngo Schwarze2015-06-101-1/+11
|
* look at COHERENT troffIngo Schwarze2015-04-181-2/+5
|
* florian want <img> tags for https://tlakh.xyz/p2k15.7.htmlIngo Schwarze2015-04-161-1/+5
|
* Do not mistreat empty arguments to font alternating macrosIngo Schwarze2015-04-061-1/+6
| | | | as vertical spacing requests. Bug found with xmahjongg(6).
* portability: word boundaries in regular expressionsIngo Schwarze2015-04-031-1/+9
|
* naddy@ found a tough problem - fittingly, in cobfusc(1)...Ingo Schwarze2015-03-161-1/+14
|
* When interpreting the -O argument as a macro name fails,Ingo Schwarze2015-03-111-1/+6
| | | | | fall back to showing Nd rather than not showing anything. Issue reported by jmc@.
* \n(.$Ingo Schwarze2015-02-201-1/+5
|
* naddy@ scoured the ports tree for remaining mandoc issuesIngo Schwarze2015-02-171-5/+7
| | | | and identified two top priority issues
* After almost five years and 99 revisions, mdoc_macro.c rev. 1.182Ingo Schwarze2015-02-121-5/+1
| | | | | finally fixed the four issues explained in the mdoc_macro.c rev. 1.83 commit message.
* trim trailing white space, no code change;Ingo Schwarze2015-02-101-7/+7
| | | | from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux
* new task: escape blank at the beginning of a lineIngo Schwarze2015-01-241-2/+6
|
* [[:<:]] is not POSIXIngo Schwarze2014-12-171-1/+5
|
* Fix a regression found by Carsten dot Kunze at arcor dot de:Ingo Schwarze2014-12-131-2/+11
| | | | Do not show bogus quotes when .Bl -column phrases are quoted.
* the asciidoc/docbook toolchain uses braindead \h for indentationIngo Schwarze2014-12-101-3/+4
|
* delete five entries that were already fixedIngo Schwarze2014-12-031-24/+1
|
* note to self to not forget about groffIngo Schwarze2014-12-021-1/+7
|
* we really need .taIngo Schwarze2014-12-021-2/+3
|
* Fix the implementation and documentation of \c (continue text input line).Ingo Schwarze2014-12-021-6/+1
| | | | | In particular, make it work in no-fill mode, too. Reminded by Carsten dot Kunze at arcor dot de (Heirloom roff).
* Simplify the mparse_open()/mparse_wait() interface.Ingo Schwarze2014-11-261-1/+4
| | | | | Don't bother the user with the PID of the child process, store it inside the opaque mparse handle.
* warn about calling non-callable macrosIngo Schwarze2014-11-201-1/+9
|
* hyperlinking in -man -ThtmlIngo Schwarze2014-11-091-1/+10
| | | | punctuation in the middle of .Fn
* some new tasksIngo Schwarze2014-10-251-2/+13
|
* Implement in-line equations, much needed by Xenocara manuals.Ingo Schwarze2014-10-161-4/+4
| | | | | | | | Put the steering into the roff parser rather than into the mdoc parser such that it works for all macro languages and on both text and macro lines. Line breaks and blank characters generated before and after in-line equations are not perfect yet, but let's do one thing at a time.
* annotate for difficulty, and some minor cleanupIngo Schwarze2014-10-141-9/+99
|
* bentley@ suggests Unicode table borders;Ingo Schwarze2014-10-141-3/+4
| | | | while here, remove the note about sox(1), it works now
* tasks found while reading the eqn(7) User's GuideIngo Schwarze2014-10-101-6/+18
|
* Re-write of eqn(7) parser and MathML output.Kristaps Dzonsons2014-10-101-1/+7
| | | | | | | | | | This adds parser-level support for the grammar described by the eqn second-edition technical paper, "Typesetting Mathematics — User's Guide" (Kernighan, Cherry). The reason for this re-write is the grouping rules, which were not possible given the existing implementation. The re-write has also considerably simplified the HTML (and, if it ever is completed, terminal) front-end.
* note HTML max-width issueIngo Schwarze2014-10-061-1/+7
|
* Notes on CGI: installation (readying cgi.h) and future plans.Kristaps Dzonsons2014-08-181-1/+14
|
* note about AT&T documenters workbenchIngo Schwarze2014-08-131-1/+5
|
* note about <var>Ingo Schwarze2014-08-131-1/+4
|
* mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;Ingo Schwarze2014-08-091-1/+5
| | | | found by kristaps@ on Mac OS X
* mention neatroffIngo Schwarze2014-08-081-2/+3
|
* move some things here from my private TODO list,Ingo Schwarze2014-07-291-18/+79
| | | | and remove some items that have already been taken care of
* improve FATAL handling in makewhatis(8)Ingo Schwarze2014-07-241-1/+12
|
* take a note about pandocIngo Schwarze2014-06-201-1/+5
|
* some new things to doIngo Schwarze2014-06-101-1/+19
|
* espie@ suggests using SQL viewsIngo Schwarze2014-04-231-1/+7
|