| Commit message (Expand) | Author | Age | Files | Lines |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -5/+5 |
* | Allow leading and trailing vertical lines, | Ingo Schwarze | 2014-03-28 | 1 | -0/+1 |
* | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze | 2014-03-23 | 1 | -6/+1 |
* | Without the MPARSE_SO option, if the file contains nothing but a | Ingo Schwarze | 2014-03-19 | 1 | -1/+1 |
* | Generalize the mparse_alloc() and roff_alloc() functions by giving | Ingo Schwarze | 2014-03-19 | 1 | -10/+6 |
* | Implement the \: (optional line break) escape sequence, | Ingo Schwarze | 2014-01-22 | 1 | -0/+1 |
* | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze | 2014-01-05 | 1 | -1/+1 |
* | Since the functions in read.c are part of the mandoc(3) library, | Ingo Schwarze | 2014-01-02 | 1 | -1/+9 |
* | Remove duplicate const specifiers from the declaration of mandoc_escape(). | Ingo Schwarze | 2013-12-30 | 1 | -2/+1 |
* | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze | 2013-10-05 | 1 | -1/+2 |
* | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze | 2013-09-16 | 1 | -1/+1 |
* | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze | 2013-08-08 | 1 | -0/+1 |
* | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze | 2013-07-13 | 1 | -1/+2 |
* | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze | 2013-05-31 | 1 | -2/+2 |
* | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze | 2012-11-19 | 1 | -0/+2 |
* | Warn about unknown volume or arch in Dt macro arguments; | Ingo Schwarze | 2012-11-16 | 1 | -0/+1 |
* | Fix handling of paragraph macros inside lists: | Ingo Schwarze | 2012-07-18 | 1 | -0/+1 |
* | The post_nm() validation function crashed when the first .Nm child node | Ingo Schwarze | 2012-07-12 | 1 | -1/+1 |
* | Implement the roff \z escape sequence, intended to output the next | Ingo Schwarze | 2012-05-31 | 1 | -1/+2 |
* | Do not handle vertical lines as additional tbl(7) columns, | Ingo Schwarze | 2012-05-27 | 1 | -9/+2 |
* | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze | 2012-05-27 | 1 | -2/+2 |
* | Add mparse_readmem, which allows application to run the parser directly | Joerg Sonnenberger | 2012-02-16 | 1 | -0/+2 |
* | Const-ify some mchars arguments. I think these are non-const for historical | Kristaps Dzonsons | 2011-11-08 | 1 | -2/+2 |
* | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze | 2011-11-07 | 1 | -1/+0 |
* | If -Tman is specified and input is -man, echo the preprocessed (`so' | Kristaps Dzonsons | 2011-10-06 | 1 | -16/+17 |
* | Note GNU extensions in eqn.7. Also add `col' and `pile', which are | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+2 |
* | Add support for tdefine and ndefine. Consolidate some error messages. Add | Kristaps Dzonsons | 2011-07-23 | 1 | -1/+1 |
* | Add `fat' font. This pretty much brings us in line with the second | Kristaps Dzonsons | 2011-07-23 | 1 | -0/+1 |
* | Add matrix support. Also remove "above" notion, as all elements in a | Kristaps Dzonsons | 2011-07-23 | 1 | -2/+5 |
* | Add support for `gsize' eqn token (introduced in second-edition troff). | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+0 |
* | Give lists their own eqn function. | Kristaps Dzonsons | 2011-07-22 | 1 | -1/+2 |
* | Complete eqn.7 parsing. Features all productions from the original 1975 | Kristaps Dzonsons | 2011-07-21 | 1 | -4/+21 |
* | Support `size' constructs in eqn.7. Generalise mandoc_strontou to this | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+2 |
* | Full support for eqn positionals (above, over, sup, sub, etc.). | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+16 |
* | Add eqn subexpression fonts. | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+11 |
* | Add support for markers. These decorate the last box: see eqn.7. | Kristaps Dzonsons | 2011-07-21 | 1 | -0/+14 |
* | Support nested `{, }' subexpressions in eqn. Document in code. | Kristaps Dzonsons | 2011-07-21 | 1 | -7/+14 |
* | Flip eqn into using parsed nodes. I've temporarily disabled printing | Kristaps Dzonsons | 2011-07-21 | 1 | -2/+13 |
* | Finish the eqn syntactic parser. This correctly parses terms and does | Kristaps Dzonsons | 2011-07-21 | 1 | -1/+1 |
* | Forgot to add these bits to the last commit. | Kristaps Dzonsons | 2011-07-18 | 1 | -0/+1 |
* | Provide implementations of `define', `set', and `unset'. | Kristaps Dzonsons | 2011-07-17 | 1 | -0/+3 |
* | Warn if equation `define' key is quoted (groff-ism). | Kristaps Dzonsons | 2011-07-17 | 1 | -0/+3 |
* | Expose mandoc_strdup() to the outside world. | Kristaps Dzonsons | 2011-07-15 | 1 | -0/+1 |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -3/+0 |
* | Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go! | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+1 |
* | Support groff's escape for Unicode input. See | Kristaps Dzonsons | 2011-05-15 | 1 | -0/+1 |
* | Make mchars_num2char() return a char like it says. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Rename mchars_init() -> mchars_alloc() for consistency. | Kristaps Dzonsons | 2011-04-30 | 1 | -1/+1 |
* | Remove enum mcharst, which hasn't been used in quite some time. | Kristaps Dzonsons | 2011-04-30 | 1 | -6/+1 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -0/+15 |