2017-07-14 |
Ingo Schwarze | Handle .Bl -compact via CSS rather than writing individ... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Ingo Schwarze | print HTML character references as 4+ digits hexadecima... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Ingo Schwarze | do not print <math class="eqn"><mrow></mrow></math... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Ingo Schwarze | eqn(7) nits from bentley@ |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Ingo Schwarze | eqn(7) .EQ has to break man(7) next-line scope, or... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ingo Schwarze | Simplify by creating struct roff_node syntax tree nodes... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ingo Schwarze | fix an assertion failure triggered by .ce in next-line... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ingo Schwarze | 1. Eliminate struct eqn, instead use the existing members |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Ingo Schwarze | Correctly handle horizontal spans at the beginning... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ingo Schwarze | garbage collect unused enum member EQN_ROOT |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ingo Schwarze | add parentheses to the output where required for disamb... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ingo Schwarze | simplify the eqn_box_makebinary() function by removing... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Ingo Schwarze | Radically simplify the definitions what the message... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ingo Schwarze | Now that we have the -Wstyle message level, downgrade... |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Ingo Schwarze | Fix operator precedence according to Brian W. Kernighan... |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Ingo Schwarze | The EQN_LISTONE box type is pointless. |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Ingo Schwarze | nits about trailing punctuation found with mandoc ... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | various nits found with mandoc -Tlint |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | Fix handling of \} on roff request lines. |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | It turns out association of tbl spans with layout rows... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | adjust to today's change of the OpenBSD groff port |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | Messages of the -Wbase level now print STYLE:. Since... |
commit | commitdiff | tree | snapshot |
2017-07-04 |
Ingo Schwarze | Printing "BASE:" in messages about violations of base... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Ingo Schwarze | report trailing delimiters after macros where they... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Ingo Schwarze | warn about time machines; suggested by Thomas Klausner... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Ingo Schwarze | If a single page references the same non-existent manua... |
commit | commitdiff | tree | snapshot |
2017-07-02 |
Ingo Schwarze | add warning "cross reference to self"; inspired by... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Ingo Schwarze | When checking cross references with -Tlint, ultimately... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Ingo Schwarze | When checking the validity of cross references with... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Ingo Schwarze | Basic reporting of .Xrs to manual pages that don't... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Ingo Schwarze | Skip whitespace at the beginning of eqn(7) nodes, |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Ingo Schwarze | warn about some non-portable idioms in .Bl -column; |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Ingo Schwarze | Clarify that .Ta as a line macro is a portability problem, |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Ingo Schwarze | fix incomplete handling of roff(7) nodes in man(7)... |
commit | commitdiff | tree | snapshot |
2017-06-28 |
Ingo Schwarze | Rewrite half of this, i was completely unaware how... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ingo Schwarze | test inter-column spacing |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ingo Schwarze | Implement spacing of columns as defined in the table... |
commit | commitdiff | tree | snapshot |
2017-06-27 |
Ingo Schwarze | warn about .Ns macros that have no effect because they... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ingo Schwarze | catch up with the recent eqn(7) improvements |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ingo Schwarze | Complete rewrite of the lexer in a single function... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Ingo Schwarze | when splitting a composite word, |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Ingo Schwarze | Catch typos in .Sh names; suggested by jmc@. |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Ingo Schwarze | test new MT macro |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Ingo Schwarze | cope with changes in BASE messages |
commit | commitdiff | tree | snapshot |
2017-06-25 |
Ingo Schwarze | add support for the MT and ME mailto macros, used for... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | delete useless .Ns macro that jmc@ found with mdoclint(1) |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | document message "unknown architecture" |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | operating system dependent message about unknown archit... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | delete old, undocumented, obsolete section names that... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | in the base system, suggest leaving .Os blank; inspired... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | Split -Wstyle into -Wstyle and the even lower -Wbase... |
commit | commitdiff | tree | snapshot |
2017-06-24 |
Ingo Schwarze | Delete .St -p1003.1-2013. |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | Consistently treat character escape sequences as operators, |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | eqn(1) output operator translation |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | splitting a text box sometimes requires wrapping it... |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | Stop using "mdocml" as an official name. |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | Write text boxes as <mi>, <mn>, or <mo> as appropriate, |
commit | commitdiff | tree | snapshot |
2017-06-23 |
Ingo Schwarze | Simplify font handling: |
commit | commitdiff | tree | snapshot |
2017-06-22 |
Ingo Schwarze | Fix font selection for text boxes in the terminal forma... |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Ingo Schwarze | Outside explicit font context, give every letter its... |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Ingo Schwarze | quoted words are not parsed for defined keys |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Ingo Schwarze | Recognize well-known functions names (the same that... |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Ingo Schwarze | KNF: remove parentheses from switch case labels; no... |
commit | commitdiff | tree | snapshot |
2017-06-19 |
Ingo Schwarze | Fix a regression in the previous revision: |
commit | commitdiff | tree | snapshot |
2017-06-18 |
Ingo Schwarze | Implement appending to standard man(7) and mdoc(7)... |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | style message about duplicate RCS ids; inspired by... |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | style message about missing RCS ids; inspired by mdoclint |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | if .in is used inside the .TP head, it's always relative |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | tables leak tab settings to subsequent text |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | correct handling of blank lines after \c |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Ingo Schwarze | properly set the default indentation |
commit | commitdiff | tree | snapshot |
2017-06-16 |
Ingo Schwarze | Multiple tbl(7) improvements: |
commit | commitdiff | tree | snapshot |
2017-06-15 |
Ingo Schwarze | round default width of tbl(7) text blocks in the same... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | implement so-called absolute horizontal motion: \h... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | Naive implementation of the roff(7) .po (page offset... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | add the \(ru (0.5m baseline ruler) character escape... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | simple implementation of the roff(7) .als (macro alias... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | let \l use the right fill character |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | improve rounding rules for scaling units |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | harmless, but weird typo; found with afterstep_faq(1) |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | implement the roff(7) d (macro or string defined) condi... |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | implement roff(7) .rj (right justify) request |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Ingo Schwarze | implement the roff(7) \p (break output line) escape... |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ingo Schwarze | Partial support for the \n[an-margin] number register. |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ingo Schwarze | If the layout is empty except for requesting a left... |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ingo Schwarze | Delete the arbitrary range restriction for -Owidth. |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ingo Schwarze | fix the interaction of the allbox option with spanned... |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Ingo Schwarze | Explicitly ignore .br, .ce, and .sp inside tbl(7) text... |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | test the new allbox and wrapping features |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | Two minor fixes for the "allbox" modifier: |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | If a tbl(7) layout contains a 'w' (minimum width) modif... |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | implement the tbl(7) "allbox" option; |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | fix column width calculation for text block cells |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Ingo Schwarze | Implement automatic line breaking |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | ooops, fix a glitch in the previous commit... |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | style message about missing .Fn markup; inspired by... |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | Do not issue the message "no blank before trailing... |
commit | commitdiff | tree | snapshot |
2017-06-11 |
Ingo Schwarze | add forgotten file |
commit | commitdiff | tree | snapshot |
next |