2018-07-31 |
Ingo Schwarze | html.c now uses ohash, and new file compat_strndup.c |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Ingo Schwarze | first steps toward the 1.14.4 release |
commit | commitdiff | tree | snapshot |
2018-07-28 |
Ingo Schwarze | Issue a STYLE message when normalizing the date format... |
commit | commitdiff | tree | snapshot |
2018-07-28 |
Ingo Schwarze | remove two entries that were done |
commit | commitdiff | tree | snapshot |
2018-07-27 |
Ingo Schwarze | garbage collect the unused "#define INDENT" |
commit | commitdiff | tree | snapshot |
2018-07-23 |
Ingo Schwarze | Remove more redundant element selectors where the class... |
commit | commitdiff | tree | snapshot |
2018-07-23 |
Ingo Schwarze | replace the last instances of ex units by em; |
commit | commitdiff | tree | snapshot |
2018-07-16 |
Ingo Schwarze | new todos, mostly from Pali Rohar, mostly tbl(7) |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Delete substantial amounts of code |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Get rid of the last explicit length in HTML style=... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Delete support for style=margin-left attributes, which... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Drop explicit, constant style=margin-left attribute... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Delete support for style=width attributes, which are... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Do not write <colgroup> elements. Their only purpose... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Ignore author-specified indentation for .RS; it harms... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | Delete support for the style=text-indent attribute... |
commit | commitdiff | tree | snapshot |
2018-06-25 |
Ingo Schwarze | For -man -Thtml, ignore author-specified .HP widths... |
commit | commitdiff | tree | snapshot |
2018-06-18 |
Ingo Schwarze | Revert previous: style=height is still used by roff_htm... |
commit | commitdiff | tree | snapshot |
2018-06-10 |
Ingo Schwarze | delete support for the HTML style=height property,... |
commit | commitdiff | tree | snapshot |
2018-06-10 |
Ingo Schwarze | In HTML output, for lists that have an -indent argument... |
commit | commitdiff | tree | snapshot |
2018-06-10 |
Ingo Schwarze | When formatting man(7) documents that do not contain... |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Ingo Schwarze | Remove redundant value= attributes from option elements, |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Ingo Schwarze | Delete support for the print_otag(sw) * and - modifiers, |
commit | commitdiff | tree | snapshot |
2018-05-29 |
Ingo Schwarze | Ignore author-specified -width arguments for -tag and... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Ingo Schwarze | John Gardner tells me that among frontend developers... |
commit | commitdiff | tree | snapshot |
2018-05-28 |
Ingo Schwarze | URL-fragment strings can only contain certain characters. |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Ingo Schwarze | Start with baby steps towards responsive design: |
commit | commitdiff | tree | snapshot |
2018-05-26 |
Ingo Schwarze | Use em units rather than ex units for horizontal lengths. |
commit | commitdiff | tree | snapshot |
2018-05-25 |
Ingo Schwarze | Do not write duplicate id= attributes, they violate... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Ingo Schwarze | Use <span> for .Ms rather than <b>; discussed with... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Ingo Schwarze | Use <span> for .Ad rather than <i>; also suggested... |
commit | commitdiff | tree | snapshot |
2018-05-21 |
Ingo Schwarze | Use <span> rather than abusing <i> for .Pa; |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Ingo Schwarze | various minor improvements |
commit | commitdiff | tree | snapshot |
2018-05-20 |
Ingo Schwarze | Protect against malicious manual pages containing ... |
commit | commitdiff | tree | snapshot |
2018-05-18 |
Ingo Schwarze | In a nutshell, all mobile browsers are broken. |
commit | commitdiff | tree | snapshot |
2018-05-14 |
Ingo Schwarze | Some broken terminal emulators (e.g. sakura) do the... |
commit | commitdiff | tree | snapshot |
2018-05-09 |
Ingo Schwarze | Fix a long-standing issue: |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Ingo Schwarze | Eliminate the class=It-* attributes. |
commit | commitdiff | tree | snapshot |
2018-05-08 |
Ingo Schwarze | Switch the emitted HTML element from <b> to <code>... |
commit | commitdiff | tree | snapshot |
2018-05-03 |
Ingo Schwarze | Minor correction: we render HTML character references... |
commit | commitdiff | tree | snapshot |
2018-05-01 |
Ingo Schwarze | skip printing the embedded style sheet if an external... |
commit | commitdiff | tree | snapshot |
2018-04-29 |
Ingo Schwarze | Simpler description of output formats, shortening the... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Ingo Schwarze | Better mandoc(1) -I and -T options for Heirloom compari... |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Ingo Schwarze | multiple new entries from various sources |
commit | commitdiff | tree | snapshot |
2018-04-24 |
Ingo Schwarze | replace my vague and idiosyncratic term "selflink" |
commit | commitdiff | tree | snapshot |
2018-04-20 |
Ingo Schwarze | dedup issues |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Ingo Schwarze | Tweak the description of -l: |
commit | commitdiff | tree | snapshot |
2018-04-19 |
Ingo Schwarze | Compatibility with man-db: |
commit | commitdiff | tree | snapshot |
2018-04-13 |
Ingo Schwarze | Use TIOCGWINSZ to reduce the default -Owidth during... |
commit | commitdiff | tree | snapshot |
2018-04-13 |
Ingo Schwarze | Make sure that mandoc only goes into UTF-8 mode if... |
commit | commitdiff | tree | snapshot |
2018-04-13 |
Ingo Schwarze | preserve comments before .Dd and .TH (typically Copyrig... |
commit | commitdiff | tree | snapshot |
2018-04-11 |
Ingo Schwarze | preserve comments before .Dd when converting mdoc(7... |
commit | commitdiff | tree | snapshot |
2018-04-10 |
Ingo Schwarze | Two new low-level roff(7) features: |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Ingo Schwarze | When accessing an undefined number register, define... |
commit | commitdiff | tree | snapshot |
2018-04-09 |
Ingo Schwarze | Using an undefined string or macro will cause it to... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ingo Schwarze | Stop documenting the non-portable .R man(7) macro.... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ingo Schwarze | Do not use a non-portable .R man(7) macro. Neither... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ingo Schwarze | use the portable \(lq and \(rq internally rather than... |
commit | commitdiff | tree | snapshot |
2018-04-05 |
Ingo Schwarze | For .Do/.Dq, use the documented and portable \(lq and... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Ingo Schwarze | Ouch, fix previous: In the edge case of a single-chara... |
commit | commitdiff | tree | snapshot |
2018-03-16 |
Ingo Schwarze | Style message about bad input encoding of em-dashes... |
commit | commitdiff | tree | snapshot |
2018-03-15 |
Ingo Schwarze | Soften the language discouraging special character... |
commit | commitdiff | tree | snapshot |
2018-02-27 |
Ingo Schwarze | Add strndup(3) compat implementation. |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Ingo Schwarze | After opening a file with gzdopen(3), we have to call... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Ingo Schwarze | clarify documentation of macro keys |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Ingo Schwarze | Logically, the following are are type names - just... |
commit | commitdiff | tree | snapshot |
2018-02-23 |
Ingo Schwarze | Invalidate the tag_files.tfd after fclose(3)ing the... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Ingo Schwarze | In man(7) and cat pages, cut off excessive one line... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Ingo Schwarze | Fix the mandoc_strndup() utility function. All existin... |
commit | commitdiff | tree | snapshot |
2018-02-07 |
Ingo Schwarze | fix wrong date |
commit | commitdiff | tree | snapshot |
2018-02-06 |
Ingo Schwarze | Delete the "no blank before trailing delimiter" check... |
commit | commitdiff | tree | snapshot |
2018-01-13 |
Ingo Schwarze | Remove the implicit display feature of .Lk because... |
commit | commitdiff | tree | snapshot |
2017-12-15 |
Ingo Schwarze | typo; from Alexander Kuleshov <kuleshovmail at gmail... |
commit | commitdiff | tree | snapshot |
2017-11-29 |
Ingo Schwarze | Recognize .Bl -column at parse time, and not only at... |
commit | commitdiff | tree | snapshot |
2017-11-28 |
Ingo Schwarze | duplicate word, found by igor(1) |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Ingo Schwarze | streamline termp allocation: this will allow the init... |
commit | commitdiff | tree | snapshot |
2017-11-10 |
Ingo Schwarze | be less assertive when warning about a possible typo; |
commit | commitdiff | tree | snapshot |
2017-11-02 |
Ingo Schwarze | Shrink -Tps output by more than 50% |
commit | commitdiff | tree | snapshot |
2017-10-29 |
Ingo Schwarze | Print a human-readable media name in the %%DocumentMedi... |
commit | commitdiff | tree | snapshot |
2017-10-28 |
Ingo Schwarze | duplicate anchors |
commit | commitdiff | tree | snapshot |
2017-10-26 |
Ingo Schwarze | more readable conversion of paper size from millimeters... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Ingo Schwarze | The page footer line (psmarg) is created in ps_begin... |
commit | commitdiff | tree | snapshot |
2017-10-25 |
Ingo Schwarze | Properly close out the top-level Font object, the end... |
commit | commitdiff | tree | snapshot |
2017-10-23 |
Ingo Schwarze | Modernize documentation of .Ao and .Aq. |
commit | commitdiff | tree | snapshot |
2017-10-17 |
Ingo Schwarze | HISTORY: mention first appearance in OpenBSD |
commit | commitdiff | tree | snapshot |
2017-09-12 |
Ingo Schwarze | Do not segfault when there are two .Dt macros, the... |
commit | commitdiff | tree | snapshot |
2017-09-07 |
Ingo Schwarze | typo: convertion -> convention; from dcoppa@ |
commit | commitdiff | tree | snapshot |
2017-09-06 |
Ingo Schwarze | fix a NULL pointer access on deroff() failure; |
commit | commitdiff | tree | snapshot |
2017-09-04 |
Ingo Schwarze | fix grammar; while here, improve spacing; from sobrado@ |
commit | commitdiff | tree | snapshot |
2017-09-02 |
Ingo Schwarze | format ".IP *" etc. as <ul> rather than <dl> |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Ingo Schwarze | Fix previous: mmap(2) returns MAP_FAILED on failure... |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Ingo Schwarze | Do not fork and exec cmp(1); instead, simply fstat... |
commit | commitdiff | tree | snapshot |
2017-08-26 |
Ingo Schwarze | No need to fork and exec rm(1) -rf, we know that we... |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | remove spacing after another representation of unary... |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | remove spacing after unary minus |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | eliminate white space after opening and before closing... |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | use the tty-char macro file for ASCII comparisons |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | Suppress spacing before certain kinds of lists. |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | Improve ASCII rendering of a few rare character escape... |
commit | commitdiff | tree | snapshot |
2017-08-23 |
Ingo Schwarze | catch up with ASCII renderings in chars.c rev. 1.72 |
commit | commitdiff | tree | snapshot |
next |