Age | Commit message (Expand) | Author |
2011-11-13 | Make the default left text margin configurable from the command line, | Ingo Schwarze |
2011-11-03 | Correct .Eo spacing: | Ingo Schwarze |
2011-10-16 | Remove a bunch of useless assignments, | Ingo Schwarze |
2011-09-20 | Sync print_mdoc_head to print_man_head; | Ingo Schwarze |
2011-09-19 | Remove the terminal frontend flag TERMP_NOLPAD. | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-07-05 | Sync to bsd.lv (all coded by kristaps@): | Ingo Schwarze |
2011-05-29 | Merge release 1.11.3, almost all code by kristaps@: | 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-02-06 | Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux. | Ingo Schwarze |
2011-02-06 | Some pre-handlers produce output, so reorder the code to set up | Ingo Schwarze |
2011-02-06 | If .Ns is specified on its own line, ignore it, like groff does; | Ingo Schwarze |
2011-01-30 | Make .Bx accept not more than two arguments. | Ingo Schwarze |
2011-01-30 | Like in groff, if .%B is specified, quote .%T; from kristaps@. | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-09 | Only .Bd -literal has 8-character tabs, | 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-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 | Handle .Bk the same way as groff 1.20.1: | Ingo Schwarze |
2010-12-11 | Make SYNOPSIS sections and code having .nr nS enabled | Ingo Schwarze |
2010-12-06 | Do not follow .D1 and .Dl inside .Bd with a blank line. | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-10-23 | let .Bsx print just "BSD/OS" like in modern groff | Ingo Schwarze |
2010-10-23 | .Sm no longer produces a linebreak when used in .Bd | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |
2010-10-16 | Support tbl(1) code embedded into mdoc(7) input files. | Ingo Schwarze |
2010-10-01 | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze |
2010-09-27 | Merge the last bits of 1.10.6 (released today), most were already in: | Ingo Schwarze |
2010-09-26 | consolidate all enclosure opening and closing functions | Ingo Schwarze |
2010-09-26 | no punctuation after .%* outside .Rs | Ingo Schwarze |
2010-09-23 | When the HEAD of an .Nm block in the SYNOPSIS might be wider | Ingo Schwarze |
2010-09-20 | Format multiple authors (.%A) in the same way as groff: | Ingo Schwarze |
2010-08-21 | Backout previous. | Ingo Schwarze |
2010-08-20 | .Bl -column phrases ignore spacing rules for trailing punctuation | Ingo Schwarze |
2010-08-18 | Correctly print .Lk arguments in -Tascii. | Ingo Schwarze |
2010-08-04 | In .Bd -literal, break the output line after the last element of each | Ingo Schwarze |
2010-07-31 | Merge bsd.lv version 1.10.5: last larger batch of bug fixes before release. | Ingo Schwarze |
2010-07-25 | Sync to bsd.lv; in particular, pull in lots of bug fixes. | Ingo Schwarze |
2010-07-21 | In the SYNOPSIS, .Nm at the beginning of an input line starts | Ingo Schwarze |
2010-07-16 | After .Sm on, spacing ought to restart right away, before the next token, | Ingo Schwarze |
2010-07-13 | Merge release 1.10.4 (all code by kristaps@), providing four new features: | Ingo Schwarze |
2010-07-01 | Improve .Nm indentation in the SYNOPSIS; | 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-27 | minor .Bk fixes: | Ingo Schwarze |