2019-01-04 |
Ingo Schwarze | Test interaction of low-level roff(7) filling requests... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Two functional improvements to filling in terminal... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Simplify the roff(7) .ce and .rj terminal formatter... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Implement centering and adjustment to the right margin... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | Oops, i forgot to adjust this file to the changes in... |
commit | commitdiff | tree | snapshot |
2019-01-04 |
Ingo Schwarze | test the roff(7) .ce and .rj requests; |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Ingo Schwarze | Rewrite the line filling function for terminal output... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | Support taking the -O tag value from apropos(1) key... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | Correctly set the ROFF_NOFILL parser flag for .Bd ... |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | display the NODE_NOFILL flag indicating no-fill mode |
commit | commitdiff | tree | snapshot |
2019-01-01 |
Ingo Schwarze | Now that .nf and .fi are implemented in the roff(7... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | drop flag HTML_LITERAL which is no longer used |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Cleanup, minus 25 LOC, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | oops, one change ROFF_NOFILL -> NODE_NOFILL was forgott... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | catch up with the changed order of warnings; |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Use the new flag NODE_NOFILL in the validators, which... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Store the fill mode with a new flag NODE_NOFILL in... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | For .EX and .EE, set the fill mode parser state directl... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Move parsing of the .nf and .fi (fill mode) requests... |
commit | commitdiff | tree | snapshot |
2018-12-31 |
Ingo Schwarze | Cleanup, minus 15 LOC, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-30 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Ingo Schwarze | add some notes about using col(1) and ul(1) to process... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Ingo Schwarze | bugfix: make the static class buffer long enough |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Ingo Schwarze | mandoc.css lives in /usr/share/misc now; use full paths... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Ingo Schwarze | Finally, stop abusing .Ss and .Sx to mark up macros... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Ingo Schwarze | Simplify and clarify instructions for .Ql, and deprecat... |
commit | commitdiff | tree | snapshot |
2018-12-23 |
Ingo Schwarze | Deprecate .Lp, use .Pp instead. |
commit | commitdiff | tree | snapshot |
2018-12-22 |
Ingo Schwarze | In the TOC, close <a> before opening <ul>. |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Ingo Schwarze | merge a test update from OpenBSD that was forgotten... |
commit | commitdiff | tree | snapshot |
2018-12-21 |
Ingo Schwarze | Rename mandoc_getarg() to roff_getarg() and pass it... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Ingo Schwarze | Move the full responsibility for reporting open(2)... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Ingo Schwarze | Explain what the fields in mandoc messages mean, |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Ingo Schwarze | Bugfix: |
commit | commitdiff | tree | snapshot |
2018-12-18 |
Ingo Schwarze | As a first step towards making roff_res() callable... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Ingo Schwarze | The .HP macro was deprecated by groff, and that makes... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Ingo Schwarze | minor polishing, in parts related to functional improve... |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Ingo Schwarze | s/OpenBSD/Id/ in CVS Ids |
commit | commitdiff | tree | snapshot |
2018-12-16 |
Ingo Schwarze | Yet another round of improvements to manual font selection. |
commit | commitdiff | tree | snapshot |
2018-12-15 |
Ingo Schwarze | Several improvements to escape sequence handling. |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | zap trailing whitespace; from jmc@ |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | Almost mechanical diff to remove the "struct mparse... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | Fold mparse_parse_buffer() into mparse_readfd(), making... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | Delete the function mparse_readmem() that has been... |
commit | commitdiff | tree | snapshot |
2018-12-14 |
Ingo Schwarze | Major cleanup; may imply minor changes in edge cases... |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | libmdoc.h no longer needs mdoc.h |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-13 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Ingo Schwarze | Cleanup, no functional change: |
commit | commitdiff | tree | snapshot |
2018-12-04 |
Ingo Schwarze | HTML syntax audit: render \p as <br/>, not as <div>. |
commit | commitdiff | tree | snapshot |
2018-12-04 |
Ingo Schwarze | Restrict "vertical-align: middle;" to <td> descendants... |
commit | commitdiff | tree | snapshot |
2018-12-04 |
Ingo Schwarze | Make sure all borders in a table are drawn in the same... |
commit | commitdiff | tree | snapshot |
2018-12-04 |
Ingo Schwarze | During validation, drop .br before a text line starting... |
commit | commitdiff | tree | snapshot |
2018-12-04 |
Ingo Schwarze | Clean up the validation of .Pp, .PP, .sp, and .br.... |
commit | commitdiff | tree | snapshot |
2018-12-03 |
Ingo Schwarze | In the validators, translate obsolete macro aliases... |
commit | commitdiff | tree | snapshot |
2018-12-03 |
Ingo Schwarze | Render .br as <br/>, not as an empty <div>. |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Ingo Schwarze | Do not draw horizontal lines through vertical spans |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Ingo Schwarze | Now that it is better understood how borders work, |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Ingo Schwarze | Better handle automatic column width assignments in... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Ingo Schwarze | Bugfix: never set termp->enc to the ambiguous value... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Ingo Schwarze | additional check needed after the previous (box drawing... |
commit | commitdiff | tree | snapshot |
2018-11-28 |
Ingo Schwarze | In -T utf8 output mode, render tbl(7) borders with... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | Implement tbl(7) lines in -T html output, |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | When a conditional block is closed by putting "\}"... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | Mark Harris pointed out that people might have doubts... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | Place mandoc.css into the public domain. |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | Simplify writing of tbl(7) cells by using the new featu... |
commit | commitdiff | tree | snapshot |
2018-11-26 |
Ingo Schwarze | Support more than one style attribute one the same... |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Ingo Schwarze | Let cells containing nothing but \^ extend the cell... |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Ingo Schwarze | In tbl(7) -T html output, |
commit | commitdiff | tree | snapshot |
2018-11-25 |
Ingo Schwarze | HTML formatting of .IP |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Ingo Schwarze | Implement horizontal and vertical alignment of tbl... |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Ingo Schwarze | When a font escape appears in the middle of a string, |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Ingo Schwarze | Correct and shorten the description of the sort order... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Ingo Schwarze | In apropos(1) output, stop sorting .Nm search results... |
commit | commitdiff | tree | snapshot |
2018-11-22 |
Ingo Schwarze | In -T locale (the default), -T ascii, and -T utf8 mode... |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Ingo Schwarze | Improve POSIX compliance by making case-insensitive... |
commit | commitdiff | tree | snapshot |
2018-11-19 |
Ingo Schwarze | Correctly construct empty lists in dbm_page_get(). |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Ingo Schwarze | in -man -Thtml, vertical spacing is required before .IP |
commit | commitdiff | tree | snapshot |
2018-10-25 |
Ingo Schwarze | Implement the \f(CW and \f(CR (constant width font... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Ingo Schwarze | The ctags(1) file format uses whitespace as a field... |
commit | commitdiff | tree | snapshot |
2018-10-23 |
Ingo Schwarze | Input lines that are not blank but generate no output, |
commit | commitdiff | tree | snapshot |
2018-10-19 |
Ingo Schwarze | Rewrite parse_path_info() to be four lines shorter... |
commit | commitdiff | tree | snapshot |
2018-10-04 |
Ingo Schwarze | update DESCRIPTION and COMPATIBILITY, mostly correcting... |
commit | commitdiff | tree | snapshot |
2018-10-04 |
Ingo Schwarze | Stop abusing subsections to represent the list of escap... |
commit | commitdiff | tree | snapshot |
2018-10-04 |
Ingo Schwarze | When a subsection header contains no letters but only... |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Ingo Schwarze | add DESCRIPTION and .Ss to the toc; suggested by espie@ |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Ingo Schwarze | enable the equivalent of -O toc in man.cgi(8) |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Ingo Schwarze | Add an option -T html -O toc to add a brief table of... |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Ingo Schwarze | Support a second argument to -O man, |
commit | commitdiff | tree | snapshot |
2018-10-02 |
Ingo Schwarze | Render the eqn(7) "sqrt" function as U+221A in UTF... |
commit | commitdiff | tree | snapshot |
2018-10-01 |
Ingo Schwarze | Add missing URI encoding when writing HTTP redirects, |
commit | commitdiff | tree | snapshot |
2018-09-23 |
Ingo Schwarze | feature suggestions from EuroBSDCon 2018 |
commit | commitdiff | tree | snapshot |
next |