Age | Commit message (Expand) | Author |
2013-12-26 | I have no idea how it happened that \B, \H, \h, \L, and \l got | Ingo Schwarze |
2013-12-25 | Parse and ignore the roff(7) escape sequences \d (move half line down) | Ingo Schwarze |
2013-12-25 | Implement .Fo/.Fa/.Fc indentation and break handling for -Tman. | Ingo Schwarze |
2013-12-25 | Oops, .Fa never breaks the output line in the middle of any of its | Ingo Schwarze |
2013-12-25 | Garbage collect two local variables each used only one single time. | Ingo Schwarze |
2013-12-25 | In the SYNOPSIS, implement hanging indentation for .Fo | Ingo Schwarze |
2013-12-25 | Support .St -xsh4.2, the System Interfaces part of the original Single | Ingo Schwarze |
2013-12-25 | s/[Nn]ull/NUL/ in comments where appropriate; | Ingo Schwarze |
2013-12-25 | Do not break output lines in .Fn function arguments in SYNOPSIS mode. | Ingo Schwarze |
2013-12-24 | Delete the unused flag TERMP_IGNDELIM | Ingo Schwarze |
2013-12-24 | Implement SYNOPSIS .Fn indentation for -Tman. | Ingo Schwarze |
2013-12-24 | It turns out SYNOPSIS mode does not imply .Bk in general, | Ingo Schwarze |
2013-12-24 | When deciding whether two consecutive macros are on the same input line, | Ingo Schwarze |
2013-12-23 | Implement a long-standing desideratum, | Ingo Schwarze |
2013-12-22 | Polishing the worms in my favourite can, term_flushln(). | Ingo Schwarze |
2013-12-22 | Fix end-of-sentence spacing after the DragonFly text production macro. | Ingo Schwarze |
2013-12-22 | Implement end-of-sentence spacing at the end of man(7) macro lines. | Ingo Schwarze |
2013-12-15 | In quoted macro arguments, double quotes can be quoted by doubling them. | Ingo Schwarze |
2013-12-15 | The "value" argument to the roff(7) .nr requests ends right before | Ingo Schwarze |
2013-11-21 | My audit of mandoc revealed two missing (unsigned char) casts | Ingo Schwarze |
2013-11-11 | In the parser, when closing an explicit block that is not open, | Ingo Schwarze |
2013-11-10 | Ignore blank lines right after .SH and .SS. | Ingo Schwarze |
2013-11-10 | Support the alternative syntax \C'uXXXX' for Unicode characters. | Ingo Schwarze |
2013-10-22 | Parse and ignore .hw (hyphenation points in words); this is safe because | Ingo Schwarze |
2013-10-21 | There are three kinds of input lines: text lines, macros taking | Ingo Schwarze |
2013-10-17 | Implement the .UR/.UE block (uniform resource identifier) introduced in the | Ingo Schwarze |
2013-10-14 | Parse and ignore the .fam (font family) request. | Ingo Schwarze |
2013-10-13 | add libppath; Thomas Klausner, NetBSD rev. 1.4, Aug 29, 2011 | Ingo Schwarze |
2013-10-13 | add libefi and simplify some names | Ingo Schwarze |
2013-10-13 | sync SUSv2/SUSv3 entries with groff | Ingo Schwarze |
2013-10-13 | more DragonFly libraries; Franco Fichtner <franco at lastsummer dot de> | Ingo Schwarze |
2013-10-07 | Printf size_t vars with %zu, not %ld; | Ingo Schwarze |
2013-10-07 | Yesterday, i released (portable) mandoc 1.12.2, so bump our VERSION, too. | Ingo Schwarze |
2013-10-06 | We don't do hyphenation, but we allow breaking the line at hyphens that are | Ingo Schwarze |
2013-10-06 | If there is random stuff inside a .Bl block body before the first .It, | Ingo Schwarze |
2013-10-05 | Cleanup suggested by gcc-4.8.1, following hints by Christos Zoulas: | Ingo Schwarze |
2013-10-04 | Support simple numerical conditions. | Ingo Schwarze |
2013-10-03 | ROFFRULE_ALLOW = 0, ROFFRULE_DENY = 1 was confusing, so exchange the | Ingo Schwarze |
2013-10-03 | Avoid code duplication in roff_parseln() as suggested by | Ingo Schwarze |
2013-10-03 | Expand references to number registers in exactly the same way as | Ingo Schwarze |
2013-10-03 | Support setting arbitrary roff(7) number registers, | Ingo Schwarze |
2013-10-03 | sync with NetBSD | Ingo Schwarze |
2013-09-16 | One of the WARNING messages has to use the word "section" twice in two | Ingo Schwarze |
2013-09-15 | Use normal line macro recognition, do not attempt to roll your own. | Ingo Schwarze |
2013-09-15 | Block closing macros do not allocate a new node but finish an existing | Ingo Schwarze |
2013-09-15 | For some mdoc(7) macros, it is (unfortunately) semantically significant | Ingo Schwarze |
2013-09-04 | Beagle has been replaced by armv7. | Patrick Wildt |
2013-08-21 | Move the last column-counting members of struct termp (col and maxcols) | Ingo Schwarze |
2013-08-08 | Implement the roff(7) font-escape sequence \f(BI "bold+italic". | Ingo Schwarze |
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat |