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 |
2017-06-11 |
Ingo Schwarze | fix order of messages |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Ingo Schwarze | Reduce false positives for the "no blank before trailin... |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Ingo Schwarze | minor markup simplifications |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Ingo Schwarze | style message about missing blank before trailing delim... |
commit | commitdiff | tree | snapshot |
2017-06-10 |
Ingo Schwarze | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and... |
commit | commitdiff | tree | snapshot |
2017-06-08 |
Ingo Schwarze | Properly reinitialize roffce_node between parses, |
commit | commitdiff | tree | snapshot |
2017-06-08 |
Ingo Schwarze | Implement w layout specifier (minimum column width). |
commit | commitdiff | tree | snapshot |
2017-06-08 |
Ingo Schwarze | make the internal a2roffsu() interface more powerful... |
commit | commitdiff | tree | snapshot |
2017-06-08 |
Ingo Schwarze | warning about unknown .Lb arguments; inspired by mdocli... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | style checks related to .Er; inspired by mdoclint(1) |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | Also catch "new sentence, new line" if there are three... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | Make "new sentence, new line" detection stricter: |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | Prepare the terminal driver for filling multiple column... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | Prepare the terminal driver for filling multiple column... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | The \h escape sequence provides another method for... |
commit | commitdiff | tree | snapshot |
2017-06-07 |
Ingo Schwarze | Implement the roff(7) .rn (rename macro or string)... |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Ingo Schwarze | document the new .ce implementation |
commit | commitdiff | tree | snapshot |
2017-06-06 |
Ingo Schwarze | Minimal implementation of the roff(7) .ce request ... |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Ingo Schwarze | Implement the roff(7) .mc (right margin character)... |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Ingo Schwarze | Make term_flushln() simpler and more robust: |
commit | commitdiff | tree | snapshot |
2017-06-04 |
Ingo Schwarze | Pure preprocessor implementation of the roff(7) .ec... |
commit | commitdiff | tree | snapshot |
2017-06-03 |
Ingo Schwarze | ignore blank lines in man(7) next line scope; |
commit | commitdiff | tree | snapshot |
2017-06-03 |
Ingo Schwarze | enable -Wstyle by default in -Tlint; OK jmc@ |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Ingo Schwarze | Partial implementation of \h (horizontal line drawing... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Ingo Schwarze | add about 15 missing character escape sequences found... |
commit | commitdiff | tree | snapshot |
2017-06-01 |
Ingo Schwarze | Minimal implementation of the \h (horizontal motion... |
commit | commitdiff | tree | snapshot |
2017-06-01 |
Ingo Schwarze | STYLE message about full stop at the end of .Nd; inspir... |
commit | commitdiff | tree | snapshot |
2017-05-31 |
Ingo Schwarze | STYLE message about missing use of Ox/Nx/Fx/Dx; OK... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Ingo Schwarze | tweak previous; from jmc@ |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Ingo Schwarze | STYLE message about useless macros we don't want (Bt... |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Ingo Schwarze | fix formatting of intermediate punctuation in .Lk |
commit | commitdiff | tree | snapshot |
2017-05-30 |
Ingo Schwarze | Macro argument quoting does not prevent recognition... |
commit | commitdiff | tree | snapshot |
2017-05-18 |
Ingo Schwarze | Use [ rather than [[ for portability, |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Delete the -T xhtml command line option. |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Fix documentation bug: |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Modernize an example showing antiquated syntax, |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | missing space between macro arg and punctuation; from... |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Never create empty databases. |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Do not warn if a database file does not exist |
commit | commitdiff | tree | snapshot |
2017-05-17 |
Ingo Schwarze | Delete pointless width calculation for SYNOPSIS .Nm... |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Ingo Schwarze | Introduce a new mandoc(1) message level, -W style,... |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Ingo Schwarze | warn about punctuation between .Xr and .Rs in SEE ALSO; |
commit | commitdiff | tree | snapshot |
2017-05-14 |
Ingo Schwarze | Tweak previous: tb@ noticed that some browser/font... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Ingo Schwarze | Make the tag column in .Bl -tag lists wider: |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Ingo Schwarze | Trailing \c suppresses the output line break even if |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Ingo Schwarze | Line-breaking roff(7) requests also break man(7) next... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Ingo Schwarze | Basic implementation of the roff(7) .ti (temporary... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Ingo Schwarze | Convert REQUEST REFERENCE from using .Ss to .Bl -tag... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Ingo Schwarze | implement .DT in terms of .ta; needed for print/ghostvi... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Ingo Schwarze | Basic implementation of the roff(7) .ta (define tab... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Ingo Schwarze | Shorten the description of .sp and move it to roff(7). |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Ingo Schwarze | Move .sp to the roff modules. Enough infrastructure... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Ingo Schwarze | move .ll to the roff modules |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Ingo Schwarze | Clean up docs after today's .br and .ft code cleanup... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Ingo Schwarze | Move handling of the roff(7) .ft request from the man(7) |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Ingo Schwarze | Start roff formatter modules for HTML and termininal... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Ingo Schwarze | Parser reorg: |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Ingo Schwarze | A few days ago, a patch from <G dot Branden dot Robinso... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Ingo Schwarze | When trying to expand some columns in a table where... |
commit | commitdiff | tree | snapshot |
2017-04-29 |
Ingo Schwarze | Parser unification: use nice ohashes for all three... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Ingo Schwarze | Delete .Pp right before the first .Sh and right before... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Ingo Schwarze | ASCII characters that are special to roff |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Ingo Schwarze | Delete the manpage(1) utility. |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Ingo Schwarze | Continue parser unification: |
commit | commitdiff | tree | snapshot |
2017-04-19 |
Ingo Schwarze | More thoroughly reject direct access to unintended... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
Ingo Schwarze | Now that global -i is gone, pass -i through to the... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
Ingo Schwarze | Delete the undocumented and unimplemented man(1) -i... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
Ingo Schwarze | The apropos(1) manual still documents the unary -i... |
commit | commitdiff | tree | snapshot |
2017-04-18 |
Ingo Schwarze | Fix previous: i forgot explicit NUL termination; |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ingo Schwarze | Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to workin... |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ingo Schwarze | adjust tests to recent .Lk improvements |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ingo Schwarze | implement display of long .Lk URIs to match -Tascii |
commit | commitdiff | tree | snapshot |
2017-04-17 |
Ingo Schwarze | Fix handling of trailing punctuation in .Lk. |
commit | commitdiff | tree | snapshot |
2017-04-14 |
Ingo Schwarze | Show long .Lk URIs in like an indented display, similar... |
commit | commitdiff | tree | snapshot |
2017-04-14 |
Ingo Schwarze | Do not make the colon after the .Lk link text italic. |
commit | commitdiff | tree | snapshot |
2017-03-30 |
Ingo Schwarze | delete documentation of some stuff that no longer exists, |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ingo Schwarze | simplify the SYNOPSIS as well, just like the option... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ingo Schwarze | For some options that are rarely needed in mandoc(1), |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Ingo Schwarze | Simplify: mention at one place that -fkl override each... |
commit | commitdiff | tree | snapshot |
2017-03-25 |
Ingo Schwarze | For some options that are rarely needed in apropos... |
commit | commitdiff | tree | snapshot |
2017-03-22 |
Ingo Schwarze | simplify description of -S and -w, point from EXIT... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Ingo Schwarze | simplify .Nd; to display manuals, use man(1) instead; |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Ingo Schwarze | delete documentation of a hack that was removed years ago |
commit | commitdiff | tree | snapshot |
2017-03-20 |
Ingo Schwarze | Silently ignore invalid -m input formats rather than... |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ingo Schwarze | minor issues found with mandoc -Tlint |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ingo Schwarze | Correct description of MANPATH, and a few more improvements |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ingo Schwarze | Simplify: write HTTP 303 redirects with relative locations. |
commit | commitdiff | tree | snapshot |
2017-03-18 |
Ingo Schwarze | Bugfix: use SCRIPT_NAME for .Xr hyperlinks. |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Ingo Schwarze | Document man(1) section selection priority, |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Ingo Schwarze | Update HISTORY and AUTHORS: we no longer use SQLite. |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Ingo Schwarze | Fix regression in mdoc_html.c 1.275, man_html 1.134: |
commit | commitdiff | tree | snapshot |
2017-03-15 |
Ingo Schwarze | In URIs in apropos(1) result tables, |
commit | commitdiff | tree | snapshot |
2017-03-15 |
Ingo Schwarze | Mention the manual page name and section in the HTML... |
commit | commitdiff | tree | snapshot |
next |