]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-02-16 Ingo SchwarzeSurprisingly, groff does not support scaling units...
2017-02-16 Ingo SchwarzeFix rev. 1.280: -O syntax is different in default aprop...
2017-02-16 Ingo SchwarzeFix block scoping error if an explicit block is broken...
2017-02-16 Ingo SchwarzeRemove the ENDBODY_NOSPACE flag, simplifying the code.
2017-02-15 Ingo SchwarzeStyle improvement, no functional change.
2017-02-15 Ingo SchwarzeFix previous: I forgot that i had to change the conven...
2017-02-12 Ingo SchwarzeDo not access a NULL pointer if a matrix or square...
2017-02-11 Ingo SchwarzeDo not read one element past the end of the static...
2017-02-11 Ingo Schwarzenew regression tests for mdoc_macro.c revs. 1.211-1.215
2017-02-11 Ingo SchwarzeDisable three UTF-8 tests that expose bugs in wcwidth...
2017-02-11 Ingo SchwarzeNever look for broken blocks inside blocks that are...
2017-02-11 Ingo SchwarzeDo not prematurely close .Nd containing a broken child.
2017-02-11 Ingo SchwarzeDo not prematurely mark intermediate blocks as broken...
2017-02-10 Ingo SchwarzeFor child macros of block-end macros, only scan backwar...
2017-02-10 Ingo SchwarzeIn the SYNOPSIS, .Nm blocks can get broken if one of...
2017-02-10 Ingo SchwarzeIn -Ttree output mode, show the BROKEN node flag and
2017-02-09 Ingo Schwarzesame as mandocdb.c rev. 1.196:
2017-02-09 Ingo SchwarzeIllumos doesn't have O_DIRECTORY. Work around that...
2017-02-09 Ingo SchwarzeEscape literal braces in a regular expression.
2017-02-08 Ingo SchwarzeOn some systems (e.g. Solaris 11) diff(1) does not...
2017-02-08 Ingo Schwarzemention that BUILD_CATMAN doesn't work on SunOS 5.9...
2017-02-08 Ingo Schwarzeconfig glue for recvmsg(2) and CMSG_FIRSTHDR(3);
2017-02-08 Ingo Schwarzesendmsg(3) may block, so retry
2017-02-08 Ingo Schwarzeeven catman needs libmandoc on systems not having fts
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.
next