Age | Commit message (Expand) | Author |
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 |
2013-08-05 | After a leading blank on an output line, the first word was counted twice | Ingo Schwarze |
2013-08-05 | Put .%C before .%D in .Rs output | Ingo Schwarze |
2013-07-13 | For citing the names and email addresses of authors, | Ingo Schwarze |
2013-07-13 | Rudimentary implementation of the .it request (input line trap). | Ingo Schwarze |
2013-07-12 | Simple partial sync to bsd.lv: | Ingo Schwarze |
2013-06-27 | Parse for the closing delimiter `\}' for conditionals | Ingo Schwarze |
2013-06-20 | Improve handling of the roff(7) "\t" escape sequence: | Ingo Schwarze |
2013-06-17 | Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q | Philip Guenther |
2013-06-05 | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze |
2013-06-02 | Let .Do .Dq .Ql .So .Sq generate the correct roff(7) character escape | Ingo Schwarze |
2013-06-02 | Sync with bsd.lv, reshuffling the code a bit among mparse_readfd() and | Ingo Schwarze |
2013-06-01 | This file contains too much complexity. | Ingo Schwarze |
2013-06-01 | Use a standard locale name, "UTF-8" is an ugly non-standard alias | Ingo Schwarze |
2013-06-01 | If a table contained at least one complete line | Ingo Schwarze |
2013-05-31 | More cleanup: Consistently use the name "struct tbl_node *tbl" | Ingo Schwarze |
2013-05-31 | The name "struct tbl" was badly misleading for two reasons: | Ingo Schwarze |
2013-05-30 | Reject non-printable characters found in the input stream even when | Ingo Schwarze |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze |
2013-05-29 | Simplify condition, avoid duplicate code; no functional change. | Ingo Schwarze |
2013-05-29 | In SYNOPSIS mode, .Ek doesn't end a keep. | Ingo Schwarze |