]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-02-08 Ingo Schwarzeprotect <err.h> inclusion
2017-02-08 Ingo Schwarzemore 1.14.1 release preparations
2017-02-08 Ingo Schwarzereference a relevant mail for one TODO item
2017-02-08 Ingo Schwarzeremove some instances of Mdocdate
2017-02-08 Ingo Schwarzedisable some tests that expose wcwidth(3) differences...
2017-02-08 Ingo SchwarzeFinally port the OpenBSD regression suite.
2017-02-07 Ingo Schwarzefirst draft of NEWS for 1.14.1
2017-02-06 Ingo Schwarzenew manual pages for catman(8) and mandocd(8)
2017-02-06 Ingo SchwarzePolishing:
2017-02-06 Ingo Schwarzeexplicitly pass -Tascii to mandoc(1), such that LC_CTYP...
2017-02-06 Ingo SchwarzeThe .Nm macro does not only use the default name when...
2017-02-05 Ingo Schwarzeuint8_t requires <stdint.h>; from Michael Stapelberg
2017-02-05 Ingo Schwarzedocument output spacing near delimiters
2017-02-05 Ingo Schwarzeremove several things that were taken care of in the...
2017-02-05 Ingo Schwarzeadd missing file man.options.1
2017-02-05 Ingo Schwarzedocument hyphenation
2017-02-05 Ingo SchwarzeWrap .St content in a <span class="St">.
2017-02-05 Ingo Schwarzefix font selection for .Bf without argument
2017-02-05 Ingo Schwarzemark up .Ar, .Fa, .Va, .Ft, and .Vt with <var> rather...
2017-02-05 Ingo Schwarzefor .Rs, use <cite>
2017-02-05 Ingo SchwarzeImprove <table> syntax:
2017-02-04 Ingo Schwarzeexperimental mandocd(8) and catman(8)
2017-02-04 Ingo SchwarzeDo not fix the default indent for all subsequent files...
2017-02-03 Ingo SchwarzeMinor cleanup, no functional change:
2017-02-03 Ingo Schwarzemore work found in old mails
2017-02-03 Ingo SchwarzeIf an application parses multiple files with mparse_rea...
2017-02-02 Ingo Schwarzeeven man-1.6g does *not* have apropos -C,
2017-02-02 Ingo Schwarzecorrect information about early groff (up to 1.02)
2017-02-02 Ingo Schwarzemention groff git, and one minor fix
2017-02-02 Ingo Schwarzemore info about man-1.6 and man-db
2017-02-02 Ingo Schwarzeminor fixes
2017-02-02 Ingo Schwarzenew page, not to be installed
2017-01-31 Ingo Schwarzeadd missing HISTORY information
2017-01-30 Ingo SchwarzeRework fill mode handling for -man -Thtml.
2017-01-29 Ingo Schwarzeeliminate one useless struct and one level of indirection;
2017-01-28 Ingo SchwarzeAdd a warning "new sentence, new line".
2017-01-28 Ingo SchwarzeSimplify usage of print_otag() even more:
2017-01-28 Ingo SchwarzeMANDOCERR_BADTAB no longer exists,
2017-01-28 Ingo Schwarze.Bl -column with zero columns is legal, so don't segfal...
2017-01-27 Ingo Schwarzewarn about invalid output options
2017-01-27 Ingo Schwarzewarn about missing one-line description;
2017-01-27 Ingo SchwarzeParse the section number from the content of preformatt...
2017-01-27 Ingo SchwarzeIf parsing a page reveals that it is neither mdoc(7...
2017-01-27 Ingo Schwarzefix base directory detection for makewhatis -t
2017-01-27 Ingo SchwarzeAlways register names taken from file names in the...
2017-01-26 Ingo Schwarzemore info on man(7) .Xr hyperlinking
2017-01-26 Ingo SchwarzeFix -man -Thtml formatting after .nf (which has nothing...
2017-01-25 Ingo Schwarzeadd arm64 architecture; from deraadt@
2017-01-25 Ingo SchwarzeImprove HTML formatting of .Bl -tag.
2017-01-21 Ingo Schwarzebug was fixed, delete the BUGS section
2017-01-21 Ingo Schwarzeslightly simplify header and footer styles
2017-01-21 Ingo SchwarzeAvoid writing constant style attributes over and over...
2017-01-21 Ingo Schwarzeclean up the remaining class attributes
2017-01-20 Ingo SchwarzeStandardize class attributes for semantic macros.
2017-01-20 Ingo Schwarzestandardize .Rs class attributes
2017-01-20 Ingo Schwarzestandardize .Bl and .It class attributes
2017-01-19 Ingo Schwarzeclean up markup of .Bd, .D1, .Dl, .Li, and .Ql;
2017-01-19 Ingo Schwarzeclean up .Sx and .Xr HTML markup
2017-01-19 Ingo SchwarzeClean up CSS rules for sections and paragraphs.
2017-01-19 Ingo SchwarzeClean up and fix rules for header and footer lines.
2017-01-19 Ingo SchwarzeAdjust indentation of the HTML output to the convention...
2017-01-19 Ingo SchwarzeStart cleanup: trim useless HTML comments, <div> elements,
2017-01-19 Ingo SchwarzeImplement line breaking of the generated HTML code...
2017-01-18 Ingo SchwarzeMake HTML output more human readable by overhauling...
2017-01-17 Ingo SchwarzeCompletely delete the buf field of struct html and...
2017-01-17 Ingo SchwarzeSimplify the usage of print_otag() by making it accept...
2017-01-15 Ingo SchwarzeWhen looking up macro values while the macro tables...
2017-01-12 Ingo SchwarzeSkipping all escape sequences at the beginning of strin...
2017-01-12 Ingo Schwarzeshow meta data for -Ttree output
2017-01-12 Ingo SchwarzePut compiler arguments that may contain -l at the end...
2017-01-11 Ingo SchwarzeDo text production for .Bt, .Ex, .Rv, .Ud at the valida...
2017-01-10 Ingo SchwarzeUse new NODE_NOSRC and NODE_NOPRT flags for .Bx and...
2017-01-10 Ingo SchwarzeFor the .Ux/.Ox family of macros, do text production...
2017-01-10 Ingo Schwarzesimplify; NODE_ENDED does no harm in man(7)
2017-01-10 Ingo Schwarzeunify names of AST node flags; no change of cpp output
2017-01-10 Ingo SchwarzeIntroduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.
2017-01-09 Ingo SchwarzeUse stdout rather than stdin for controlling the terminal
2017-01-09 Ingo SchwarzeClarify how tabs after .It work
2017-01-09 Ingo SchwarzeThe .No macro is not supposed to produce fixed-width...
2017-01-09 Ingo SchwarzeWarnings and errors that occur during mdoc_validate()
2017-01-08 Ingo SchwarzeIndentation must be measured in units of the surroundin...
2017-01-08 Ingo SchwarzeFix an assertion failure caused by \z\[u00FF] with...
2017-01-08 Ingo Schwarzefrom Tiago Silva <tiagofilipesilva at icloud dot com...
2017-01-08 Ingo SchwarzeTolerate bare tabs in SYNOPSIS .Cd for now.
2017-01-08 Ingo SchwarzeStricter validation of the NAME section, in particular:
2017-01-06 Ingo Schwarzesort options list; from jmc@
2016-12-28 Ingo Schwarzeescape a macro name that is not intended to be called
2016-12-28 Ingo Schwarzecorrect spelling error; from jmc@
2016-12-28 Ingo SchwarzeMake the second, section number argument of .Xr mandatory.
2016-12-07 Ingo SchwarzeWhen reporting "whitespace at end of input line" on...
2016-11-23 Ingo Schwarzesync with NetBSD: add four new libraries;
2016-11-19 Ingo SchwarzeDo not install libmandoc.a by default.
2016-11-10 Ingo Schwarzewarn about trailing whitespace at the end of comments;
2016-11-08 Ingo Schwarzedocument improved tagging functionality
2016-11-08 Ingo Schwarzeuse .Fn in custom sections for tagging, in addition...
2016-11-08 Ingo Schwarzetag leading .Dv, .Li, and .No in .It;
2016-11-08 Ingo Schwarzeimplement tag priority 0, which will tag only keys...
2016-11-08 Ingo Schwarzegenerate two tag entries from list entries of the form
2016-11-08 Ingo Schwarzeskip leading \& and \e in tags
2016-11-08 Ingo Schwarzesupport more than one tag entry for the same search...
next