Age | Commit message (Expand) | Author |
2014-10-20 | correct the spacing after in-line equations | Ingo Schwarze |
2014-10-20 | correct spacing before inline equations | Ingo Schwarze |
2014-10-16 | Implement in-line equations, much needed by Xenocara manuals. | Ingo Schwarze |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze |
2014-08-08 | Bring the handling of defective prologues even closer to groff, | 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-09 | mark defos as const; nobody needs to change it, | Ingo Schwarze |
2014-07-07 | no need to skip content before first section header | Ingo Schwarze |
2014-07-06 | Clean up messages related to plain text and to escape sequences. | Ingo Schwarze |
2014-07-02 | Implement the obsolete macros .En .Es .Fr .Ot for backward compatibility, | Ingo Schwarze |
2014-07-01 | Clean up the warnings related to document structure. | Ingo Schwarze |
2014-06-20 | Start systematic improvements of error reporting. | Ingo Schwarze |
2014-04-25 | Fix a minor optimization i broke in bsd.lv rev. 1.163 on August 20, 2010: | 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 | If an .Nd block contains macros, avoid fragmented entries in mandocdb(8), | Ingo Schwarze |
2014-03-21 | avoid repetitive code for asprintf error handling | Ingo Schwarze |
2014-03-21 | The files mandoc.c and mandoc.h contained both specialised low-level | 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-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-10-21 | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2012-11-17 | Cleanup naming of local variables to make the code easier on the eye: | Ingo Schwarze |
2012-11-16 | Fix a crash triggered by .Bl -tag .It Xo .El .Sh found by florian@. | Ingo Schwarze |
2012-07-18 | Fix handling of paragraph macros inside lists: | Ingo Schwarze |
2012-07-18 | The mdoc(7) \*(Ba predefined string actually forces roman font; | Ingo Schwarze |
2012-07-16 | Several -mdoc parser improvements related to vertical spacing: | Ingo Schwarze |
2012-07-07 | Support the .cc request; code by kristaps@, tests by me. | Ingo Schwarze |
2012-05-24 | Support -Ios='OpenBSD 5.1' to override uname(3) as the source of the | Ingo Schwarze |
2011-09-30 | implement .Ap .Bd .Bo .Bq .D1 .Ic .Lp .Oo .Pf .Po .Ss .Sx .Sy .br .sp | 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-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 |
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-02 | Properly initialize the manual section to a default when .Dt is missing. | Ingo Schwarze |
2010-12-01 | Merge mdoc_action.c into mdoc_validate.c, because having two places to do | Ingo Schwarze |
2010-11-28 | To avoid FATAL errors, we have been parsing and ignoring the roff | Ingo Schwarze |
2010-10-16 | Do not abort() on tbl errors, reduce the risk that tbl stuff kills a build, | Ingo Schwarze |