Age | Commit message (Expand) | Author |
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 |
2013-05-29 | In keep mode, if any text is printed (even in NOSPACE mode), | Ingo Schwarze |
2013-05-19 | Support .Bl -offset in -mdoc -Tman. | Ingo Schwarze |
2013-05-19 | Move printing of the .RS macro into print_offs() such that print_offs() | Ingo Schwarze |
2013-05-18 | Should termp_xx_pre() ever get called for a macro it cannot handle, | Ingo Schwarze |
2013-05-18 | Remove the variable sz because it's invariantly == 0, | Ingo Schwarze |
2013-05-18 | Even though the size of a pointer should not depend on the type of the | Ingo Schwarze |
2013-03-26 | bits for octeon (will format as OCTEON in Dt); | Jason McIntyre |
2013-03-06 | legancy -> legacy; From: Chris Hettrick | Jason McIntyre |
2013-01-05 | In literal mode (.nf), each input line must be kept together | Ingo Schwarze |
2012-12-31 | Rewrite indentation handling for nested lists in a more systematic way | Ingo Schwarze |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-11-19 | Do not crash on stray .Ta macros found outside column lists. | Ingo Schwarze |
2012-11-19 | sync usage(), and tidy up the output a little; ok schwarze | Jason McIntyre |
2012-11-19 | In -Tman mode, support automatic word keeps in the SYNOPSIS | Ingo Schwarze |