]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2019-06-27 Ingo SchwarzeFix mandoc_normdate() and the way it is used.
2019-06-27 Ingo SchwarzeImprove "man -h" output.
2019-06-11 Ingo SchwarzeDo not access a NULL pointer if a table contains a...
2019-06-03 Ingo SchwarzeExplicitly state that the cases in the inner switch...
2019-06-03 Ingo SchwarzeInitialize the local variable "lastln" in mparse_buf_r().
2019-06-03 Ingo SchwarzeInitialize the local variable "act" in print_mdoc_node().
2019-06-02 Ingo SchwarzeSupport prefers-color-scheme: dark.
2019-05-26 Ingo Schwarzeuse proper crossreference; patch from naddy@
2019-05-21 Ingo SchwarzeDo not print the style message "missing date" when...
2019-05-21 Ingo Schwarzesocppc makes an extended visit to the bigbucket;
2019-05-03 Ingo Schwarzeavoid duplicate "bad argument" error message, also...
2019-05-03 Ingo Schwarzewhen processing unknown output options, prevent passing...
2019-05-03 Ingo SchwarzeEnter dangling .so links into the database, to avoid...
2019-05-03 Ingo SchwarzeIn fs_lookup(), use stat(2) rather than access(2) to...
2019-05-03 Ingo SchwarzeIn man(1) mode with a specific section requested,
2019-05-03 Ingo SchwarzeIn man(1) mode, when the first argument starts with...
2019-04-30 Ingo SchwarzeIn man(1) mode, i.e. when asking for a single manual...
2019-04-30 Ingo SchwarzeIn HTML output, allow switching the desired font for...
2019-04-30 Ingo Schwarzeimprove the description of the message "blank line...
2019-04-24 Ingo Schwarzeclarify the difference between .Cm and .Ic;
2019-04-23 Ingo Schwarzeclarify how .%P is conventionally used;
2019-04-23 Ingo Schwarzeadd missing "pp." to .%P macro;
2019-04-23 Ingo Schwarzeissues found by Jan Stary in groffer(1) version 1.19
2019-04-21 Ingo SchwarzeWhen calling an empty macro, do not clobber existing...
2019-04-21 Ingo SchwarzeImplement the roff .break request (break out of a ...
2019-04-01 Ingo Schwarzenew man(1) issues from Lorenzo Beretta <loreb at github>
2019-03-31 Ingo SchwarzeWhile we do encourage simplicity in the sense of writin...
2019-03-29 Ingo SchwarzeSet the maximum column index in a tbl(7) to the maximum...
2019-03-19 Ingo SchwarzeWhen the last line of the input is empty and the previo...
2019-03-18 Ingo Schwarzefix a NULL pointer access on empty tbl(7) data cells
2019-03-17 Ingo SchwarzeThe header file "html.h" uses enum roff_tok,
2019-03-16 Ingo SchwarzeWhen drawing a horizontal line in tbl(7) UTF-8 output...
2019-03-13 Ingo SchwarzeContrary to what the NetBSD attribute(3) manual page...
2019-03-11 Ingo Schwarzemark check_abort() and post_abort() as __dead;
2019-03-10 Ingo Schwarzerelease 1.14.5 VERSION_1_14_5
2019-03-10 Ingo SchwarzeAutomatically detect whether diff(1) supports the ...
2019-03-09 Ingo SchwarzeMention mandoc.db(5), makewhatis(8), and weekly(8).
2019-03-06 Ingo Schwarzenew dist-install maintainer target
2019-03-06 Ingo Schwarzewhile $() is more modern than ``, it does not work...
2019-03-06 Ingo Schwarzemention Solaris BUGS in regress.pl(1)
2019-03-06 Ingo Schwarzethis file needs to #include "config.h" because it calls...
2019-03-06 Ingo Schwarzedrop redundant '0' flag from "%02.2X" format string;
2019-03-06 Ingo Schwarzework towards 1.14.5, mostly updating WWW_INCS
2019-03-06 Ingo Schwarzeadd arch.o
2019-03-06 Ingo Schwarzedraft 1.14.5 NEWS entry
2019-03-06 Ingo Schwarzeautoconfiguration test whether less(1) supports the...
2019-03-04 Ingo SchwarzeFor TIOCGWINSZ, #include <termios.h> rather than <sys...
2019-03-04 Ingo Schwarzeadd libbe; from kevans@ via FreeBSD rev. 337663
2019-03-04 Ingo SchwarzeWhen the -S option is given to man(1) and the requested...
2019-03-04 Ingo SchwarzeFix the last straggler where the struct roff_node ...
2019-03-04 Ingo Schwarzeadditional comments on two TODO items
2019-03-03 Ingo SchwarzeReset HTML formatter state, in particular the id_unique...
2019-03-03 Ingo Schwarzeadd forgotten mparse options to two rarely used programs
2019-03-02 Ingo SchwarzeDo not open a subsection for each and every macro.
2019-03-02 Ingo Schwarzeremove a few words to improve flow; from tedu@
2019-03-02 Ingo SchwarzeRepresent multiple subsequent .IP blocks having a consi...
2019-03-01 Ingo SchwarzeWrap .Sh/.SH sections and .Ss/.SS subsections in HTML...
2019-02-28 Ingo SchwarzeFormat multiple subsequent .IP or multiple subsequent...
2019-02-23 Ingo SchwarzeExplain the ASCII rendering of single quotes because...
2019-02-09 Ingo SchwarzeThe horizontal line in a data cell containing only...
2019-02-09 Ingo Schwarzeadd a BUGS section explaining the situation with box...
2019-02-09 Ingo Schwarzeignore empty request lines in the table data reader;
2019-02-08 Ingo Schwarzefix typo: "a data cells" -> "a data cell"; from bentley@
2019-02-07 Ingo Schwarzestyle improvement from jmc@, no output change;
2019-02-06 Ingo SchwarzeRemove the misleading statement ".No takes no arguments".
2019-02-06 Ingo SchwarzeLet roff_getname() end the roff identifier at a tab...
2019-02-06 Ingo Schwarzeadjust style and comments in roff_getname(); no functio...
2019-01-31 Ingo SchwarzeRelax overzealous PATH_INFO validation.
2019-01-31 Ingo SchwarzeSince resetting of offsets works quite differently...
2019-01-31 Ingo SchwarzeFix tbl(7) centering in mdoc(7) documents.
2019-01-18 Ingo SchwarzeThe .UR and .MT blocks in man(7) are represented by...
2019-01-17 Ingo SchwarzeDelete several entries that were already fixed.
2019-01-17 Ingo SchwarzeTest handling of escaped backslashes because the code...
2019-01-15 Ingo SchwarzeIn PostScript and PDF output, one AFM unit is not nearl...
2019-01-11 Ingo SchwarzeImprove error reporting when a file given on the comman...
2019-01-11 Ingo Schwarzedo not access a NULL pointer when formatting a complete...
2019-01-11 Ingo SchwarzeRemove the HTML title= attributes which harmed accessib...
2019-01-10 Ingo SchwarzeAfter years of gnashing of teeth, i finally found a...
2019-01-10 Ingo SchwarzeInitializers for file-scope static variables should...
2019-01-07 Ingo SchwarzeRepresent mdoc(7) .Pp (and .sp, and some SYNOPSIS and...
2019-01-06 Ingo SchwarzeFinally, represent the man(7) .PP and .HP macros by...
2019-01-05 Ingo SchwarzeIn no-fill mode, avoid bogus blank lines in two situations:
2019-01-05 Ingo SchwarzeIn groff, when the .SY block macro occurs in no-fill...
2019-01-05 Ingo SchwarzeSlowly start doing more HTML output tests, in this...
2019-01-05 Ingo SchwarzeIn HTML output, man(7) .RS blocks get formatted as...
2019-01-05 Ingo Schwarzeminor cleanup, no functional change:
2019-01-05 Ingo SchwarzeNow that the NODE_NOFILL flag in the syntax tree is...
2019-01-05 Ingo Schwarzeno-fill mode has to be suspended during tbl(7) renderin...
2019-01-05 Ingo Schwarzeminor cleanup, no functional change:
2019-01-05 Ingo SchwarzeSome high-level block macros have an effect similar...
2019-01-04 Ingo SchwarzeTest interaction of low-level roff(7) filling requests...
2019-01-04 Ingo SchwarzeTwo functional improvements to filling in terminal...
2019-01-04 Ingo SchwarzeSimplify the roff(7) .ce and .rj terminal formatter...
2019-01-04 Ingo SchwarzeImplement centering and adjustment to the right margin...
2019-01-04 Ingo SchwarzeOops, i forgot to adjust this file to the changes in...
2019-01-04 Ingo Schwarzetest the roff(7) .ce and .rj requests;
2019-01-03 Ingo SchwarzeRewrite the line filling function for terminal output...
2019-01-01 Ingo SchwarzeSupport taking the -O tag value from apropos(1) key...
2019-01-01 Ingo SchwarzeCorrectly set the ROFF_NOFILL parser flag for .Bd ...
2019-01-01 Ingo Schwarzedisplay the NODE_NOFILL flag indicating no-fill mode
next