]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2017-08-26 Ingo SchwarzeFix previous: mmap(2) returns MAP_FAILED on failure...
2017-08-26 Ingo SchwarzeDo not fork and exec cmp(1); instead, simply fstat...
2017-08-26 Ingo SchwarzeNo need to fork and exec rm(1) -rf, we know that we...
2017-08-23 Ingo Schwarzeremove spacing after another representation of unary...
2017-08-23 Ingo Schwarzeremove spacing after unary minus
2017-08-23 Ingo Schwarzeeliminate white space after opening and before closing...
2017-08-23 Ingo Schwarzeuse the tty-char macro file for ASCII comparisons
2017-08-23 Ingo SchwarzeSuppress spacing before certain kinds of lists.
2017-08-23 Ingo SchwarzeImprove ASCII rendering of a few rare character escape...
2017-08-23 Ingo Schwarzecatch up with ASCII renderings in chars.c rev. 1.72
2017-08-23 Ingo SchwarzeSwitch ASCII rendering of the same mathematical symbols...
2017-08-22 Ingo SchwarzeCorrect the mandoc.db(5) requirements of man(1) after...
2017-08-22 Ingo SchwarzeWhen finding a bogus database entry,
2017-08-21 Ingo SchwarzeWhen the stdout stream gets broken, there is no point...
2017-08-20 Ingo Schwarzesync with FreeBSD;
2017-08-19 Ingo SchwarzeDelete the lie that $PAGER would only be used with...
2017-08-19 Ingo Schwarzedocument -O mdoc; triggered by a question from jmc...
2017-08-11 Ingo SchwarzeMake the "new sentence, new line" check stricter, allow...
2017-08-11 Ingo SchwarzeAdd two EXAMPLES; triggered by a question from jmc@.
2017-08-09 Ingo SchwarzeExplain how to transform markup for the terminal when...
2017-08-05 Ingo Schwarzerelease 1.14.3 VERSION_1_14_3
2017-08-02 Ingo SchwarzeNo longer use names that only occur in the SYNOPSIS...
2017-07-31 Ingo SchwarzeIgnore explicitly specified negative column widths...
2017-07-31 Ingo SchwarzeFix an out of bounds read access to a constant array...
2017-07-28 Ingo Schwarzefinal tweaks for the 1.14.2 release VERSION_1_14_2
2017-07-28 Ingo SchwarzeWhen the mparse_alloc() prototype changed in read.c...
2017-07-28 Ingo Schwarzefix typo in TERMP_MULTICOL flag test;
2017-07-28 Ingo Schwarzedisable .Xr -Tlint test for now,
2017-07-28 Ingo SchwarzeDo not test .Xr here. It is not what this directory...
2017-07-26 Ingo SchwarzeFix a typo that caused a non-constant string
2017-07-26 Ingo SchwarzeCast the return value of chdir(2) to void. We already...
2017-07-24 Ingo Schwarzetwo more entries from the mdoclint TODO, clerified...
2017-07-22 Ingo Schwarzemigrate the mdoclint(1) TODO list here, from pkgsrc
2017-07-20 Ingo SchwarzeAvoid cross reference to mandoc(1) because it may cause...
2017-07-20 Ingo Schwarzemore renaming from mdocml to mandoc
2017-07-20 Ingo Schwarzemention -Tlint to stdout
2017-07-20 Ingo SchwarzeMAP_PRIVATE is pointless without PROT_WRITE
2017-07-20 Ingo SchwarzeFor -Tlint, put parser messages on stdout instead of...
2017-07-20 Ingo SchwarzeDo not call err(3) from the parser. Call mandoc_vmsg...
2017-07-20 Ingo Schwarzecorrectly handle letters in .Nx arguments; improves...
2017-07-20 Ingo Schwarzethree ideas found in a different TODO file
2017-07-20 Ingo Schwarze* clean catman.o which was missing
2017-07-20 Ingo Schwarzesync
2017-07-20 Ingo SchwarzeFix incorrectly swapped labels of left/right arrows...
2017-07-19 Ingo Schwarzedelete some entries that have been taken care of
2017-07-19 Ingo Schwarzemore bits for 1.14.2
2017-07-19 Ingo SchwarzePrefer arch-dependent over arch-independent pages if...
2017-07-18 Ingo SchwarzeRun the regression tests iteratively rather than recurs...
2017-07-16 Ingo SchwarzeThe only elements using floats are dt.It-tag,
2017-07-16 Ingo Schwarzetest -diag -width and -inset -width
2017-07-15 Ingo SchwarzeIn .Bl -tag and -hang, do not print a margin-left style...
2017-07-15 Ingo Schwarzeuse the same width increase logic for .Bl -hang as...
2017-07-15 Ingo SchwarzeIf -column, -diag, -inset, -item, or -ohang lists have...
2017-07-15 Ingo Schwarzecorrect left margins for different classes of definitio...
2017-07-15 Ingo Schwarzeprint the right character for mathematical overbar...
2017-07-15 Ingo SchwarzeImprove rev. 1.250 further:
2017-07-15 Ingo Schwarzefirst draft of the 1.14.2 release notes
2017-07-14 Ingo Schwarzealways give commas their own <mo> element,
2017-07-14 Ingo SchwarzeThe .Dd and .TH macros must interrupt .ce, too;
2017-07-14 Ingo SchwarzeExplicitly initialize a variable where the compiler...
2017-07-14 Ingo SchwarzeFix an assertion failure triggered by print_otag("sw...
2017-07-14 Ingo SchwarzeHandle .Bl -compact via CSS rather than writing individ...
2017-07-14 Ingo Schwarzeprint HTML character references as 4+ digits hexadecima...
2017-07-14 Ingo Schwarzedo not print <math class="eqn"><mrow></mrow></math...
2017-07-14 Ingo Schwarzeeqn(7) nits from bentley@
2017-07-13 Ingo Schwarzeeqn(7) .EQ has to break man(7) next-line scope, or...
2017-07-08 Ingo SchwarzeSimplify by creating struct roff_node syntax tree nodes...
2017-07-08 Ingo Schwarzefix an assertion failure triggered by .ce in next-line...
2017-07-08 Ingo Schwarze1. Eliminate struct eqn, instead use the existing members
2017-07-08 Ingo SchwarzeCorrectly handle horizontal spans at the beginning...
2017-07-07 Ingo Schwarzegarbage collect unused enum member EQN_ROOT
2017-07-07 Ingo Schwarzeadd parentheses to the output where required for disamb...
2017-07-07 Ingo Schwarzesimplify the eqn_box_makebinary() function by removing...
2017-07-07 Ingo SchwarzeRadically simplify the definitions what the message...
2017-07-06 Ingo SchwarzeNow that we have the -Wstyle message level, downgrade...
2017-07-06 Ingo SchwarzeFix operator precedence according to Brian W. Kernighan...
2017-07-05 Ingo SchwarzeThe EQN_LISTONE box type is pointless.
2017-07-05 Ingo Schwarzenits about trailing punctuation found with mandoc ...
2017-07-04 Ingo Schwarzevarious nits found with mandoc -Tlint
2017-07-04 Ingo SchwarzeFix handling of \} on roff request lines.
2017-07-04 Ingo SchwarzeIt turns out association of tbl spans with layout rows...
2017-07-04 Ingo Schwarzeadjust to today's change of the OpenBSD groff port
2017-07-04 Ingo SchwarzeMessages of the -Wbase level now print STYLE:. Since...
2017-07-04 Ingo SchwarzePrinting "BASE:" in messages about violations of base...
2017-07-03 Ingo Schwarzereport trailing delimiters after macros where they...
2017-07-03 Ingo Schwarzewarn about time machines; suggested by Thomas Klausner...
2017-07-02 Ingo SchwarzeIf a single page references the same non-existent manua...
2017-07-02 Ingo Schwarzeadd warning "cross reference to self"; inspired by...
2017-07-01 Ingo SchwarzeWhen checking cross references with -Tlint, ultimately...
2017-07-01 Ingo SchwarzeWhen checking the validity of cross references with...
2017-07-01 Ingo SchwarzeBasic reporting of .Xrs to manual pages that don't...
2017-06-29 Ingo SchwarzeSkip whitespace at the beginning of eqn(7) nodes,
2017-06-29 Ingo Schwarzewarn about some non-portable idioms in .Bl -column;
2017-06-29 Ingo SchwarzeClarify that .Ta as a line macro is a portability problem,
2017-06-28 Ingo Schwarzefix incomplete handling of roff(7) nodes in man(7)...
2017-06-28 Ingo SchwarzeRewrite half of this, i was completely unaware how...
2017-06-27 Ingo Schwarzetest inter-column spacing
2017-06-27 Ingo SchwarzeImplement spacing of columns as defined in the table...
2017-06-27 Ingo Schwarzewarn about .Ns macros that have no effect because they...
2017-06-26 Ingo Schwarzecatch up with the recent eqn(7) improvements
next