]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-03-18 Ingo SchwarzeSimplify: write HTTP 303 redirects with relative locations.
2017-03-18 Ingo SchwarzeBugfix: use SCRIPT_NAME for .Xr hyperlinks.
2017-03-17 Ingo SchwarzeDocument man(1) section selection priority,
2017-03-17 Ingo SchwarzeUpdate HISTORY and AUTHORS: we no longer use SQLite.
2017-03-17 Ingo SchwarzeFix regression in mdoc_html.c 1.275, man_html 1.134:
2017-03-15 Ingo SchwarzeIn URIs in apropos(1) result tables,
2017-03-15 Ingo SchwarzeMention the manual page name and section in the HTML...
2017-03-15 Ingo SchwarzeMinimal support for deep linking into man(7) pages.
2017-03-15 Ingo SchwarzeIt's annoying that people keep writing URIs including...
2017-03-14 Ingo SchwarzeSlightly increase widths calculated from string lengths...
2017-03-13 Ingo SchwarzePort ctags-style, less(1) :t internal searching from...
2017-03-13 Ingo SchwarzePrint title="..." in addition to id="..." attributes...
2017-03-11 Ingo Schwarzetest infinite recursion in eqn(7) "define" statements
2017-03-11 Ingo SchwarzeImprove detection of recursive eqn(7) "define" statements:
2017-03-11 Ingo SchwarzeIn markdown, autolinks are dangerous. Different compil...
2017-03-09 Ingo SchwarzeReally commit some files that failed to get committed...
2017-03-09 Ingo SchwarzeFix blunder in previous: we must keep the line parse...
2017-03-08 Ingo SchwarzeNow that markdown output is tested for almost everythin...
2017-03-08 Ingo SchwarzeDocument that -T markdown produces ASCII output, and...
2017-03-08 Ingo SchwarzeThe CommonMark specification wants that opening parentheses
2017-03-08 Ingo SchwarzeAccording to the CommonMark specification, backslash...
2017-03-08 Ingo SchwarzeThe CommonMark specification allows list markers fo...
2017-03-08 Ingo SchwarzeDo not increment .Bl -enum list markers beyond two...
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.
next