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 |
2018-08-27 |
Ingo Schwarze | Reduce excessive right padding in tagged list heads. |
commit | commitdiff | tree | snapshot |
2018-08-26 |
Ingo Schwarze | Support nesting of elements with next-line scope. |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .char (output... |
commit | commitdiff | tree | snapshot |
2018-08-25 |
Ingo Schwarze | If man(7) next-line scope is open and the line ends... |
commit | commitdiff | tree | snapshot |
2018-08-24 |
Ingo Schwarze | Rudimentary implementation of the roff(7) .while request. |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Ingo Schwarze | The upcoming .while request will have to re-execute... |
commit | commitdiff | tree | snapshot |
2018-08-23 |
Ingo Schwarze | Implement the roff(7) .shift and .return requests, |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Ingo Schwarze | Implement the \\$@ escape sequence (insert all macro... |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Ingo Schwarze | Improve the ASCII rendering of \(Po (Pound Sterling) |
commit | commitdiff | tree | snapshot |
2018-08-21 |
Ingo Schwarze | Fix some issues found looking at groff_char(7): |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Ingo Schwarze | \f[] means \fP, not \fR |
commit | commitdiff | tree | snapshot |
2018-08-20 |
Ingo Schwarze | Expand \n(.$ (the number of macro arguments) right... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Ingo Schwarze | Disable one test for now that is broken after the addit... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Ingo Schwarze | Add the \) special character, a variant of \& so arcane... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Ingo Schwarze | Do alignment of non-numeric strings in numeric cells... |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Ingo Schwarze | do not print horizontal lines inside vertical spans |
commit | commitdiff | tree | snapshot |
2018-08-19 |
Ingo Schwarze | Mostly complete implementation of the 'c' (character... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | Bugfix: When a line ends with '\ \"', don't strip the... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | support the highly surprising escape sequence \# (line... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | paragraphs can contain .MT and .UR blocks |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | If a tbl(7) column contains both text cells and numeric... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | .RE causes a line break even if .RS is not open |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | .SY causes a one-column indentation even without any... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | Do not allocate a column for decimal points if all... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | Unsurprisingly, zero-width non-breaking spaces have... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | end of sentence detection after .ME and .UE, useful... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | The .nf/.fi (fill mode) requests never have text children |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | Two consecutive .SY blocks only get a blank line in... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | prevent line breaks in the middle of .OP |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | Massively reduce the amount of text, cutting it down... |
commit | commitdiff | tree | snapshot |
2018-08-18 |
Ingo Schwarze | implement the GNU man-ext .SY/.YS (synopsis block)... |
commit | commitdiff | tree | snapshot |
2018-08-17 |
Ingo Schwarze | Remove more pointer arithmetic passing via regions... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Ingo Schwarze | implement the GNU man-ext .TQ macro in man(7), |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Ingo Schwarze | Do not calculate a pointer to a memory location before... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Ingo Schwarze | Document \*(.T. |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Ingo Schwarze | Implement the \*(.T predefined string (interpolate... |
commit | commitdiff | tree | snapshot |
2018-08-16 |
Ingo Schwarze | process UTF-8 input even in ASCII output mode, |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Ingo Schwarze | fix incomplete variable renaming in previous; |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Ingo Schwarze | Change comment: NetBSD just fixed their headers; but... |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Ingo Schwarze | NULL requires <stddef.h> |
commit | commitdiff | tree | snapshot |
2018-08-15 |
Ingo Schwarze | Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are... |
commit | commitdiff | tree | snapshot |
2018-08-14 |
Ingo Schwarze | support tail arguments on the .ME and .UE macros, |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Ingo Schwarze | error message for invalid -S argument |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Ingo Schwarze | handle the non-portable GNU-style \[charNN], \[charNNN... |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Ingo Schwarze | The groff man-ext macros define fonts CB, CI, and CR, |
commit | commitdiff | tree | snapshot |
2018-08-10 |
Ingo Schwarze | Implement the roff(7) .nop (no operation) request. |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Ingo Schwarze | If somebody asks "man 3 chmod", |
commit | commitdiff | tree | snapshot |
2018-08-09 |
Ingo Schwarze | some fixes for the "www" and "www-install" maintainer... |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Ingo Schwarze | release 1.14.4 VERSION_1_14_4 |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Ingo Schwarze | Even though we strongly discourage escaping hyphens... |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Ingo Schwarze | Reorder the text in the "Dashes and Hyphens" subsection... |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Ingo Schwarze | Clarify the confusing "(text)" annotation in the charac... |
commit | commitdiff | tree | snapshot |
2018-08-08 |
Ingo Schwarze | After years of deliberation, finally provide a clear... |
commit | commitdiff | tree | snapshot |
2018-08-06 |
Ingo Schwarze | scanned to groff manual pages for todo items; |
commit | commitdiff | tree | snapshot |
2018-08-01 |
Ingo Schwarze | Fix an off-by-one string read access that could happen... |
commit | commitdiff | tree | snapshot |
2018-08-01 |
Ingo Schwarze | After rewriting the parse buffer from scratch, we also... |
commit | commitdiff | tree | snapshot |
2018-08-01 |
Ingo Schwarze | Avoid a read access one byte beyond the end of an alloc... |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Ingo Schwarze | more 1.14.4 release preparations: |
commit | commitdiff | tree | snapshot |
2018-07-31 |
Ingo Schwarze | makewhatis -p complains about language subdirectories |
commit | commitdiff | tree | snapshot |
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 |
next |