| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -0/+16 |
* | Put mandocerrs and mandoclevels arrays into libmandoc with accessors | Kristaps Dzonsons | 2011-03-28 | 1 | -0/+2 |
* | Make (e.g.) `SM' before `B' be only a warning. In reality, this refers | Kristaps Dzonsons | 2011-03-23 | 1 | -1/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -18/+0 |
* | Add a FATAL error for when no manual type was assigned (you can repeat | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+1 |
* | Step 1 of restructuring: libmandoc.h. Move all compiler-set-specific | Kristaps Dzonsons | 2011-03-22 | 1 | -36/+0 |
* | Let read.c worry about the currently-open file instead of having this | Kristaps Dzonsons | 2011-03-20 | 1 | -4/+1 |
* | Consolidate messages. Have all parse-time messages (in libmdoc, | Kristaps Dzonsons | 2011-03-20 | 1 | -4/+4 |
* | Split the document parsing sequence out of main.c and into read.c, | Kristaps Dzonsons | 2011-03-20 | 1 | -0/+25 |
* | mandocmsg finally has no return value. | Kristaps Dzonsons | 2011-03-17 | 1 | -1/+1 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -0/+18 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -6/+6 |
* | Clean up date handling, | Ingo Schwarze | 2011-03-07 | 1 | -1/+2 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+2 |
* | Let the line-number of a tbl_span be remembered. | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+1 |
* | Add initial EQN support to mandoc. This parses, then throws away, data | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+5 |
* | If `Ns' is specified on its own line, it should be ignored. This is | Kristaps Dzonsons | 2011-02-02 | 1 | -0/+1 |
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 1 | -0/+1 |
* | Refactoring in preparation for .rm support: | Ingo Schwarze | 2011-01-11 | 1 | -0/+1 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 1 | -10/+10 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 1 | -3/+2 |
* | Remove delims from struct tbl (not used anywhere and never will be). | Kristaps Dzonsons | 2011-01-06 | 1 | -1/+0 |