]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2018-12-04 Ingo SchwarzeMake sure all borders in a table are drawn in the same...
2018-12-04 Ingo SchwarzeDuring validation, drop .br before a text line starting...
2018-12-04 Ingo SchwarzeClean up the validation of .Pp, .PP, .sp, and .br....
2018-12-03 Ingo SchwarzeIn the validators, translate obsolete macro aliases...
2018-12-03 Ingo SchwarzeRender .br as <br/>, not as an empty <div>.
2018-11-29 Ingo SchwarzeDo not draw horizontal lines through vertical spans
2018-11-29 Ingo SchwarzeNow that it is better understood how borders work,
2018-11-29 Ingo SchwarzeBetter handle automatic column width assignments in...
2018-11-28 Ingo SchwarzeBugfix: never set termp->enc to the ambiguous value...
2018-11-28 Ingo Schwarzeadditional check needed after the previous (box drawing...
2018-11-28 Ingo SchwarzeIn -T utf8 output mode, render tbl(7) borders with...
2018-11-26 Ingo SchwarzeImplement tbl(7) lines in -T html output,
2018-11-26 Ingo SchwarzeWhen a conditional block is closed by putting "\}"...
2018-11-26 Ingo SchwarzeMark Harris pointed out that people might have doubts...
2018-11-26 Ingo SchwarzePlace mandoc.css into the public domain.
2018-11-26 Ingo SchwarzeSimplify writing of tbl(7) cells by using the new featu...
2018-11-26 Ingo SchwarzeSupport more than one style attribute one the same...
2018-11-25 Ingo SchwarzeLet cells containing nothing but \^ extend the cell...
2018-11-25 Ingo SchwarzeIn tbl(7) -T html output,
2018-11-25 Ingo SchwarzeHTML formatting of .IP
2018-11-24 Ingo SchwarzeImplement horizontal and vertical alignment of tbl...
2018-11-23 Ingo SchwarzeWhen a font escape appears in the middle of a string,
2018-11-22 Ingo SchwarzeCorrect and shorten the description of the sort order...
2018-11-22 Ingo SchwarzeIn apropos(1) output, stop sorting .Nm search results...
2018-11-22 Ingo SchwarzeIn -T locale (the default), -T ascii, and -T utf8 mode...
2018-11-19 Ingo SchwarzeImprove POSIX compliance by making case-insensitive...
2018-11-19 Ingo SchwarzeCorrectly construct empty lists in dbm_page_get().
2018-10-25 Ingo Schwarzein -man -Thtml, vertical spacing is required before .IP
2018-10-25 Ingo SchwarzeImplement the \f(CW and \f(CR (constant width font...
2018-10-23 Ingo SchwarzeThe ctags(1) file format uses whitespace as a field...
2018-10-23 Ingo SchwarzeInput lines that are not blank but generate no output,
2018-10-19 Ingo SchwarzeRewrite parse_path_info() to be four lines shorter...
2018-10-04 Ingo Schwarzeupdate DESCRIPTION and COMPATIBILITY, mostly correcting...
2018-10-04 Ingo SchwarzeStop abusing subsections to represent the list of escap...
2018-10-04 Ingo SchwarzeWhen a subsection header contains no letters but only...
2018-10-02 Ingo Schwarzeadd DESCRIPTION and .Ss to the toc; suggested by espie@
2018-10-02 Ingo Schwarzeenable the equivalent of -O toc in man.cgi(8)
2018-10-02 Ingo SchwarzeAdd an option -T html -O toc to add a brief table of...
2018-10-02 Ingo SchwarzeSupport a second argument to -O man,
2018-10-02 Ingo SchwarzeRender the eqn(7) "sqrt" function as U+221A in UTF...
2018-10-01 Ingo SchwarzeAdd missing URI encoding when writing HTTP redirects,
2018-09-23 Ingo Schwarzefeature suggestions from EuroBSDCon 2018
2018-08-27 Ingo SchwarzeReduce excessive right padding in tagged list heads.
2018-08-26 Ingo SchwarzeSupport nesting of elements with next-line scope.
2018-08-25 Ingo SchwarzeRudimentary implementation of the roff(7) .char (output...
2018-08-25 Ingo SchwarzeIf man(7) next-line scope is open and the line ends...
2018-08-24 Ingo SchwarzeRudimentary implementation of the roff(7) .while request.
2018-08-23 Ingo SchwarzeThe upcoming .while request will have to re-execute...
2018-08-23 Ingo SchwarzeImplement the roff(7) .shift and .return requests,
2018-08-21 Ingo SchwarzeImplement the \\$@ escape sequence (insert all macro...
2018-08-21 Ingo SchwarzeImprove the ASCII rendering of \(Po (Pound Sterling)
2018-08-21 Ingo SchwarzeFix some issues found looking at groff_char(7):
2018-08-20 Ingo Schwarze\f[] means \fP, not \fR
2018-08-20 Ingo SchwarzeExpand \n(.$ (the number of macro arguments) right...
2018-08-19 Ingo SchwarzeDisable one test for now that is broken after the addit...
2018-08-19 Ingo SchwarzeAdd the \) special character, a variant of \& so arcane...
2018-08-19 Ingo SchwarzeDo alignment of non-numeric strings in numeric cells...
2018-08-19 Ingo Schwarzedo not print horizontal lines inside vertical spans
2018-08-19 Ingo SchwarzeMostly complete implementation of the 'c' (character...
2018-08-18 Ingo SchwarzeBugfix: When a line ends with '\ \"', don't strip the...
2018-08-18 Ingo Schwarzesupport the highly surprising escape sequence \# (line...
2018-08-18 Ingo Schwarzeparagraphs can contain .MT and .UR blocks
2018-08-18 Ingo SchwarzeIf a tbl(7) column contains both text cells and numeric...
2018-08-18 Ingo Schwarze.RE causes a line break even if .RS is not open
2018-08-18 Ingo Schwarze.SY causes a one-column indentation even without any...
2018-08-18 Ingo SchwarzeDo not allocate a column for decimal points if all...
2018-08-18 Ingo SchwarzeUnsurprisingly, zero-width non-breaking spaces have...
2018-08-18 Ingo Schwarzeend of sentence detection after .ME and .UE, useful...
2018-08-18 Ingo SchwarzeThe .nf/.fi (fill mode) requests never have text children
2018-08-18 Ingo SchwarzeTwo consecutive .SY blocks only get a blank line in...
2018-08-18 Ingo Schwarzeprevent line breaks in the middle of .OP
2018-08-18 Ingo SchwarzeMassively reduce the amount of text, cutting it down...
2018-08-18 Ingo Schwarzeimplement the GNU man-ext .SY/.YS (synopsis block)...
2018-08-17 Ingo SchwarzeRemove more pointer arithmetic passing via regions...
2018-08-16 Ingo Schwarzeimplement the GNU man-ext .TQ macro in man(7),
2018-08-16 Ingo SchwarzeDo not calculate a pointer to a memory location before...
2018-08-16 Ingo SchwarzeDocument \*(.T.
2018-08-16 Ingo SchwarzeImplement the \*(.T predefined string (interpolate...
2018-08-16 Ingo Schwarzeprocess UTF-8 input even in ASCII output mode,
2018-08-15 Ingo Schwarzefix incomplete variable renaming in previous;
2018-08-15 Ingo SchwarzeChange comment: NetBSD just fixed their headers; but...
2018-08-15 Ingo SchwarzeNULL requires <stddef.h>
2018-08-15 Ingo SchwarzeAutodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are...
2018-08-14 Ingo Schwarzesupport tail arguments on the .ME and .UE macros,
2018-08-10 Ingo Schwarzeerror message for invalid -S argument
2018-08-10 Ingo Schwarzehandle the non-portable GNU-style \[charNN], \[charNNN...
2018-08-10 Ingo SchwarzeThe groff man-ext macros define fonts CB, CI, and CR,
2018-08-10 Ingo SchwarzeImplement the roff(7) .nop (no operation) request.
2018-08-09 Ingo SchwarzeIf somebody asks "man 3 chmod",
2018-08-09 Ingo Schwarzesome fixes for the "www" and "www-install" maintainer...
2018-08-08 Ingo Schwarzerelease 1.14.4 VERSION_1_14_4
2018-08-08 Ingo SchwarzeEven though we strongly discourage escaping hyphens...
2018-08-08 Ingo SchwarzeReorder the text in the "Dashes and Hyphens" subsection...
2018-08-08 Ingo SchwarzeClarify the confusing "(text)" annotation in the charac...
2018-08-08 Ingo SchwarzeAfter years of deliberation, finally provide a clear...
2018-08-06 Ingo Schwarzescanned to groff manual pages for todo items;
2018-08-01 Ingo SchwarzeFix an off-by-one string read access that could happen...
2018-08-01 Ingo SchwarzeAfter rewriting the parse buffer from scratch, we also...
2018-08-01 Ingo SchwarzeAvoid a read access one byte beyond the end of an alloc...
2018-07-31 Ingo Schwarzemore 1.14.4 release preparations:
next