Age | Commit message (Expand) | Author |
2015-11-07 | In private header files, __BEGIN_DECLS and __END_DECLS are pointless. | Ingo Schwarze |
2015-10-20 | In order to become able to generate syntax tree nodes on the roff(7) | Ingo Schwarze |
2015-04-23 | Unify mdoc_deroff() and man_deroff() into a common function deroff(). | Ingo Schwarze |
2015-04-18 | Delete the wrapper functions mdoc_meta(), man_meta(), mdoc_node(), | Ingo Schwarze |
2015-04-18 | Replace the structs mdoc and man by a unified struct roff_man. | Ingo Schwarze |
2015-04-02 | Third step towards parser unification: | Ingo Schwarze |
2015-04-02 | Second step towards parser unification: | Ingo Schwarze |
2015-04-02 | First step towards parser unification: | Ingo Schwarze |
2015-02-12 | Delete the mdoc_node.pending pointer and the function calculating | Ingo Schwarze |
2015-02-05 | Simplify by deleting the "lastline" member of struct mdoc_node. | Ingo Schwarze |
2015-01-31 | Use relative offsets instead of absolute pointers for the terminal | Ingo Schwarze |
2014-12-18 | The code is already careful to not add items to lists that were | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-08-08 | Partial implementation of .Bd -centered. | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-31 | recognise the CONTEXT section. we consider it only applicable to | David Gwynne |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-23 | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2012-11-16 | Improve formatting of badly nested font blocks. | Ingo Schwarze |
2012-07-10 | * implement -Tman .Bl -item -inset -diag -ohang -dash -hyphen -enum .It | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-03-20 | Import the foundation for eqn(7) support. | Ingo Schwarze |
2011-03-07 | Clean up date handling, | Ingo Schwarze |
2011-01-30 | Like in groff, if .%B is specified, quote .%T; from kristaps@. | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2010-12-29 | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs | Ingo Schwarze |
2010-12-27 | Remove two #defines that are unused since the *_action.c removal; | Ingo Schwarze |
2010-12-26 | Behave more like groff (both old and new): Specifying both .%T and .%J in | Ingo Schwarze |
2010-12-21 | Migrate .An to use a pointer to its data, like everybody else. | Ingo Schwarze |
2010-12-21 | Vertical spacing improvements from kristaps@, small tweaks by me: | Ingo Schwarze |
2010-12-19 | Significant improvements to -Thtml by kristaps@: | Ingo Schwarze |
2010-10-23 | sync comments to bsd.lv; no functional change | Ingo Schwarze |
2010-10-16 | Support tbl(1) code embedded into mdoc(7) input files. | Ingo Schwarze |
2010-08-20 | Implement a simple, consistent user interface for error handling. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-06-29 | Support for badly nested blocks, written around the time of | Ingo Schwarze |
2010-06-27 | Full .nr nS support, unbreaking the kernel manuals. | Ingo Schwarze |
2010-06-26 | merge release 1.10.2 | Ingo Schwarze |
2010-06-06 | Merge bsd.lv version 1.10.1 (to be released soon). | Ingo Schwarze |
2010-05-24 | Increase performance by saving the list type in struct mdoc_node. | Ingo Schwarze |
2010-05-23 | Unified error and warning message system for all of mandoc, | Ingo Schwarze |
2010-05-20 | Support nested roff instructions: | Ingo Schwarze |
2010-05-15 | allow non-numeric manual sections in -mdoc; | Ingo Schwarze |
2010-05-14 | Integrate kristaps@' end-of-sentence (EOS) framework | Ingo Schwarze |
2010-05-14 | Merge 1.9.25, keeping local patches; | Ingo Schwarze |
2010-05-13 | Remove the command line option -fno-ign-chars. | Ingo Schwarze |