| Commit message (Expand) | Author | Age | Files | Lines |
* | Generate simpler in-page links: just replace spaces with underscores. | Ingo Schwarze | 2016-01-04 | 1 | -3/+3 |
* | Major character table cleanup: | Ingo Schwarze | 2015-10-13 | 1 | -4/+2 |
* | Fix an obvious bug found during the /* FALLTHROUGH */ cleanup: | Ingo Schwarze | 2015-10-12 | 1 | -1/+1 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -10/+1 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -7/+7 |
* | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze | 2015-09-26 | 1 | -1/+0 |
* | Actually use the new man.conf(5) "output" directive. | Ingo Schwarze | 2015-03-27 | 1 | -28/+9 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 1 | -1/+8 |
* | resolve some code duplication; no functional change | Ingo Schwarze | 2014-12-20 | 1 | -26/+18 |
* | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze | 2014-12-02 | 1 | -1/+2 |
* | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze | 2014-12-01 | 1 | -1/+0 |
* | In terminal output, unify handling of Unicode and numbered character | Ingo Schwarze | 2014-10-29 | 1 | -3/+6 |
* | Make the character table available to libroff so it can check the | Ingo Schwarze | 2014-10-28 | 1 | -21/+3 |
* | Handle output encoding for unicode, numbered and named escape sequences | Ingo Schwarze | 2014-10-27 | 1 | -22/+10 |
* | Fix a regression in term.c rev. 1.229 reported by bentley@: | Ingo Schwarze | 2014-10-27 | 1 | -4/+5 |
* | Improve -Tascii output for Unicode escape sequences: For the first 512 | Ingo Schwarze | 2014-10-26 | 1 | -2/+12 |
* | sync Copyright years after merge to OpenBSD; no code change | Ingo Schwarze | 2014-10-10 | 1 | -1/+1 |
* | Re-write of eqn(7) parser and MathML output. | Kristaps Dzonsons | 2014-10-10 | 1 | -0/+1 |
* | Change "to" and "from" commands to use munder, mover, and munderover. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+3 |
* | Add support for some MathML elements and attributes in our HTML5. | Kristaps Dzonsons | 2014-09-28 | 1 | -0/+15 |
* | Don't pretend we have a separate XHTML and HTML mode any more. | Kristaps Dzonsons | 2014-09-27 | 1 | -14/+7 |
* | Remove <p> in favour of <div class="spacer">. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+14 |
* | Remove last hard-coded width attribute. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+3 |
* | HTML5-isation: remove more alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+2 |
* | Continue in HTML5-ing by kicking out some hard-coded alignments. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+5 |
* | Kick out "summary" attribute, which isn't HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -1/+0 |
* | Kick out two attibutes we don't use any more in HTML5. | Kristaps Dzonsons | 2014-09-27 | 1 | -2/+0 |
* | First, add space for default styling for HTML5 (non-fragment) output. | Kristaps Dzonsons | 2014-09-27 | 1 | -0/+6 |
* | First steps in HTML5: use UTF8 meta-charset and HTML5 doctype identifier. | Kristaps Dzonsons | 2014-09-27 | 1 | -38/+5 |
* | Revert previous, as requested by kristaps@. | Ingo Schwarze | 2014-08-14 | 1 | -1/+0 |
* | Begin cleaning up scaling units. | Kristaps Dzonsons | 2014-08-13 | 1 | -0/+2 |
* | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze | 2014-08-13 | 1 | -0/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Security fix: | Ingo Schwarze | 2014-07-23 | 1 | -26/+37 |
* | Security fix: | Ingo Schwarze | 2014-07-22 | 1 | -1/+4 |
* | Audit strlcpy(3)/strlcat(3) usage. | Ingo Schwarze | 2014-04-23 | 1 | -0/+6 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -66/+58 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -2/+8 |
* | Tag functions with format strings as arguments as printf-like. | Joerg Sonnenberger | 2014-01-05 | 1 | -1/+1 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -9/+34 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 1 | -24/+57 |
* | Add the -Ofragment option to -T[]x]html. This accomodates for embedding | Kristaps Dzonsons | 2011-10-05 | 1 | -2/+6 |
* | Fix handling of the `\c' escape in -T[x]html. | Kristaps Dzonsons | 2011-07-07 | 1 | -1/+3 |
* | The bufcat() function in -T[x]html was eating one byte off the end of its | Kristaps Dzonsons | 2011-07-04 | 1 | -1/+0 |
* | Use the correct Unicode value for the zero-width space, which means that | Kristaps Dzonsons | 2011-05-24 | 1 | -22/+5 |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -25/+0 |
* | Make any un-recognised font be considered a call for the Roman font. | Kristaps Dzonsons | 2011-05-18 | 1 | -0/+4 |
* | Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go! | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+8 |
* | Clean-up fallout: differentiate ID's and HREF's (where to put the `#'). | Kristaps Dzonsons | 2011-05-17 | 1 | -3/+2 |