| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -44/+0 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | move man(7) validation into the dedicated validation phase, too | Ingo Schwarze | 2015-10-22 | 1 | -1/+2 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -1/+0 |
* | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze | 2015-04-18 | 1 | -2/+0 |
* | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze | 2015-04-18 | 1 | -4/+4 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -10/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -70/+45 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -12/+1 |
* | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze | 2015-01-24 | 1 | -1/+0 |
* | For .RS, we need to save the information how much we actually indented | Ingo Schwarze | 2014-12-24 | 1 | -0/+1 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze | 2014-11-28 | 1 | -1/+0 |
* | As suggested by jmc@, only include line and column numbers into messages | Ingo Schwarze | 2014-06-20 | 1 | -0/+1 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze | 2014-03-23 | 1 | -0/+2 |
* | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze | 2013-10-17 | 1 | -0/+2 |
* | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze | 2012-06-02 | 1 | -0/+2 |
* | Add support for `OP', one of the extended man macros. This also requires | Kristaps Dzonsons | 2012-01-03 | 1 | -0/+1 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -0/+1 |
* | Add MAN_TAIL, which will be used by `UE' (forthcoming) and needs to be | Kristaps Dzonsons | 2011-03-23 | 1 | -0/+2 |
* | Add some documentation and clean up mdoc.h/man.h. | Kristaps Dzonsons | 2011-03-22 | 1 | -16/+1 |
* | Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific | Kristaps Dzonsons | 2011-03-22 | 1 | -9/+0 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -1/+1 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -3/+2 |
* | Allow -man to process EQN as well. Also fix a segfault in missing case | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+2 |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -1/+2 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+1 |
* | Add -man support for tables. Like -mdoc, this consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -1/+5 |
* | Whack MDOC_ACTED and MAN_ACTED (these no longer exist). | Kristaps Dzonsons | 2010-12-26 | 1 | -1/+0 |
* | Remove `i' and `r' macro handlers. These macros, originally part of the | Kristaps Dzonsons | 2010-12-08 | 1 | -2/+0 |
* | Add support for `ft' macro found in groff(7). Based on a patch by | Kristaps Dzonsons | 2010-12-06 | 1 | -0/+1 |
* | Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD), | Kristaps Dzonsons | 2010-12-05 | 1 | -3/+0 |
* | Revert merging of {mdoc,man}.h -> mandoc.h. | Kristaps Dzonsons | 2010-10-04 | 1 | -1/+93 |
* | Unify mdoc and man enums and structs into mandoc.h. This is part of the | Kristaps Dzonsons | 2010-10-02 | 1 | -78/+0 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -4/+1 |
* | Sync to OpenBSD: add missing Copyright years. | Ingo Schwarze | 2010-07-31 | 1 | -1/+1 |
* | Added `in' macro support for -man -Tascii. This is not yet supported in | Kristaps Dzonsons | 2010-07-22 | 1 | -0/+1 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -1/+1 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -4/+2 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+3 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Allow bad -man dates to flow verbatim into the front-ends. Noted by | Kristaps Dzonsons | 2010-05-26 | 1 | -0/+1 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -6/+1 |
* | Add support for .AT. Properly implement .UC. Add regress tests. | Joerg Sonnenberger | 2010-05-17 | 1 | -0/+1 |
* | Allow roff_parseln() to be re-run. | Kristaps Dzonsons | 2010-05-16 | 1 | -1/+1 |
* | Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof... | Kristaps Dzonsons | 2010-05-15 | 1 | -5/+0 |
* | Pull `ig' out of -man and leave it the roff preparser. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+0 |
* | Removed restriction on integer manual sections in -man. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | End-of-sentence spacing for -man -Tascii. | Kristaps Dzonsons | 2010-05-12 | 1 | -0/+1 |