Age | Commit message (Expand) | Author |
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-01-30 | starting a tbl(7) breaks man(7) next-line scope; | Ingo Schwarze |
2015-01-24 | Strangely, ignoring the roff(7) .na request was implemented in the man(7) | Ingo Schwarze |
2015-01-15 | Fatal errors no longer exist. | Ingo Schwarze |
2014-12-28 | mdoc(7) already uses the mandoc(1) -Ios argument in the footer line | Ingo Schwarze |
2014-11-28 | Simplify by making the eqn and tbl steering functions void; | Ingo Schwarze |
2014-11-28 | Simplify by making many functions in the man(7) parser void, | Ingo Schwarze |
2014-11-19 | Escape sequences terminate high-level macro names, and when doing so, | Ingo Schwarze |
2014-11-03 | Allow the five man(7) font macros to concatenate their line arguments, | Ingo Schwarze |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze |
2014-08-08 | Simplify man(7) validation: | Ingo Schwarze |
2014-08-08 | mention requests and macros in more messages | Ingo Schwarze |
2014-08-08 | Simplify: replace one global flag by one local variable | Ingo Schwarze |
2014-07-07 | Clean up ERROR messages related to document structure and macros: | Ingo Schwarze |
2014-07-07 | Simplify man_unscope(), removing 18 lines of code, that is, | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-05-07 | Do not segfault in makewhatis -Q if the next .SH after .SH NAME | Ingo Schwarze |
2014-04-20 | KNF: case (FOO): -> case FOO, remove /* LINTED */ and /* ARGSUSED */, | Ingo Schwarze |
2014-03-30 | Implement the roff(7) .ll (line length) request. | Ingo Schwarze |
2014-03-23 | Skip leading escape sequences in man_deroff(). Helps indexing of | Ingo Schwarze |
2014-03-22 | If a man(7) NAME section contains macros, avoid truncated or empty | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | Ingo Schwarze |
2014-01-06 | Joerg Sonnenberger contributed copyrightable amounts of text to | Ingo Schwarze |
2014-01-05 | Add an option -Q (quick) to mandocdb(8) | Ingo Schwarze |
2013-12-30 | Simplify: Remove an unused argument from the mandoc_eos() function. | Ingo Schwarze |
2013-11-10 | Ignore blank lines right after .SH and .SS. | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-07-14 | Translate blank input lines to .sp just like in mdoc(7), | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-06-02 | Minimal implementation of .EX and .EE for GNU compatibility. | Ingo Schwarze |
2012-02-26 | Support .OP, one of the extended man macros; from kristaps@. | Ingo Schwarze |
2011-11-16 | When a .TP block is broken but already contains a head element, | Ingo Schwarze |
2011-11-05 | When the HEAD scope of .TP is broken by another block macro, | Ingo Schwarze |
2011-10-09 | Sync to version 1.12.0; all code by kristaps@: | Ingo Schwarze |
2011-09-18 | sync to version 1.11.7 from kristaps@ | Ingo Schwarze |
2011-09-18 | sync to version 1.11.5: | Ingo Schwarze |
2011-04-24 | Merge version 1.11.1: | Ingo Schwarze |
2011-04-21 | Merge version 1.10.10: | 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-10 | Tbl code maintenance by kristaps@. | Ingo Schwarze |
2011-01-16 | If the first character of a free-form text input line is whitespace, | Ingo Schwarze |
2011-01-09 | Make sure coding errors cannot make us miss fatal parsing errors | Ingo Schwarze |
2011-01-04 | Merge kristaps@' cleaner tbl integration, removing mine; | Ingo Schwarze |
2011-01-01 | Clean up {mdoc,man}_{p,v}msg invocations: | Ingo Schwarze |