Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | process UTF-8 input even in ASCII output mode, | Ingo Schwarze | 2018-08-16 | 1 | -2/+2 |
| | | | | and provide a way to specify additional diff(1) options | ||||
* | Better mandoc(1) -I and -T options for Heirloom comparisons. | Ingo Schwarze | 2018-04-24 | 1 | -7/+10 |
| | | | | | | Filter through col(1) -b for Heirloom because it produces double encoding. Switch on mandoc(1) -Wall in groff comparisons. Update usage. | ||||
* | use the tty-char macro file for ASCII comparisons | Ingo Schwarze | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | adjust to today's change of the OpenBSD groff port | Ingo Schwarze | 2017-07-04 | 1 | -1/+1 |
| | |||||
* | add about 15 missing character escape sequences found in groff_char(7); | Ingo Schwarze | 2017-06-02 | 1 | -4/+7 |
| | | | | triggered by multimedia/mkvtoolnix mkvmerge(1) using \(S2 | ||||
* | Use [ rather than [[ for portability, | Ingo Schwarze | 2017-05-18 | 1 | -1/+1 |
| | | | | | in particular since it makes no difference in the case at hand. Reported by Leah Neukirchen <leah at vuxu dot org> (Void Linux). | ||||
* | explicitly pass -Tascii to mandoc(1), such that LC_CTYPE does not | Ingo Schwarze | 2017-02-06 | 1 | -2/+2 |
| | | | | get into the way, and fix the usage() while here | ||||
* | allow using an alternate mandoc binary | Ingo Schwarze | 2015-04-05 | 1 | -1/+2 |
| | |||||
* | minimal support for Heirloom nroff | Ingo Schwarze | 2015-02-03 | 1 | -5/+17 |
| | |||||
* | Make it clear which errors come from which tool. | Ingo Schwarze | 2014-04-07 | 1 | -3/+6 |
| | | | | joint work with sthen@ | ||||
* | A very simple utility script to automatically compare groff and mandoc | Ingo Schwarze | 2013-06-22 | 1 | -0/+35 |
output on collections of manual source files. I'm using this for quite some time now, and it has proven to be rather useful. Obviously, this will not be installed on user's systems. |