]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2020-04-03 Ingo Schwarze#include <stdint.h> because that is needed before ...
2020-04-02 Ingo SchwarzeWhen the last file formatted yielded no tags, the tags...
2020-04-02 Ingo SchwarzeCopy tagged strings before marking hyphens as breakable.
2020-04-01 Ingo SchwarzeJust like we are already doing it in HTML output, autom...
2020-03-28 Ingo SchwarzeEven though the HTML, man, markdown, PDF, PostScript...
2020-03-21 Ingo Schwarzetest skipping of initial hyphens and minus signs in...
2020-03-21 Ingo SchwarzeWhen setting automatic tags, skip initial hyphens and...
2020-03-19 Ingo SchwarzeThe tag file always needs to be closed before starting...
2020-03-13 Ingo SchwarzeMake the "make depend" maintainer target more convenient
2020-03-13 Ingo SchwarzeProperly reset the validation part of the tagging modul...
2020-03-13 Ingo SchwarzeSplit tagging into a validation part including prioriti...
2020-02-27 Ingo SchwarzeThe HTML standard does not allow self-closing syntax...
2020-02-27 Ingo SchwarzeFully support explicit tagging of .Sh and .Ss.
2020-02-27 Ingo SchwarzeIntroduce the concept of nodes that are semantically...
2020-02-27 Ingo SchwarzeFix this test after the recent Unicode update in OpenBS...
2020-02-24 Ingo SchwarzeMarc Espie reported that "man p*ipc" displayed the...
2020-02-20 Ingo Schwarzebugfix: indented paragraph macros need a space character
2020-02-20 Ingo Schwarzebugfix: .Tg must be ignored completely in these output...
2020-02-18 Ingo SchwarzeMention that .AT, .P, .SB, and .UC are extensions;...
2020-02-15 Ingo Schwarzemention that -T man does not support eqn(7) and tbl(7);
2020-02-15 Ingo Schwarzetwo new entries: "Fl Fl" to "Fl \-" in validation and...
2020-02-13 Ingo SchwarzeMention that the .Dd "date" argument is the date of...
2020-02-13 Ingo SchwarzeDigit-width and narrow spaces are non-breaking.
2020-02-12 Ingo SchwarzeIn roff, a space character at the beginning of an input...
2020-02-10 Ingo SchwarzeFinally delete support for the "_whatdb" configuration...
2020-02-10 Ingo SchwarzeReduce the diff to OpenBSD by making FILES a list,
2020-02-10 Ingo SchwarzeThe man(1) command was already available in AT&T Versio...
2020-02-10 Ingo SchwarzeFor compatibility with the man(1) implementations of...
2020-02-06 Ingo SchwarzeMake sure that -l always causes -w to be ignored, as...
2020-02-05 Ingo SchwarzeNo longer try to ask make(1) what the default compiler...
2020-01-26 Ingo SchwarzeRepair more of the issues that i found in filescan...
2020-01-26 Ingo SchwarzeFix incorrect file type tests.
2020-01-25 Ingo SchwarzeMinor cleanup, no functional change:
2020-01-20 Ingo SchwarzeMake the code more readable by introducing
2020-01-19 Ingo SchwarzeIntroduce a new mdoc(7) macro .Tg ("tag") to explicitly...
2020-01-19 Ingo SchwarzeAlign to the new, sane behaviour of the groff_mdoc...
2020-01-19 Ingo Schwarzedelete the entry for a crash that was already fixed
2020-01-11 Ingo Schwarzetest tbl_term.c rev. 1.73 and tbl_data.c rev. 1.53:
2020-01-11 Ingo SchwarzeWhen autogenerating one layout cell from a data cell...
2020-01-11 Ingo SchwarzeFix a logic error:
2020-01-11 Ingo SchwarzePrint more tbl(7) details to help debugging:
2020-01-10 Ingo Schwarzeautocapitalize=none; also from Tim Baumgard
2020-01-10 Ingo SchwarzeSwitch off the useless and annoying "autocomplete"...
2020-01-10 Ingo SchwarzeDocument the "delim" syntax and its usage.
2020-01-08 Ingo SchwarzeSkip whitespace before tokens, too.
2020-01-08 Ingo SchwarzeImprove the test case by changing the eqn(7) delimiters...
2020-01-08 Ingo SchwarzeEnable generation of the desired delim/basic output...
2020-01-08 Ingo SchwarzeSimplify maintainer targets in OpenBSD: EQN and TBL...
2020-01-07 Ingo SchwarzeImprove the description of -m/-M/MANPATH/man.conf in...
2019-12-31 Ingo SchwarzeWhen all cells in a tbl(1) column are empty, set the...
2019-12-26 Ingo SchwarzeDo not fail an assertion when a high level macro occurs...
2019-12-25 Ingo Schwarzedistinction between .Vt and .Va
2019-12-22 Ingo Schwarzetwo new entries: make .Sh/.Ss parsed in mdoc(7)
2019-12-11 Ingo SchwarzeIn HTML, display straight quotes, not curly quotes...
2019-11-10 Ingo SchwarzeAdd a Content-Security-Policy HTTP header that allows...
2019-11-10 Ingo Schwarzewant to get rid of the last style= attributes, suggeste...
2019-11-09 Ingo Schwarze.ce .if .B crash reported by espie@, and one other bug
2019-11-09 Ingo SchwarzeIn the past, generating comment nodes stopped at the...
2019-10-13 Ingo Schwarzedraft 1.14.6 release notes
2019-10-01 Ingo SchwarzeFor invalid queries and for valid queries returning...
2019-09-15 Ingo SchwarzeFix line breaking in no-fill mode (.Bd -unfilled/<pre>),
2019-09-13 Ingo SchwarzeImprove validation of function names:
2019-09-05 Ingo Schwarzeadapt to print_indent() HTML_NOSPACE fix, html.c rev...
2019-09-05 Ingo SchwarzeDo not clear HTML_NOSPACE in print_indent().
2019-09-03 Ingo Schwarzeadapt to new <p> output logic (html.c rev. 1.260)
2019-09-03 Ingo SchwarzeWrap text and phrasing elements in paragraphs unless...
2019-09-03 Ingo SchwarzeFormat .Nd with more logically with <span> rather than...
2019-09-03 Ingo SchwarzeMake html_close_paragraph() more versatile, more robust...
2019-09-01 Ingo Schwarzedelete the TAG_IDIV crutch, which is no longer used
2019-08-29 Ingo SchwarzeIn the HTML formatter, assert(3) that no HTML nesting...
2019-08-02 Ingo Schwarzeminor sync of the inline stylesheet with mandoc.css:
2019-07-28 Ingo SchwarzeSimplification, no functional change:
2019-07-28 Ingo SchwarzeThere is no point in pledge(2)ing literally the same...
2019-07-28 Ingo SchwarzeIn man(1) mode, do the search for each name independent...
2019-07-28 Ingo SchwarzeImprove structure, no functional change:
2019-07-27 Ingo SchwarzeMove two more output state variables into the new struc...
2019-07-26 Ingo SchwarzeCleanup, no functional change:
2019-07-26 Ingo SchwarzeStructural cleanup, no functional change:
2019-07-26 Ingo SchwarzeStructural cleanup, no functional change:
2019-07-23 Ingo Schwarzetagging support for .TP and .TQ; try e.g. man -O tag...
2019-07-22 Ingo SchwarzeSlowly start implementing tagging support for man(7...
2019-07-19 Ingo SchwarzeIf no tags were generated at all, unlink(2) the empty...
2019-07-18 Ingo Schwarzenew test for an empty text block; from rea@ via bapt...
2019-07-15 Ingo Schwarzedon't print the final heads-up about messages
2019-07-15 Ingo Schwarzeexplain escaping of end-of-sentence characters;
2019-07-14 Ingo SchwarzeIf messages are shown and output is printed without...
2019-07-11 Ingo SchwarzeWhen parsing a tab character that is not preceded by...
2019-07-10 Ingo SchwarzeSome time ago, i simplified mandoc_msg() such that...
2019-07-10 Ingo Schwarzein man.cgi(8), disable -O toc by default; requested...
2019-07-09 Ingo SchwarzeThe non-standard .EX/.EE macro pair was invented for...
2019-07-06 Ingo Schwarzeprevent mandoc from segfaulting if /tmp is not writable;
2019-07-01 Ingo Schwarzeuse the standard spelling of the word "idiosyncrasy";
2019-07-01 Ingo Schwarzedelete trailing whitespace and space-tab sequences...
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.
next