]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-03-08 Ingo Schwarze.Bl -column never gets blank lines between rows
2017-03-08 Ingo Schwarzeadd two result files that were forgotten
2017-03-08 Ingo Schwarzeenable -T markdown tests of filled displays and tagged...
2017-03-08 Ingo SchwarzeAdd a blank after ">" when quoting.
2017-03-08 Ingo Schwarzeprevent infinite recursion while expanding the arguments
2017-03-07 Ingo SchwarzeIf a user-defined macro is aborted because it exceeds...
2017-03-07 Ingo SchwarzeEscape blanks at the end of markdown lines
2017-03-07 Ingo Schwarzefix completely empty .Eo: no blank line wanted
2017-03-07 Ingo Schwarzefix spacing after empty .Fl
2017-03-07 Ingo Schwarzeimplement .An -split and -nosplit
2017-03-07 Ingo SchwarzeFix .In formatting in the SYNOPSIS:
2017-03-06 Ingo SchwarzeUsing .Nd only makes sense in the NAME section.
2017-03-06 Ingo SchwarzeURIs need different escaping; reported by reyk@
2017-03-05 Ingo Schwarzefirst batch of -T markdown tests
2017-03-05 Ingo SchwarzeInfrastructure for -T markdown tests.
2017-03-04 Ingo SchwarzeRemove a redundant condition in .%T handling, no functi...
2017-03-04 Ingo SchwarzeMake the description of -K autodetection easer to under...
2017-03-04 Ingo SchwarzeDebian needs relative symlinks not only for manual...
2017-03-03 Ingo SchwarzeMarkdown output mode helped us to find the first parser...
2017-03-03 Ingo Schwarzenew -mdoc -Tmarkdown output mode; OK millert@ reyk...
2017-03-03 Ingo Schwarzeremove a few redundant conditions that jsg@ found with...
2017-03-03 Ingo SchwarzeFix a copy-and-paste error that caused man(7) manuals...
2017-03-03 Ingo SchwarzeA missing initialization could randomly cause regular...
2017-03-03 Ingo SchwarzeFix previous: do not access the byte before the string...
2017-02-22 Ingo SchwarzePledge man.cgi(8).
2017-02-22 Ingo SchwarzeSince SQLite is gone, we no longer need the "flock...
2017-02-22 Ingo SchwarzeHandle an odd edge case where .It is preceded by .Sm.
2017-02-22 Ingo SchwarzeDebian wants relative, not absolute symlinks for man...
2017-02-21 Ingo Schwarzefix spelling error;
2017-02-21 Ingo Schwarzerelease 1.14.1 VERSION_1_14_1
2017-02-18 Ingo Schwarzeresolve trivial differences with OpenBSD:
2017-02-18 Ingo Schwarzeadd some regress targets
2017-02-18 Ingo Schwarzepreconv_encode() can take a const input buffer;
2017-02-18 Ingo SchwarzeProvide an uninstall target, to help cleaning up after...
2017-02-18 Ingo Schwarzeproper test for O_DIRECTORY
2017-02-18 Ingo Schwarzedouble quotes were fixed, finally
2017-02-17 Ingo SchwarzeUse typographic quotes rather than '"' for .Rs %T ...
2017-02-17 Ingo SchwarzeMany people have been complaining for a long time that...
2017-02-17 Ingo Schwarzemore tests for .IP/.nf interaction that i forgot to...
2017-02-17 Ingo SchwarzeNo need to cast NULL when assigning it to a variable;
2017-02-17 Ingo SchwarzeImprove clarity of some casts;
2017-02-17 Ingo SchwarzeMake the directory explicit where source files are...
2017-02-17 Ingo SchwarzeBe consistent in protecting __attribute__ attributes...
2017-02-17 Ingo SchwarzeFix a read buffer overrun that copied random data from...
2017-02-16 Ingo Schwarzeadd $(LN) configuration variable; requested by Michael...
2017-02-16 Ingo Schwarzefix previous: stupid typo
2017-02-16 Ingo SchwarzeProvide a variable BINM_CATMAN.
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
next