| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze | 2018-05-25 | 1 | -6/+3 |
* | Eliminate the class=It-* attributes. | Ingo Schwarze | 2018-05-08 | 1 | -6/+0 |
* | multiple new entries from various sources | Ingo Schwarze | 2018-04-24 | 1 | -0/+41 |
* | dedup issues | Ingo Schwarze | 2018-04-20 | 1 | -1/+6 |
* | Two new low-level roff(7) features: | Ingo Schwarze | 2018-04-10 | 1 | -8/+0 |
* | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze | 2018-04-09 | 1 | -4/+0 |
* | duplicate anchors | Ingo Schwarze | 2017-10-28 | 1 | -0/+4 |
* | format ".IP *" etc. as <ul> rather than <dl> | Ingo Schwarze | 2017-09-02 | 1 | -0/+4 |
* | two more entries from the mdoclint TODO, clerified by wiz@ | Ingo Schwarze | 2017-07-24 | 1 | -1/+10 |
* | migrate the mdoclint(1) TODO list here, from pkgsrc | Ingo Schwarze | 2017-07-22 | 1 | -0/+13 |
* | MAP_PRIVATE is pointless without PROT_WRITE | Ingo Schwarze | 2017-07-20 | 1 | -5/+0 |
* | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze | 2017-07-20 | 1 | -9/+0 |
* | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze | 2017-07-20 | 1 | -5/+0 |
* | three ideas found in a different TODO file | Ingo Schwarze | 2017-07-20 | 1 | -0/+8 |
* | delete some entries that have been taken care of | Ingo Schwarze | 2017-07-19 | 1 | -47/+0 |
* | eqn(7) nits from bentley@ | Ingo Schwarze | 2017-07-14 | 1 | -0/+9 |
* | eqn(1) output operator translation | Ingo Schwarze | 2017-06-23 | 1 | -0/+7 |
* | Introduce a new mandoc(1) message level, -W style, below -W warning. | Ingo Schwarze | 2017-05-16 | 1 | -14/+0 |
* | ASCII characters that are special to roff | Ingo Schwarze | 2017-04-27 | 1 | -0/+7 |
* | new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@; | Ingo Schwarze | 2017-03-03 | 1 | -6/+0 |
* | double quotes were fixed, finally | Ingo Schwarze | 2017-02-18 | 1 | -4/+1 |
* | reference a relevant mail for one TODO item | Ingo Schwarze | 2017-02-08 | 1 | -1/+1 |
* | remove several things that were taken care of in the past | Ingo Schwarze | 2017-02-05 | 1 | -25/+0 |
* | mark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather than <i>; | Ingo Schwarze | 2017-02-05 | 1 | -3/+0 |
* | more work found in old mails | Ingo Schwarze | 2017-02-03 | 1 | -1/+17 |
* | MANDOCERR_BADTAB no longer exists, | Ingo Schwarze | 2017-01-28 | 1 | -8/+0 |
* | warn about invalid output options | Ingo Schwarze | 2017-01-27 | 1 | -7/+0 |
* | Parse the section number from the content of preformatted pages | Ingo Schwarze | 2017-01-27 | 1 | -5/+0 |
* | more info on man(7) .Xr hyperlinking | Ingo Schwarze | 2017-01-26 | 1 | -0/+3 |
* | Fix -man -Thtml formatting after .nf (which has nothing to do | Ingo Schwarze | 2017-01-26 | 1 | -9/+0 |
* | Improve HTML formatting of .Bl -tag. | Ingo Schwarze | 2017-01-25 | 1 | -6/+0 |
* | Completely delete the buf field of struct html and all the buf*() | Ingo Schwarze | 2017-01-17 | 1 | -9/+0 |
* | minor tbl(7) column spacing and wrapping issues in lftp(1) | Ingo Schwarze | 2016-09-13 | 1 | -0/+7 |
* | POSIX allows PATH_MAX to not be defined, meaning "unlimited". | Ingo Schwarze | 2016-08-02 | 1 | -0/+7 |
* | Autodetect a suitable locale for -Tutf8 mode, | Ingo Schwarze | 2016-07-31 | 1 | -10/+0 |
* | Remove the dependency on SQLite without loss of functionality. | Ingo Schwarze | 2016-07-19 | 1 | -6/+0 |
* | delete two entries that are done | Ingo Schwarze | 2016-06-05 | 1 | -5/+0 |
* | in -man -Thtml, .nf does not preserve indentation | Ingo Schwarze | 2016-04-14 | 1 | -0/+5 |
* | would be nice to warn about broken .Xr links... | Ingo Schwarze | 2016-01-08 | 1 | -0/+5 |
* | In ./configure, select a RE syntax for word boundaries supported by libc; | Ingo Schwarze | 2015-11-06 | 1 | -6/+0 |
* | Theo found a stray blank in HTML output. | Ingo Schwarze | 2015-09-29 | 1 | -0/+6 |
* | tedu@ reports tbl(7) issues in synaptics(4) | Ingo Schwarze | 2015-08-29 | 1 | -0/+14 |
* | another portability todo | Ingo Schwarze | 2015-07-18 | 1 | -0/+7 |
* | headers should not contain macros | Ingo Schwarze | 2015-07-14 | 1 | -0/+4 |
* | delete some TODO entries that were already fixed | Ingo Schwarze | 2015-06-26 | 1 | -22/+10 |
* | nice idea for eqn(7) from CDBUG. | Ingo Schwarze | 2015-06-18 | 1 | -0/+5 |
* | two new tasks i heard about at BSDCan | Ingo Schwarze | 2015-06-10 | 1 | -0/+10 |
* | look at COHERENT troff | Ingo Schwarze | 2015-04-18 | 1 | -1/+4 |
* | florian want <img> tags for https://tlakh.xyz/p2k15.7.html | Ingo Schwarze | 2015-04-16 | 1 | -0/+4 |
* | Do not mistreat empty arguments to font alternating macros | Ingo Schwarze | 2015-04-06 | 1 | -0/+5 |