]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-07-15 Ingo SchwarzeImprove rev. 1.250 further:
2017-07-15 Ingo Schwarzefirst draft of the 1.14.2 release notes
2017-07-14 Ingo Schwarzealways give commas their own <mo> element,
2017-07-14 Ingo SchwarzeThe .Dd and .TH macros must interrupt .ce, too;
2017-07-14 Ingo SchwarzeExplicitly initialize a variable where the compiler...
2017-07-14 Ingo SchwarzeFix an assertion failure triggered by print_otag("sw...
2017-07-14 Ingo SchwarzeHandle .Bl -compact via CSS rather than writing individ...
2017-07-14 Ingo Schwarzeprint HTML character references as 4+ digits hexadecima...
2017-07-14 Ingo Schwarzedo not print <math class="eqn"><mrow></mrow></math...
2017-07-14 Ingo Schwarzeeqn(7) nits from bentley@
2017-07-13 Ingo Schwarzeeqn(7) .EQ has to break man(7) next-line scope, or...
2017-07-08 Ingo SchwarzeSimplify by creating struct roff_node syntax tree nodes...
2017-07-08 Ingo Schwarzefix an assertion failure triggered by .ce in next-line...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-08 Ingo SchwarzeCorrectly handle horizontal spans at the beginning...
2017-07-07 Ingo Schwarzegarbage collect unused enum member EQN_ROOT
2017-07-07 Ingo Schwarzeadd parentheses to the output where required for disamb...
2017-07-07 Ingo Schwarzesimplify the eqn_box_makebinary() function by removing...
2017-07-07 Ingo SchwarzeRadically simplify the definitions what the message...
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-06 Ingo SchwarzeFix operator precedence according to Brian W. Kernighan...
2017-07-05 Ingo SchwarzeThe EQN_LISTONE box type is pointless.
2017-07-05 Ingo Schwarzenits about trailing punctuation found with mandoc ...
2017-07-04 Ingo Schwarzevarious nits found with mandoc -Tlint
2017-07-04 Ingo SchwarzeFix handling of \} on roff request lines.
2017-07-04 Ingo SchwarzeIt turns out association of tbl spans with layout rows...
2017-07-04 Ingo Schwarzeadjust to today's change of the OpenBSD groff port
2017-07-04 Ingo SchwarzeMessages of the -Wbase level now print STYLE:. Since...
2017-07-04 Ingo SchwarzePrinting "BASE:" in messages about violations of base...
2017-07-03 Ingo Schwarzereport trailing delimiters after macros where they...
2017-07-03 Ingo Schwarzewarn about time machines; suggested by Thomas Klausner...
2017-07-02 Ingo SchwarzeIf a single page references the same non-existent manua...
2017-07-02 Ingo Schwarzeadd warning "cross reference to self"; inspired by...
2017-07-01 Ingo SchwarzeWhen checking cross references with -Tlint, ultimately...
2017-07-01 Ingo SchwarzeWhen checking the validity of cross references with...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-29 Ingo SchwarzeSkip whitespace at the beginning of eqn(7) nodes,
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-29 Ingo SchwarzeClarify that .Ta as a line macro is a portability problem,
2017-06-28 Ingo Schwarzefix incomplete handling of roff(7) nodes in man(7)...
2017-06-28 Ingo SchwarzeRewrite half of this, i was completely unaware how...
2017-06-27 Ingo Schwarzetest inter-column spacing
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-27 Ingo Schwarzewarn about .Ns macros that have no effect because they...
2017-06-26 Ingo Schwarzecatch up with the recent eqn(7) improvements
2017-06-26 Ingo SchwarzeComplete rewrite of the lexer in a single function...
2017-06-26 Ingo Schwarzewhen splitting a composite word,
2017-06-25 Ingo SchwarzeCatch typos in .Sh names; suggested by jmc@.
2017-06-25 Ingo Schwarzetest new MT macro
2017-06-25 Ingo Schwarzecope with changes in BASE messages
2017-06-25 Ingo Schwarzeadd support for the MT and ME mailto macros, used for...
2017-06-24 Ingo Schwarzedelete useless .Ns macro that jmc@ found with mdoclint(1)
2017-06-24 Ingo Schwarzedocument message "unknown architecture"
2017-06-24 Ingo Schwarzeoperating system dependent message about unknown archit...
2017-06-24 Ingo Schwarzedelete old, undocumented, obsolete section names that...
2017-06-24 Ingo Schwarzein the base system, suggest leaving .Os blank; inspired...
2017-06-24 Ingo SchwarzeSplit -Wstyle into -Wstyle and the even lower -Wbase...
2017-06-24 Ingo SchwarzeDelete .St -p1003.1-2013.
2017-06-23 Ingo SchwarzeConsistently treat character escape sequences as operators,
2017-06-23 Ingo Schwarzeeqn(1) output operator translation
2017-06-23 Ingo Schwarzesplitting a text box sometimes requires wrapping it...
2017-06-23 Ingo SchwarzeStop using "mdocml" as an official name.
2017-06-23 Ingo SchwarzeWrite text boxes as <mi>, <mn>, or <mo> as appropriate,
2017-06-23 Ingo SchwarzeSimplify font handling:
2017-06-22 Ingo SchwarzeFix font selection for text boxes in the terminal forma...
2017-06-21 Ingo SchwarzeOutside explicit font context, give every letter its...
2017-06-21 Ingo Schwarzequoted words are not parsed for defined keys
2017-06-21 Ingo SchwarzeRecognize well-known functions names (the same that...
2017-06-20 Ingo SchwarzeKNF: remove parentheses from switch case labels; no...
2017-06-19 Ingo SchwarzeFix a regression in the previous revision:
2017-06-18 Ingo SchwarzeImplement appending to standard man(7) and mdoc(7)...
2017-06-17 Ingo Schwarzestyle message about duplicate RCS ids; inspired by...
2017-06-17 Ingo Schwarzestyle message about missing RCS ids; inspired by mdoclint
2017-06-17 Ingo Schwarzeif .in is used inside the .TP head, it's always relative
2017-06-17 Ingo Schwarzetables leak tab settings to subsequent text
2017-06-17 Ingo Schwarzecorrect handling of blank lines after \c
2017-06-17 Ingo Schwarzeproperly set the default indentation
2017-06-16 Ingo SchwarzeMultiple tbl(7) improvements:
2017-06-15 Ingo Schwarzeround default width of tbl(7) text blocks in the same...
2017-06-14 Ingo Schwarzeimplement so-called absolute horizontal motion: \h...
2017-06-14 Ingo SchwarzeNaive implementation of the roff(7) .po (page offset...
2017-06-14 Ingo Schwarzeadd the \(ru (0.5m baseline ruler) character escape...
2017-06-14 Ingo Schwarzesimple implementation of the roff(7) .als (macro alias...
2017-06-14 Ingo Schwarzelet \l use the right fill character
2017-06-14 Ingo Schwarzeimprove rounding rules for scaling units
2017-06-14 Ingo Schwarzeharmless, but weird typo; found with afterstep_faq(1)
2017-06-14 Ingo Schwarzeimplement the roff(7) d (macro or string defined) condi...
2017-06-14 Ingo Schwarzeimplement roff(7) .rj (right justify) request
2017-06-14 Ingo Schwarzeimplement the roff(7) \p (break output line) escape...
2017-06-13 Ingo SchwarzePartial support for the \n[an-margin] number register.
2017-06-13 Ingo SchwarzeIf the layout is empty except for requesting a left...
2017-06-13 Ingo SchwarzeDelete the arbitrary range restriction for -Owidth.
2017-06-13 Ingo Schwarzefix the interaction of the allbox option with spanned...
2017-06-13 Ingo SchwarzeExplicitly ignore .br, .ce, and .sp inside tbl(7) text...
2017-06-12 Ingo Schwarzetest the new allbox and wrapping features
2017-06-12 Ingo SchwarzeTwo minor fixes for the "allbox" modifier:
2017-06-12 Ingo SchwarzeIf a tbl(7) layout contains a 'w' (minimum width) modif...
2017-06-12 Ingo Schwarzeimplement the tbl(7) "allbox" option;
2017-06-12 Ingo Schwarzefix column width calculation for text block cells
2017-06-12 Ingo SchwarzeImplement automatic line breaking
next