Age | Commit message (Expand) | Author |
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 |
2017-06-26 | when splitting a composite word, | Ingo Schwarze |
2017-06-25 | Catch typos in .Sh names; suggested by jmc@. | Ingo Schwarze |
2017-06-25 | Add support for the MT and ME mailto macros, used for example in wg(8). | Anthony J. Bentley |
2017-06-24 | delete useless .Ns macro that jmc@ found with mdoclint(1) | Ingo Schwarze |
2017-06-24 | document message "unknown architecture" | Ingo Schwarze |
2017-06-24 | operating system dependent message about unknown architecture; | Ingo Schwarze |
2017-06-24 | delete old, undocumented, obsolete section names that nobody uses | Ingo Schwarze |
2017-06-24 | in the base system, suggest leaving .Os blank; inspired by mdoclint | Ingo Schwarze |
2017-06-24 | Split -Wstyle into -Wstyle and the even lower -Wbase, and add | Ingo Schwarze |
2017-06-24 | Delete .St -p1003.1-2013. | Ingo Schwarze |
2017-06-23 | Consistently treat character escape sequences as operators, | Ingo Schwarze |
2017-06-23 | splitting a text box sometimes requires wrapping it in a list | Ingo Schwarze |
2017-06-23 | Write text boxes as <mi>, <mn>, or <mo> as appropriate, | Ingo Schwarze |
2017-06-23 | Simplify font handling: | Ingo Schwarze |
2017-06-22 | Fix font selection for text boxes in the terminal formatter. | Ingo Schwarze |
2017-06-21 | Outside explicit font context, give every letter its own box. | Ingo Schwarze |
2017-06-21 | quoted words are not parsed for defined keys | Ingo Schwarze |
2017-06-21 | Recognize well-known functions names (the same that Heirloom recognizes, | Ingo Schwarze |
2017-06-20 | KNF: remove parentheses from switch case labels; no binary change | Ingo Schwarze |
2017-06-19 | Fix a regression in the previous revision: | Ingo Schwarze |
2017-06-18 | Implement appending to standard man(7) and mdoc(7) macros with .am. | Ingo Schwarze |
2017-06-17 | style message about duplicate RCS ids; inspired by mdoclint | Ingo Schwarze |