| Commit message (Expand) | Author | Age | Files | Lines |
* | warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD> | Ingo Schwarze | 2017-07-03 | 1 | -2/+10 |
* | implement the roff(7) \p (break output line) escape sequence | Ingo Schwarze | 2017-06-14 | 1 | -0/+2 |
* | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze | 2017-06-11 | 1 | -6/+10 |
* | Partial implementation of \h (horizontal line drawing function). | Ingo Schwarze | 2017-06-02 | 1 | -2/+12 |
* | Minimal implementation of the \h (horizontal motion) escape sequence. | Ingo Schwarze | 2017-06-01 | 1 | -1/+1 |
* | Simplify the logic in mandoc_normdate() and add some comments. | Ingo Schwarze | 2015-11-12 | 1 | -15/+31 |
* | Delete two preprocessor constants that are no longer used. | Ingo Schwarze | 2015-10-15 | 1 | -2/+0 |
* | Reject the escape sequences \[uD800] to \[uDFFF] in the parser. | Ingo Schwarze | 2015-10-13 | 1 | -0/+3 |
* | To make the code more readable, delete 283 /* FALLTHROUGH */ comments | Ingo Schwarze | 2015-10-12 | 1 | -31/+0 |
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -25/+26 |
* | Parse and ignore the escape sequences \, and \/ (italic corrections). | Ingo Schwarze | 2015-08-29 | 1 | -0/+4 |
* | For selecting a two-digit font size, support the historic syntax \s12 | Ingo Schwarze | 2015-02-20 | 1 | -0/+8 |
* | Rudimentary implementation of the roff(7) \o escape sequence (overstrike). | Ingo Schwarze | 2015-01-21 | 1 | -4/+6 |
* | Fix a read buffer overrun triggered by trailing \s- or trailing \s+ | Ingo Schwarze | 2015-01-01 | 1 | -3/+3 |
* | Catch localtime() failure for additional safety; | Ingo Schwarze | 2014-12-15 | 1 | -0/+2 |
* | Tighten Unicode escape name parsing. | Ingo Schwarze | 2014-10-28 | 1 | -4/+9 |
* | Stricter syntax checking of Unicode character names: | Ingo Schwarze | 2014-10-13 | 1 | -12/+11 |
* | Fix a corner case where \H<nil> (where <nil> is the \0 character) would | Kristaps Dzonsons | 2014-08-18 | 1 | -1/+2 |
* | Improve build system and autodetection. | Ingo Schwarze | 2014-08-16 | 1 | -1/+1 |
* | Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat. | Ingo Schwarze | 2014-08-10 | 1 | -2/+0 |
* | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze | 2014-07-06 | 1 | -2/+2 |
* | Fix handling of escape sequences taking numeric arguments. | Ingo Schwarze | 2014-07-06 | 1 | -1/+3 |
* | Clean up the warnings related to document structure. | Ingo Schwarze | 2014-07-01 | 1 | -1/+1 |
* | Start systematic improvements of error reporting. | Ingo Schwarze | 2014-06-20 | 1 | -2/+2 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -61/+61 |
* | Fully implement the \B (validate numerical expression) and | Ingo Schwarze | 2014-04-08 | 1 | -5/+2 |
* | Accept arbitrary argument delimiters for various roff(7) escape sequences. | Ingo Schwarze | 2014-04-07 | 1 | -4/+4 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -68/+1 |
* | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze | 2013-12-31 | 1 | -4/+4 |
* | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze | 2013-12-30 | 1 | -1/+1 |
* | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze | 2013-12-26 | 1 | -7/+5 |
* | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze | 2013-12-25 | 1 | -0/+8 |
* | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze | 2013-12-25 | 1 | -3/+3 |
* | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze | 2013-11-10 | 1 | -1/+4 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -1/+1 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -8/+14 |
* | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze | 2013-06-20 | 1 | -5/+23 |
* | Add `cc' support. | Kristaps Dzonsons | 2012-06-12 | 1 | -26/+0 |
* | While i already got my fingers dirty on mandoc_escape(), | Ingo Schwarze | 2012-05-31 | 1 | -67/+64 |
* | Make recursive parsing of roff(7) escapes actually work in the general case, | Ingo Schwarze | 2012-05-31 | 1 | -117/+36 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 1 | -1/+11 |
* | ISO style "%Y-%m-%d" dates are common in man(7) .TH. | Ingo Schwarze | 2011-12-03 | 1 | -2/+3 |
* | Accomodate for \f(Cx formatting. Noted by Andreas Vogele, thanks! | Kristaps Dzonsons | 2011-11-06 | 1 | -1/+8 |
* | Handle \N numbered character escapes the same way as groff: | Ingo Schwarze | 2011-10-24 | 1 | -6/+22 |
* | forgotten Copyright bumps; no code change | Ingo Schwarze | 2011-09-18 | 1 | -1/+1 |
* | Move mandoc_hyph() into roff_parsetext() as a single conditional. While | Kristaps Dzonsons | 2011-07-27 | 1 | -38/+0 |
* | Update mandoc_hyph() to the extent that numbers on either side of the | Kristaps Dzonsons | 2011-07-27 | 1 | -9/+20 |
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -5/+8 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+10 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 1 | -6/+5 |