| Commit message (Expand) | Author | Age | Files | Lines |
* | Continue parser unification: | Ingo Schwarze | 2017-04-24 | 1 | -129/+0 |
* | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze | 2015-11-07 | 1 | -3/+0 |
* | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze | 2015-10-20 | 1 | -0/+6 |
* | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze | 2015-04-23 | 1 | -8/+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 | -3/+3 |
* | Third step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -11/+1 |
* | Second step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -210/+128 |
* | First step towards parser unification: | Ingo Schwarze | 2015-04-02 | 1 | -15/+3 |
* | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze | 2015-02-12 | 1 | -4/+4 |
* | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze | 2015-02-05 | 1 | -1/+0 |
* | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze | 2015-01-31 | 1 | -1/+1 |
* | The code is already careful to not add items to lists that were | Ingo Schwarze | 2014-12-18 | 1 | -0/+1 |
* | remove unneccessary inclusion protection; patch from deraadt@ | Ingo Schwarze | 2014-12-01 | 1 | -4/+0 |
* | Partial implementation of .Bd -centered. | Ingo Schwarze | 2014-07-29 | 1 | -1/+1 |
* | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze | 2014-07-02 | 1 | -0/+1 |
* | KNF: case (FOO): -> case FOO:, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze | 2014-04-20 | 1 | -9/+9 |
* | Support the CONTEXT section for kernel manual pages found in Solaris and | Ingo Schwarze | 2014-03-31 | 1 | -0/+1 |
* | Implement the roff(7) .ll (line length) request. | Ingo Schwarze | 2014-03-30 | 1 | -0/+1 |
* | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze | 2014-03-23 | 1 | -0/+1 |
* | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze | 2013-12-24 | 1 | -0/+1 |
* | Improve formatting of badly nested font blocks. | Ingo Schwarze | 2012-11-16 | 1 | -0/+1 |
* | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze | 2012-07-10 | 1 | -0/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -0/+2 |
* | Add some documentation and clean up mdoc.h/man.h. | Kristaps Dzonsons | 2011-03-22 | 1 | -116/+75 |
* | 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 | -2/+2 |
* | Allow EQN data to be pushed down into libmdoc via mdoc_addeqn(). Only | Kristaps Dzonsons | 2011-02-09 | 1 | -0/+3 |
* | 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 |