Age | Commit message (Expand) | Author |
2018-05-29 | Remove redundant value= attributes from option elements, | Ingo Schwarze |
2018-05-29 | Delete support for the print_otag(sw) * and - modifiers, | Ingo Schwarze |
2018-05-29 | Ignore author-specified -width arguments for -tag and -hang lists | Ingo Schwarze |
2018-05-28 | John Gardner tells me that among frontend developers, gratuitous use | Ingo Schwarze |
2018-05-28 | URL-fragment strings can only contain certain characters. | Ingo Schwarze |
2018-05-26 | Start with baby steps towards responsive design: | Ingo Schwarze |
2018-05-26 | Use em units rather than ex units for horizontal lengths. | Ingo Schwarze |
2018-05-25 | Do not write duplicate id= attributes, they violate HTML syntax. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ms rather than <b>; discussed with John Gardner. | Ingo Schwarze |
2018-05-21 | Use <span> for .Ad rather than <i>; also suggested by John Gardner. | Ingo Schwarze |
2018-05-20 | Use <span> rather than abusing <i> for .Pa; | Ingo Schwarze |
2018-05-20 | various minor improvements | Ingo Schwarze |
2018-05-20 | Protect against malicious manual pages containing .ll requests with | Ingo Schwarze |
2018-05-18 | In a nutshell, all mobile browsers are broken. | Ingo Schwarze |
2018-05-14 | Some broken terminal emulators (e.g. sakura) do the equivalent | Ingo Schwarze |
2018-05-09 | Fix a long-standing issue: | Ingo Schwarze |
2018-05-08 | Eliminate the class=It-* attributes. | Ingo Schwarze |
2018-05-08 | Switch the emitted HTML element from <b> to <code> for the fixed | Ingo Schwarze |
2018-05-03 | Minor correction: we render HTML character references hexadecimal, | Ingo Schwarze |
2018-05-01 | skip printing the embedded style sheet if an external style is referenced | Ingo Schwarze |
2018-04-29 | Simpler description of output formats, shortening the manual page by 15 lines. | Ingo Schwarze |
2018-04-24 | replace my vague and idiosyncratic term "selflink" | Ingo Schwarze |
2018-04-19 | Tweak the description of -l: | Ingo Schwarze |
2018-04-19 | Compatibility with man-db: | Ingo Schwarze |
2018-04-13 | Use TIOCGWINSZ to reduce the default -Owidth during interactive use | Ingo Schwarze |
2018-04-13 | Make sure that mandoc only goes into UTF-8 mode if the user really | Ingo Schwarze |
2018-04-13 | preserve comments before .Dd and .TH (typically Copyright and license) | Ingo Schwarze |
2018-04-11 | preserve comments before .Dd when converting mdoc(7) to man(7) | Ingo Schwarze |
2018-04-10 | Two new low-level roff(7) features: | Ingo Schwarze |
2018-04-09 | When accessing an undefined number register, define it to be zero, like | Ingo Schwarze |
2018-04-09 | Using an undefined string or macro will cause it to be defined as empty. | Ingo Schwarze |
2018-04-05 | Do not use a non-portable .R man(7) macro. Neither groff nor the | Ingo Schwarze |
2018-04-05 | use the portable \(lq and \(rq internally rather than \(Lq and \(Rq | Ingo Schwarze |
2018-04-05 | For .Do/.Dq, use the documented and portable \(lq and \(rq | Ingo Schwarze |
2018-03-16 | Ouch, fix previous: In the edge case of a single-character string | Ingo Schwarze |
2018-03-16 | Style message about bad input encoding of em-dashes as -- instead of \(em. | Ingo Schwarze |
2018-02-23 | After opening a file with gzdopen(3), we have to call gzclose(3) or | Ingo Schwarze |
2018-02-23 | clarify documentation of macro keys | Ingo Schwarze |
2018-02-23 | Logically, the following are are type names - just like .Vt, | Ingo Schwarze |
2018-02-08 | Invalidate the tag_files.tfd after fclose(3)ing the stram associated with | Theo Buehler |
2018-02-07 | In man(7) and cat pages, cut off excessive one line descriptions. | Ingo Schwarze |
2018-02-07 | Fix the mandoc_strndup() utility function. All existing callers seem | Ingo Schwarze |
2018-02-06 | Delete the "no blank before trailing delimiter" check from the | Ingo Schwarze |
2018-01-13 | Remove the implicit display feature of .Lk because it was inconsistent | Ingo Schwarze |
2017-11-29 | Recognize .Bl -column at parse time, and not only at validation time, | Ingo Schwarze |
2017-11-28 | duplicate word, found by igor(1) | Ingo Schwarze |
2017-11-10 | Be less assertive when warning about a possible typo. | Jeremie Courreges-Anglas |
2017-11-10 | streamline termp allocation. this will allow the init function to | Marc Espie |
2017-11-01 | shrink the generated PostScript by more than 50% by actually using PostScript | Marc Espie |
2017-10-29 | Print a human-readable media name in the %%DocumentMedia DSC comment | Ingo Schwarze |