]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2015-10-30 Ingo SchwarzeDo not access a NULL pointer when a .Bd macro has no...
2015-10-23 Ingo Schwarzeapply bold and italic to all non-ASCII Unicode codepoints,
2015-10-22 Ingo Schwarzeuse the new function man_validate() here, too
2015-10-22 Ingo Schwarzemove man(7) validation into the dedicated validation...
2015-10-22 Ingo SchwarzeIf no output device was allocated because no file wante...
2015-10-21 Ingo SchwarzeMove all mdoc(7) node validation done before child...
2015-10-20 Ingo SchwarzeIn order to become able to generate syntax tree nodes...
2015-10-19 Ingo Schwarzestyle cleanup, no functional change
2015-10-19 Ingo SchwarzeSimplify, no functional change:
2015-10-19 Ingo Schwarzeincluding <ohash.h> requires including <stdint.h> befor...
2015-10-17 Ingo SchwarzeVery tricky diff to fix macro interpretation and spacin...
2015-10-15 Ingo SchwarzeDelete two preprocessor constants that are no longer...
2015-10-15 Ingo SchwarzeSimplify the part of args() that is handling .Bl -colum...
2015-10-15 Ingo SchwarzeWhen blk_full() handles an .It line in .Bl -column...
2015-10-13 Ingo SchwarzeReject the escape sequences \[uD800] to \[uDFFF] in...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-13 Ingo SchwarzeReduce the amount of code by moving the three copies...
2015-10-12 Ingo SchwarzeDelete an assignment that is unconditionally overwritte...
2015-10-12 Ingo SchwarzeGarbage collect an unused variable, no functional change;
2015-10-12 Ingo SchwarzeCheck the right pointer against NULL;
2015-10-12 Ingo SchwarzeUse "-" rather than "\(hy" for the heads of .Bl -dash...
2015-10-12 Ingo SchwarzeClear dform and dsec when exiting a first-level directo...
2015-10-12 Ingo SchwarzeFix an obvious bug found during the /* FALLTHROUGH...
2015-10-12 Ingo SchwarzeTo make the code more readable, delete 283 /* FALLTHROU...
2015-10-11 Ingo SchwarzeDrop tags containing a blank character:
2015-10-11 Ingo SchwarzeFinally use __progname, err(3) and warn(3).
2015-10-11 Ingo SchwarzeMention that the first argument of .Pf does not need...
2015-10-10 Ingo SchwarzeDecide whether to use_pager as early as possible,
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-10-06 Ingo Schwarzeimprove wording and start a new sentence on a new line...
2015-09-29 Ingo SchwarzeTheo found a stray blank in HTML output.
2015-09-26 Ingo Schwarzebriefly document -T tree output
2015-09-26 Ingo SchwarzeShow the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS,...
2015-09-26 Ingo Schwarze/* NOTREACHED */ after abort() is silly, delete it
2015-09-26 Ingo Schwarzeresolve code duplication and do style cleanup in mdoc_n...
2015-09-26 Ingo SchwarzeFix multiple aspects of SYNOPSIS .Nm formatting:
2015-09-24 Ingo Schwarzetypos; found and fixed by sobrado@
2015-09-21 Ingo SchwarzeTrailing whitespace is significant when determining...
2015-09-21 Ingo Schwarzeno more _subdir; Jan Stary <hans at stare dot cz>
2015-09-16 Ingo Schwarzefor portability, use (char *)NULL in execlp(3) as discu...
2015-09-14 Ingo SchwarzeAvoid .Ns right after .Pf, it's pointless.
2015-09-14 Ingo SchwarzeRemove the warning about children of .Vt blocks because...
2015-09-14 Ingo SchwarzeThe .Dv macro actually forces normal font.
2015-09-04 Ingo SchwarzeFill mode changes don't break next-line scope in all...
2015-09-02 Ingo SchwarzeRecommend an unambiguous escape for minus signs instead...
2015-08-30 Ingo SchwarzeDrop leading, internal, and trailing blank characters...
2015-08-30 Ingo SchwarzeIf an .Fo macro lacks its mandatory argument, don't...
2015-08-29 Ingo SchwarzeIf we have to reparse the text line because we spring...
2015-08-29 Ingo SchwarzeParse and ignore the escape sequences \, and \/ (italic...
2015-08-29 Ingo SchwarzeImplement the escape sequence \\$*, expanding to all...
2015-08-29 Ingo SchwarzeMinimal implementation of the read-only number register...
2015-08-29 Ingo SchwarzeIncluding <ohash.h> requires including <stdint.h> before,
2015-08-29 Ingo Schwarzetedu@ reports tbl(7) issues in synaptics(4)
2015-07-28 Ingo SchwarzeRemove the hack of scrolling forward and backward with...
2015-07-25 Ingo SchwarzeSimplify and make tag_put() more efficient by integrati...
2015-07-25 Ingo Schwarzeimplement tagging for .Er
2015-07-25 Ingo Schwarzebasic tag support for function names; written at YYC
2015-07-25 Ingo Schwarzebasic support for tag priorities; written at YYC
2015-07-21 Ingo SchwarzeWhen creation of the temporary tags file fails, call...
2015-07-19 Ingo SchwarzeDo not fork and exec gunzip(1), just link with libz...
2015-07-19 Ingo SchwarzeIf we aren't on a tty, clear the pager flag up front.
2015-07-18 Ingo SchwarzeInsist that manual page file name extensions must begin...
2015-07-18 Ingo Schwarzeanother portability todo
2015-07-18 Ingo Schwarzeclean up the temporary file when the process dies from...
2015-07-17 Ingo SchwarzeInitial, still somewhat experimental implementation...
2015-07-14 Ingo SchwarzeFix the "depend" target and regenerate Makefile.depend:
2015-07-14 Ingo Schwarzeheaders should not contain macros
2015-06-27 Ingo SchwarzeIgnore blank characters at the beginning of a condition...
2015-06-26 Ingo Schwarzedelete some TODO entries that were already fixed
2015-06-18 Ingo Schwarzenice idea for eqn(7) from CDBUG.
2015-06-10 Ingo Schwarzetwo new tasks i heard about at BSDCan
2015-06-10 Ingo SchwarzeAvoid warning "defined but not used" when compiling...
2015-06-10 Ingo SchwarzeAvoid warning "unused variable" when compiling without...
2015-05-31 Ingo SchwarzeImplement the roff(7) `r' (register exists) conditional.
2015-05-21 Ingo SchwarzeThis one needs config.h too, if only for __BEGIN_DECLS.
2015-05-21 Ingo Schwarzeadd forgotten glue
2015-05-21 Ingo SchwarzeLink compat_reallocarray.o into soelim; needed on
2015-05-20 Ingo SchwarzeRemove clauses 3 and 4 from Christos Zoulas' BSD license.
2015-05-20 Ingo Schwarzefix integer overflows by using reallocarray(3)
2015-05-20 Ingo Schwarze* fix roff terminology in .Nd
2015-05-20 Ingo SchwarzeUse PATH_MAX rather than the non-standard MAXPATHLEN.
2015-05-20 Ingo Schwarze* remove FreeBSDisms
2015-05-20 Ingo SchwarzeInitial revision
2015-05-07 Ingo SchwarzeDo not let the -m option or MANPATH with leading, trail...
2015-05-01 Ingo Schwarzemdoc_valid_post() may indirectly call roff_node_unlink...
2015-05-01 Ingo SchwarzeSetting the "last" member of struct roff_node was done...
2015-05-01 Ingo SchwarzeMinor bug fix: When .Pp rewinds .Nm, rewind the whole...
2015-04-29 Ingo SchwarzeIf a block body gets broken, that's no good reason...
2015-04-29 Ingo SchwarzeReplace the kludge for the \z escape sequence by an...
2015-04-29 Ingo SchwarzeDo not mark a block with the MDOC_BROKEN flag if it...
2015-04-29 Ingo SchwarzeWhen the last line of a table layout turns out to be...
2015-04-29 Ingo SchwarzeImprove the error message in case somebody has configur...
2015-04-28 Ingo SchwarzeFix the HAVE_MANPATH case, got broken in rev. 1.23.
2015-04-23 Ingo SchwarzeUnify mdoc_deroff() and man_deroff() into a common...
2015-04-23 Ingo SchwarzeGet rid of two empty wrapper functions. No functional...
2015-04-21 Ingo SchwarzeAvoid a use after free when the target node is deleted...
2015-04-20 Ingo SchwarzeFix previous: Don't let man(1) warn twice about non...
2015-04-20 Ingo SchwarzeAvoid out-of-bounds read access before the beginning...
2015-04-19 Ingo SchwarzeMore than one data field may follow T} on the same...
2015-04-19 Ingo SchwarzeIf an explicit line break request (.br or .sp) occurs...
next