Age | Commit message (Expand) | Author |
2017-07-28 | use & to check if a bit is set in a flag; pointed out by clang | Florian Obser |
2017-07-26 | Fix a typo that caused a non-constant string | Ingo Schwarze |
2017-07-26 | Cast the return value of chdir(2) to void. We already have a comment | Ingo Schwarze |
2017-07-20 | For -Tlint, put parser messages on stdout instead of stderr. | Ingo Schwarze |
2017-07-20 | Do not call err(3) from the parser. Call mandoc_vmsg() and | Ingo Schwarze |
2017-07-20 | correctly handle letters in .Nx arguments; improves for example | Ingo Schwarze |
2017-07-19 | Prefer arch-dependent over arch-independent pages if the name priority, | Ingo Schwarze |
2017-07-16 | The only elements using floats are dt.It-tag, so the only elements | Ingo Schwarze |
2017-07-15 | In .Bl -tag and -hang, do not print a margin-left style attribute | Ingo Schwarze |
2017-07-15 | use the same width increase logic for .Bl -hang as for .Bl -tag | Ingo Schwarze |
2017-07-15 | If -column, -diag, -inset, -item, or -ohang lists have a -width, | Ingo Schwarze |
2017-07-15 | correct left margins for different classes of definition lists | Ingo Schwarze |
2017-07-15 | Print the right character for mathematical overbar. | Anthony J. Bentley |
2017-07-15 | Improve rev. 1.199 further: | Ingo Schwarze |
2017-07-14 | always give commas their own <mo> element, | Ingo Schwarze |
2017-07-14 | The .Dd and .TH macros must interrupt .ce, too; | Ingo Schwarze |
2017-07-14 | Explicitly initialize a variable where the compiler is (understandably) | Ingo Schwarze |
2017-07-14 | Fix an assertion failure triggered by print_otag("sw+-l", NULL). | Ingo Schwarze |
2017-07-14 | Handle .Bl -compact via CSS rather than writing individual style | Ingo Schwarze |
2017-07-14 | Print HTML character references as 4+ digits hexadecimal, like Unicode. | Anthony J. Bentley |
2017-07-14 | do not print <math class="eqn"><mrow></mrow></math> for empty .EQ; | Ingo Schwarze |
2017-07-13 | eqn(7) .EQ has to break man(7) next-line scope, or tree corruption | Ingo Schwarze |
2017-07-08 | Simplify by creating struct roff_node syntax tree nodes for tbl(7) | Ingo Schwarze |
2017-07-08 | fix an assertion failure triggered by .ce in next-line scope; | Ingo Schwarze |
2017-07-08 | 1. Eliminate struct eqn, instead use the existing members | Ingo Schwarze |
2017-07-08 | Correctly handle horizontal spans at the beginning of rows, | Ingo Schwarze |
2017-07-07 | garbage collect unused enum member EQN_ROOT | Ingo Schwarze |
2017-07-07 | add parentheses to the output where required for disambiguation | Ingo Schwarze |
2017-07-07 | simplify the eqn_box_makebinary() function by removing the trivial pos | Ingo Schwarze |
2017-07-07 | Radically simplify the definitions what the message levels ERROR | Ingo Schwarze |
2017-07-06 | Now that we have the -Wstyle message level, downgrade six warnings | Ingo Schwarze |
2017-07-06 | Fix operator precedence according to Brian W. Kernighan and Lorinda | Ingo Schwarze |
2017-07-05 | The EQN_LISTONE box type is pointless. | Ingo Schwarze |
2017-07-04 | cross reference to self; found with mandoc(1) | Ingo Schwarze |
2017-07-04 | Fix handling of \} on roff request lines. | Ingo Schwarze |
2017-07-04 | It turns out association of tbl spans with layout rows is simpler than | Ingo Schwarze |
2017-07-04 | Printing "BASE:" in messages about violations of base system conventions | Ingo Schwarze |
2017-07-03 | report trailing delimiters after macros where they are usually a mistake; | Ingo Schwarze |
2017-07-03 | warn about time machines; suggested by Thomas Klausner <wiz @ NetBSD> | Ingo Schwarze |
2017-07-02 | If a single page references the same non-existent manual more than | Ingo Schwarze |
2017-07-02 | add warning "cross reference to self"; inspired by mdoclint | Ingo Schwarze |
2017-07-01 | When checking cross references with -Tlint, ultimately fall back to | Ingo Schwarze |
2017-07-01 | When checking the validity of cross references with -Tlint, | Ingo Schwarze |
2017-07-01 | Basic reporting of .Xrs to manual pages that don't exist | Ingo Schwarze |
2017-06-29 | Skip whitespace at the beginning of eqn(7) nodes, | Ingo Schwarze |
2017-06-29 | warn about some non-portable idioms in .Bl -column; | Ingo Schwarze |
2017-06-28 | fix incomplete handling of roff(7) nodes in man(7) block next-line scope; | Ingo Schwarze |
2017-06-27 | Implement spacing of columns as defined in the table layout; | Ingo Schwarze |
2017-06-27 | warn about .Ns macros that have no effect because they are followed | Ingo Schwarze |
2017-06-26 | Complete rewrite of the lexer in a single function with four operation | Ingo Schwarze |