]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
2015-04-19 Ingo SchwarzeIf apropos(1) finds no match, print "nothing appropriat...
2015-04-19 Ingo SchwarzeUnify trickier node handling functions.
2015-04-19 Ingo SchwarzeUnify some node handling functions that use TOKEN_NONE.
2015-04-19 Ingo SchwarzeDecouple the token code for "no request or macro" from...
2015-04-19 Ingo SchwarzeUnify node handling functions:
2015-04-18 Ingo SchwarzeDelete the wrapper functions mdoc_meta(), man_meta...
2015-04-18 Ingo SchwarzeUnify {mdoc,man}_{alloc,reset,free}() into roff_man_...
2015-04-18 Ingo SchwarzeMove mdoc_hash_init() and man_hash_init() to libmandoc.h
2015-04-18 Ingo SchwarzeProfit from the unified struct roff_man and reduce...
2015-04-18 Ingo SchwarzeReplace the structs mdoc and man by a unified struct...
2015-04-18 Ingo Schwarzelook at COHERENT troff
2015-04-16 Ingo Schwarzeflorian want <img> tags for https://tlakh.xyz/p2k15...
2015-04-16 Ingo SchwarzeRestore the page headers and page footers that accident...
2015-04-16 Ingo Schwarzeshorten "outdated mandoc.db" warning message; requested...
2015-04-06 Ingo SchwarzeDo not mistreat empty arguments to font alternating...
2015-04-06 Ingo SchwarzeOn a new RS nesting level, the saved width starts from...
2015-04-06 Ingo SchwarzeUse the default width for .RS without arguments.
2015-04-05 Ingo SchwarzeIf a partial explicit block extending to the next input...
2015-04-05 Ingo SchwarzeReduce code duplication, no functional change:
2015-04-05 Ingo SchwarzeArguments to end macros of broken partial explicit...
2015-04-05 Ingo Schwarzeallow using an alternate mandoc binary
2015-04-04 Ingo SchwarzeGive man(7) section and subsection headers hanging...
2015-04-04 Ingo SchwarzeRounding rules for horizontal scaling widths are more...
2015-04-04 Ingo SchwarzeDon't allow breaking the output line after hyphens...
2015-04-04 Ingo SchwarzeFix a quirk with respect to empty .HP.
2015-04-03 Ingo SchwarzeVastly simplify man(7) block unwinding, similar to...
2015-04-03 Ingo SchwarzeIt turns out the man(7) parser suffers from unintelligi...
2015-04-03 Ingo Schwarzeportability: word boundaries in regular expressions
2015-04-03 Ingo SchwarzeNo need to hardcode /usr/bin/ as the path to more(1...
next