Age | Commit message (Expand) | Author |
2014-11-20 | Prevent negative arguments to the .ll request from causing integer | Ingo Schwarze |
2014-10-28 | In -Tascii mode, print "<?>" only for Unicode escapes of unknown | Ingo Schwarze |
2014-10-28 | Make the character table available to libroff so it can check the | Ingo Schwarze |
2014-10-28 | Refine -Tascii rendering of Unicode characters, mostly to better agree | Ingo Schwarze |
2014-10-26 | In -Tascii mode, provide approximations even for some Unicode escape | Ingo Schwarze |
2014-10-26 | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze |
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze |
2014-08-17 | typo, sorry | Ingo Schwarze |
2014-08-17 | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze |
2014-08-14 | Some compilers apparently worry that abort() might return | Ingo Schwarze |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-08-08 | Clarity with respect to floating point handling: | Ingo Schwarze |
2014-07-27 | Even for UTF-8 output, a non-breaking space character has the same width | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-30 | Support relative arguments to .ll (increase or decrease line length). | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2013-06-01 | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze |
2011-12-05 | As requested by kristaps@, add and improve comments related to -Omdoc; | Ingo Schwarze |
2011-11-13 | Support -man -Omdoc to format man(7) manuals in mdoc(7) output style; | Ingo Schwarze |
2011-11-13 | Make the default left text margin configurable from the command line, | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | Ingo Schwarze |
2011-01-31 | Remove unnecessary conditional: term_alloc() cannot return NULL; | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-06-26 | As a first step towards variable-width font support, | Ingo Schwarze |
2010-06-10 | minimal initial -Tps support, from kristaps@ GSOC | Ingo Schwarze |