]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
2015-04-02 Ingo SchwarzeThird step towards parser unification:
2015-04-02 Ingo SchwarzeSecond step towards parser unification:
2015-04-02 Ingo SchwarzeFirst step towards parser unification:
2015-04-01 Ingo SchwarzeLet man(1) and apropos(1) work even when the current...
2015-03-30 Ingo SchwarzeEscape punctuation characters that have a different...
2015-03-27 Ingo Schwarzerefering -> referring; patch from jmc@
2015-03-27 Ingo SchwarzeActually use the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeParse the new man.conf(5) "output" directive.
2015-03-27 Ingo SchwarzeModernize documentation by inserting blanks between...
2015-03-27 Ingo Schwarzevarious tweaks from jmc@
2015-03-27 Ingo Schwarzeoops, forgot to apply the actual patch...
2015-03-27 Ingo SchwarzeDocument that certain stand-alone accents need escaping...
2015-03-27 Ingo SchwarzeAdd man.conf(5). After adding some additional function...
2015-03-26 Ingo SchwarzeAdd a new directive "manpath path"
2015-03-22 Ingo Schwarzemake MANPATH_DEFAULT compile-time configurable
2015-03-21 Ingo Schwarzewhen there is no -m, no -M, no MANPATH and no /etc...
2015-03-20 Ingo Schwarzevasprintf(3) needs _GNU_SOURCE on Linux;
2015-03-20 Ingo SchwarzePatch from Christian Neukirchen <chneukirchen at gmail...
2015-03-20 Ingo SchwarzeThe .PD macro can occur in next-line scope. Fixes...
2015-03-20 Ingo SchwarzeSimplify by almost halving the number of macro flags:
2015-03-19 Ingo SchwarzeCompat glue needed for Solaris 9 and 10.
2015-03-18 Ingo SchwarzeWe always use FTS_NOCHDIR, so delete the directory...
2015-03-18 Ingo SchwarzePass the CC set in configure.local to Makefile.local.
2015-03-17 Ingo SchwarzeSimplify: Now that rc is global anyway, no need to...
2015-03-17 Ingo SchwarzeWhen the user exits the pager before the pager has...
2015-03-16 Ingo Schwarzenaddy@ found a tough problem - fittingly, in cobfusc...
2015-03-15 Ingo SchwarzeAvoid off-by-one read access to the termacts array...
2015-03-13 Ingo SchwarzeRemove the first comma from constructs like ", and...
2015-03-13 Ingo Schwarzerelease 1.13.3 VERSION_1_13_3
2015-03-13 Ingo SchwarzeFix hardlink detection on platforms having padding...
2015-03-11 Ingo SchwarzeWhen manpath(1) is available, enable HAVE_MANPATH even...
2015-03-11 Ingo SchwarzeWhen interpreting the -O argument as a macro name fails,
2015-03-11 Ingo SchwarzeFix previous: size_t is often narrower than off_t.
2015-03-10 Ingo SchwarzeThe st_size member of struct stat is off_t, which is...
2015-03-10 Ingo SchwarzeWe can keep track of the pager PID without additional...
2015-03-10 Ingo SchwarzeFix a regression caused in rev. 1.212, reported by...
2015-03-09 Ingo Schwarzeupdate for 1.13.3
2015-03-09 Ingo Schwarzeuse \(dq rather than \*q; patch from bentley@
2015-03-06 Ingo SchwarzeFix vertical spacing at the beginning of tables.
2015-03-06 Ingo SchwarzeIn mdoc(7), don't mistreat negative .sp arguments as...
2015-03-06 Ingo Schwarzeprevent the skipvsp flag from creeping past actual...
2015-03-06 Ingo SchwarzeFlush the line preceding a table before clearing the...
2015-03-06 Kristaps DzonsonsAllow compilation on Mac OS X, which doesn't have MACHI...
2015-03-04 Ingo Schwarzein eqn, "prime" is equivalent to \(fm, and - is equival...
2015-03-03 Ingo SchwarzeIf an eqn(7) starts on a new input line, be sure to...
2015-03-02 Ingo SchwarzeIf a non-gz manual is read after a gzipped manual,...
2015-02-27 Ingo SchwarzeWhen makewhatis(8) scans a tree, ignore trailing garbag...
next