Age | Commit message (Expand) | Author |
2014-12-11 | slightly reshuffle some code to reduce the diff with portable; | Ingo Schwarze |
2014-12-06 | When opening mandoc.db fails, tell the user in which directory. | Ingo Schwarze |
2014-12-05 | implement help(1) | Ingo Schwarze |
2014-12-05 | Improve parsing of function names. | Ingo Schwarze |
2014-12-05 | Do not misinterpret function arguments as function names; | Ingo Schwarze |
2014-12-05 | Render text before, not after accumulating flag bits, such that flags | Ingo Schwarze |
2014-12-04 | When finding a .so link after the page was already processed, | Ingo Schwarze |
2014-12-04 | correctly store .Dt and .TH information in the names table | Ingo Schwarze |
2014-12-04 | in the SYNOPSIS, add .Fo and first .Fn arguments to the names table | Ingo Schwarze |
2014-12-04 | In the SYNOPSIS, if .Nm occurs without argument, give the first .Nm | Ingo Schwarze |
2014-12-04 | fix handling of roff requests having a default scale other than "n", | Ingo Schwarze |
2014-12-04 | Ignore macros that never produce any text when deciding whether | Ingo Schwarze |
2014-12-02 | Switch the default output mode from -Tascii to -Tlocale. | Ingo Schwarze |
2014-12-02 | Fix the implementation and documentation of \c (continue text input line). | Ingo Schwarze |
2014-12-01 | header cleanup: | Ingo Schwarze |
2014-12-01 | The header libmandoc.h is part of the internal parser interface, | Ingo Schwarze |
2014-11-30 | delete three standard abbreviations that are | Ingo Schwarze |
2014-11-30 | Multiple fixes with respect to .Pf: | Ingo Schwarze |
2014-11-30 | warn about attempts to call non-callable macros; | Ingo Schwarze |
2014-11-29 | Reduce code duplication by reusing the same argument parser | Ingo Schwarze |
2014-11-29 | Provide a helper function macro_or_word() and use it to prune the | Ingo Schwarze |
2014-11-28 | Fold the loop around mdoc_argv() into the function itself, | Ingo Schwarze |
2014-11-28 | Add some missing OpenBSD RCS markers | Ingo Schwarze |
2014-11-28 | AT&T is unlikely to release an new version of Research UNIX any time soon. | Ingo Schwarze |
2014-11-28 | Retire support for CSRG supplementary document titles. These are | Ingo Schwarze |
2014-11-28 | Drop useless architecture table. Validating architecture names | Ingo Schwarze |
2014-11-28 | Remove bulky, irrelevant library description string tables | Ingo Schwarze |
2014-11-28 | mop up and #ifdef turd deraadt@ stepped into | Ingo Schwarze |
2014-11-28 | Be more careful about meta->name. For weird input, it can be NULL. | 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-28 | Simplify by making the mdoc parser callbacks void, and some cleanup; | Ingo Schwarze |
2014-11-28 | Simplify the code by making various mdoc parser helper functions void. | Ingo Schwarze |
2014-11-28 | Simplify code by making mdoc validation handlers void. | Ingo Schwarze |
2014-11-27 | Downgrade .Bd -file from FATAL to ERROR. | Ingo Schwarze |
2014-11-27 | Multiple fixes with respect to .Eo: | Ingo Schwarze |
2014-11-27 | Fix the obsolete .Db (toggle debug mode) macro to ignore its arguments | Ingo Schwarze |
2014-11-27 | remove unneccessary inclusion protection; ok schwarze | Theo de Raadt |
2014-11-27 | Make makewhatis(8) understand .so links to .gz pages. | Ingo Schwarze |
2014-11-26 | Let mparse_readfd() use mparse_open() and mparse_wait() | Ingo Schwarze |
2014-11-26 | Simplify the mparse_open()/mparse_wait() interface. | Ingo Schwarze |
2014-11-26 | remove an unreachable warning about .Sm arguments | Ingo Schwarze |
2014-11-26 | The .Sm macro accepts at most one argument; | Ingo Schwarze |
2014-11-26 | Make the code sipler and more robust by always assigning a value | Ingo Schwarze |
2014-11-25 | fix (disabled) build of man.cgi | Ingo Schwarze |
2014-11-25 | Allow comma-separated options in tbl(7) tables. | Anthony J. Bentley |
2014-11-25 | Completely rewrite the top level of the layout parser. | Ingo Schwarze |
2014-11-25 | "Aq foo" is not the same as "<foo>". Don't use it to mark up HTML. | Anthony J. Bentley |
2014-11-25 | Do not access a NULL pointer when a section has no body, | Ingo Schwarze |
2014-11-21 | We repeatedly observed assertion crashes in the low-level terminal | Ingo Schwarze |