| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial libmdoc and libman top-most machinery for accepting TBL | Kristaps Dzonsons | 2011-02-06 | 1 | -0/+1 |
* | If %B is specified, quote %T. Noted by schwarze@ in the TODO. | Kristaps Dzonsons | 2011-01-25 | 1 | -1/+1 |
* | Add table processing structures to -mdoc. This consists of an | Kristaps Dzonsons | 2011-01-01 | 1 | -0/+4 |
* | Whack MDOC_ACTED and MAN_ACTED (these no longer exist). | Kristaps Dzonsons | 2010-12-26 | 1 | -1/+0 |
* | Implement schwarze@'s much more elegant version of my %T/%J fix. | Kristaps Dzonsons | 2010-12-25 | 1 | -1/+1 |
* | Specifying both %T and %J in an `Rs' block causes the title to be quoted | Kristaps Dzonsons | 2010-12-25 | 1 | -0/+5 |
* | As per schwarze@'s suggestions, roll back the refcount structure in | Kristaps Dzonsons | 2010-12-24 | 1 | -10/+1 |
* | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -6/+15 |
* | Migrate `An' to use a pointer in its data, like everybody else. This is | Kristaps Dzonsons | 2010-12-16 | 1 | -1/+1 |
* | Add a "last child" member of struct mdoc_node. | Kristaps Dzonsons | 2010-12-15 | 1 | -0/+1 |
* | In-progress move from -T[x]html using DIVs for its lists to using DL, | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+2 |
* | Revert merging of {mdoc,man}.h -> mandoc.h. | Kristaps Dzonsons | 2010-10-04 | 1 | -8/+385 |
* | Unify mdoc and man enums and structs into mandoc.h. This is part of the | Kristaps Dzonsons | 2010-10-02 | 1 | -327/+0 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -5/+1 |
* | Finally make mdoc argv CPP-defines into a proper enum. | Kristaps Dzonsons | 2010-07-21 | 1 | -30/+31 |
* | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -1/+1 |
* | Cache column sizes and char pointer into mdoc_bl. Finally get rid of | Kristaps Dzonsons | 2010-07-04 | 1 | -0/+2 |
* | Cached `An' arguments in struct mdoc_an. Note that this isn't a | Kristaps Dzonsons | 2010-07-02 | 1 | -0/+11 |
* | Stash `Bf' parameters into struct mdoc_bf. | Kristaps Dzonsons | 2010-07-02 | 1 | -1/+13 |
* | Lint fixes. | Kristaps Dzonsons | 2010-07-02 | 1 | -1/+1 |
* | Make struct_bl and struct_bd into pointers. This removes the need to do | Kristaps Dzonsons | 2010-07-01 | 1 | -2/+2 |
* | Support for badly nested blocks, written around the time of | Ingo Schwarze | 2010-06-29 | 1 | -0/+8 |
* | Following clue-stick applied by schwarze@, back out const-ness of regset | Kristaps Dzonsons | 2010-06-27 | 1 | -1/+2 |
* | Downstream maintainers: this removes UGLY! I don't want diverging | Kristaps Dzonsons | 2010-06-27 | 1 | -6/+3 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -1/+3 |
* | First step of adding register support. This is inspired by a significant | Kristaps Dzonsons | 2010-06-26 | 1 | -0/+1 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |
* | Allow -width for lists to be cached in mdoc_bl. This requires some | Kristaps Dzonsons | 2010-06-13 | 1 | -0/+1 |
* | Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaults | Kristaps Dzonsons | 2010-06-12 | 1 | -0/+1 |
* | Moved `Bl -compact' into cached data. This allowed the removal of | Kristaps Dzonsons | 2010-06-12 | 1 | -4/+5 |
* | `Bl' is now using a struct instead of a single enum mdoc_list for its | Kristaps Dzonsons | 2010-06-12 | 1 | -1/+5 |
* | Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed in | Kristaps Dzonsons | 2010-06-12 | 1 | -1/+7 |
* | Added enum mdoc_disp (similar to enum mdoc_list). Display types are now | Kristaps Dzonsons | 2010-06-12 | 1 | -1/+11 |
* | Remove enum mdocargerr from phrase() (unused). | Kristaps Dzonsons | 2010-05-31 | 1 | -0/+1 |
* | Increase performance by stashing the list type in struct mdoc_node. | Kristaps Dzonsons | 2010-05-17 | 1 | -0/+19 |
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -8/+1 |
* | Allow roff_parseln() to be re-run. | Kristaps Dzonsons | 2010-05-16 | 1 | -1/+1 |
* | LIBRARY can also occur in section 9. | Kristaps Dzonsons | 2010-05-15 | 1 | -1/+1 |
* | Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section. | Kristaps Dzonsons | 2010-05-13 | 1 | -14/+14 |
* | Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output... | Kristaps Dzonsons | 2010-05-12 | 1 | -0/+1 |
* | mdoc_atosec -> mdoc_str2sec (consistent with str2 being different from a2). | Kristaps Dzonsons | 2010-05-12 | 1 | -2/+3 |
* | Remove -fno-ign-chars as well-argued by Ingo Schwarze. Patch by Ingo Schwarz... | Kristaps Dzonsons | 2010-05-09 | 1 | -1/+0 |
* | Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" valu... | Kristaps Dzonsons | 2010-03-31 | 1 | -123/+128 |
* | libmdoc and libman now using non-recoverable allocations (simpler code). | Kristaps Dzonsons | 2009-10-30 | 1 | -1/+1 |
* | Full `%U' support. | Kristaps Dzonsons | 2009-10-26 | 1 | -2/+0 |
* | Added `%U' to -mdoc (doesn't render in a nice way yet). | Kristaps Dzonsons | 2009-10-24 | 1 | -1/+2 |
* | Added support for `Bd -centered', which appears in newer groffs (not yet impl... | Kristaps Dzonsons | 2009-10-15 | 1 | -1/+2 |
* | Synchronised man.7, mdoc.7, mdoc.template manual structure. | Kristaps Dzonsons | 2009-08-20 | 1 | -2/+2 |
* | Updated manual structure in mdoc.7. | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+3 |
* | Removed superfluous FIXMEs. | Kristaps Dzonsons | 2009-07-24 | 1 | -2/+1 |