2019-03-01 |
Ingo Schwarze | Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML... |
tree | commitdiff |
2019-02-06 |
Ingo Schwarze | Let roff_getname() end the roff identifier at a tab... |
tree | commitdiff |
2019-01-31 |
Ingo Schwarze | Since resetting of offsets works quite differently... |
tree | commitdiff |
2019-01-17 |
Ingo Schwarze | Test handling of escaped backslashes because the code... |
tree | commitdiff |
2019-01-11 |
Ingo Schwarze | Remove the HTML title= attributes which harmed accessib... |
tree | commitdiff |
2019-01-07 |
Ingo Schwarze | Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and... |
tree | commitdiff |
2019-01-06 |
Ingo Schwarze | Finally, represent the man(7) .PP and .HP macros by... |
tree | commitdiff |
2019-01-05 |
Ingo Schwarze | In no-fill mode, avoid bogus blank lines in two situations: |
tree | commitdiff |
2019-01-05 |
Ingo Schwarze | In groff, when the .SY block macro occurs in no-fill... |
tree | commitdiff |
2019-01-05 |
Ingo Schwarze | Slowly start doing more HTML output tests, in this... |
tree | commitdiff |
2019-01-04 |
Ingo Schwarze | Test interaction of low-level roff(7) filling requests... |
tree | commitdiff |
2019-01-04 |
Ingo Schwarze | test the roff(7) .ce and .rj requests; |
tree | commitdiff |
2018-12-31 |
Ingo Schwarze | catch up with the changed order of warnings; |
tree | commitdiff |
2018-12-21 |
Ingo Schwarze | merge a test update from OpenBSD that was forgotten... |
tree | commitdiff |
2018-12-21 |
Ingo Schwarze | Rename mandoc_getarg() to roff_getarg() and pass it... |
tree | commitdiff |
2018-12-20 |
Ingo Schwarze | Bugfix: |
tree | commitdiff |
2018-12-16 |
Ingo Schwarze | Yet another round of improvements to manual font selection. |
tree | commitdiff |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
tree | commitdiff |
2018-12-04 |
Ingo Schwarze | Clean up the validation of .Pp, .PP, .sp, and .br.... |
tree | commitdiff |
2018-12-03 |
Ingo Schwarze | In the validators, translate obsolete macro aliases... |
tree | commitdiff |
2018-11-26 |
Ingo Schwarze | When a conditional block is closed by putting "\}"... |
tree | commitdiff |
2018-10-02 |
Ingo Schwarze | Render the eqn(7) "sqrt" function as U+221A in UTF... |
tree | commitdiff |
2018-08-25 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .char (output... |
tree | commitdiff |
2018-08-25 |
Ingo Schwarze | If man(7) next-line scope is open and the line ends... |
tree | commitdiff |
2018-08-24 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .while request. |
tree | commitdiff |
2018-08-23 |
Ingo Schwarze | Implement the roff(7) .shift and .return requests, |
tree | commitdiff |
2018-08-21 |
Ingo Schwarze | Improve the ASCII rendering of \(Po (Pound Sterling) |
tree | commitdiff |
2018-08-21 |
Ingo Schwarze | Fix some issues found looking at groff_char(7): |
tree | commitdiff |
2018-08-19 |
Ingo Schwarze | Disable one test for now that is broken after the addit... |
tree | commitdiff |
2018-08-16 |
Ingo Schwarze | Implement the \*(.T predefined string (interpolate... |
tree | commitdiff |
2018-08-14 |
Ingo Schwarze | support tail arguments on the .ME and .UE macros, |
tree | commitdiff |
2018-04-10 |
Ingo Schwarze | Two new low-level roff(7) features: |
tree | commitdiff |
2018-04-09 |
Ingo Schwarze | When accessing an undefined number register, define... |
tree | commitdiff |
2018-04-09 |
Ingo Schwarze | Using an undefined string or macro will cause it to... |
tree | commitdiff |
2018-02-07 |
Ingo Schwarze | fix wrong date |
tree | commitdiff |
2018-02-06 |
Ingo Schwarze | Delete the "no blank before trailing delimiter" check... |
tree | commitdiff |
2018-01-13 |
Ingo Schwarze | Remove the implicit display feature of .Lk because... |
tree | commitdiff |
2017-08-23 |
Ingo Schwarze | eliminate white space after opening and before closing... |
tree | commitdiff |
2017-08-23 |
Ingo Schwarze | Suppress spacing before certain kinds of lists. |
tree | commitdiff |
2017-08-23 |
Ingo Schwarze | Improve ASCII rendering of a few rare character escape... |
tree | commitdiff |
2017-08-23 |
Ingo Schwarze | catch up with ASCII renderings in chars.c rev. 1.72 |
tree | commitdiff |
2017-07-28 |
Ingo Schwarze | disable .Xr -Tlint test for now, |
tree | commitdiff |
2017-07-28 |
Ingo Schwarze | Do not test .Xr here. It is not what this directory... |
tree | commitdiff |
2017-07-20 |
Ingo Schwarze | Avoid cross reference to mandoc(1) because it may cause... |
tree | commitdiff |
2017-07-18 |
Ingo Schwarze | Run the regression tests iteratively rather than recurs... |
tree | commitdiff |
2017-07-16 |
Ingo Schwarze | test -diag -width and -inset -width |
tree | commitdiff |
2017-07-15 |
Ingo Schwarze | print the right character for mathematical overbar... |
tree | commitdiff |
2017-07-14 |
Ingo Schwarze | print HTML character references as 4+ digits hexadecima... |
tree | commitdiff |
2017-07-07 |
Ingo Schwarze | add parentheses to the output where required for disamb... |
tree | commitdiff |
2017-07-06 |
Ingo Schwarze | Now that we have the -Wstyle message level, downgrade... |
tree | commitdiff |
2017-07-06 |
Ingo Schwarze | Fix operator precedence according to Brian W. Kernighan... |
tree | commitdiff |
2017-07-04 |
Ingo Schwarze | Fix handling of \} on roff request lines. |
tree | commitdiff |
2017-07-04 |
Ingo Schwarze | It turns out association of tbl spans with layout rows... |
tree | commitdiff |
2017-07-04 |
Ingo Schwarze | Messages of the -Wbase level now print STYLE:. Since... |
tree | commitdiff |
2017-06-29 |
Ingo Schwarze | warn about some non-portable idioms in .Bl -column; |
tree | commitdiff |
2017-06-27 |
Ingo Schwarze | test inter-column spacing |
tree | commitdiff |
2017-06-27 |
Ingo Schwarze | warn about .Ns macros that have no effect because they... |
tree | commitdiff |
2017-06-26 |
Ingo Schwarze | catch up with the recent eqn(7) improvements |
tree | commitdiff |
2017-06-25 |
Ingo Schwarze | test new MT macro |
tree | commitdiff |
2017-06-25 |
Ingo Schwarze | cope with changes in BASE messages |
tree | commitdiff |
2017-06-18 |
Ingo Schwarze | Implement appending to standard man(7) and mdoc(7)... |
tree | commitdiff |
2017-06-17 |
Ingo Schwarze | style message about missing RCS ids; inspired by mdoclint |
tree | commitdiff |
2017-06-17 |
Ingo Schwarze | if .in is used inside the .TP head, it's always relative |
tree | commitdiff |
2017-06-17 |
Ingo Schwarze | tables leak tab settings to subsequent text |
tree | commitdiff |
2017-06-17 |
Ingo Schwarze | correct handling of blank lines after \c |
tree | commitdiff |
2017-06-16 |
Ingo Schwarze | Multiple tbl(7) improvements: |
tree | commitdiff |
2017-06-15 |
Ingo Schwarze | round default width of tbl(7) text blocks in the same... |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | implement so-called absolute horizontal motion: \h... |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | Naive implementation of the roff(7) .po (page offset... |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | add the \(ru (0.5m baseline ruler) character escape... |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | let \l use the right fill character |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | improve rounding rules for scaling units |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | implement the roff(7) d (macro or string defined) condi... |
tree | commitdiff |
2017-06-14 |
Ingo Schwarze | implement the roff(7) \p (break output line) escape... |
tree | commitdiff |
2017-06-13 |
Ingo Schwarze | Partial support for the \n[an-margin] number register. |
tree | commitdiff |
2017-06-13 |
Ingo Schwarze | fix the interaction of the allbox option with spanned... |
tree | commitdiff |
2017-06-12 |
Ingo Schwarze | test the new allbox and wrapping features |
tree | commitdiff |
2017-06-12 |
Ingo Schwarze | Implement automatic line breaking |
tree | commitdiff |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
tree | commitdiff |
2017-06-11 |
Ingo Schwarze | Style message about legacy man(7) date format in mdoc... |
tree | commitdiff |
2017-06-11 |
Ingo Schwarze | Do not issue the message "no blank before trailing... |
tree | commitdiff |
2017-06-11 |
Ingo Schwarze | add forgotten file |
tree | commitdiff |
2017-06-11 |
Ingo Schwarze | fix order of messages |
tree | commitdiff |
2017-06-10 |
Ingo Schwarze | style message about missing blank before trailing delim... |
tree | commitdiff |
2017-06-08 |
Ingo Schwarze | Implement w layout specifier (minimum column width). |
tree | commitdiff |
2017-06-08 |
Ingo Schwarze | warning about unknown .Lb arguments; inspired by mdocli... |
tree | commitdiff |
2017-06-03 |
Ingo Schwarze | ignore blank lines in man(7) next line scope; |
tree | commitdiff |
2017-06-02 |
Ingo Schwarze | add about 15 missing character escape sequences found... |
tree | commitdiff |
2017-06-01 |
Ingo Schwarze | Minimal implementation of the \h (horizontal motion... |
tree | commitdiff |
2017-05-30 |
Ingo Schwarze | STYLE message about useless macros we don't want (Bt... |
tree | commitdiff |
2017-05-30 |
Ingo Schwarze | fix formatting of intermediate punctuation in .Lk |
tree | commitdiff |
2017-05-30 |
Ingo Schwarze | Macro argument quoting does not prevent recognition... |
tree | commitdiff |
2017-05-08 |
Ingo Schwarze | Basic implementation of the roff(7) .ti (temporary... |
tree | commitdiff |
2017-05-07 |
Ingo Schwarze | Basic implementation of the roff(7) .ta (define tab... |
tree | commitdiff |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
tree | commitdiff |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
tree | commitdiff |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
tree | commitdiff |
2017-05-01 |
Ingo Schwarze | When trying to expand some columns in a table where... |
tree | commitdiff |
2017-04-28 |
Ingo Schwarze | Delete .Pp right before the first .Sh and right before... |
tree | commitdiff |
2017-04-17 |
Ingo Schwarze | adjust tests to recent .Lk improvements |
tree | commitdiff |
next |