]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
2016-04-15 Ingo SchwarzeFix parsing of PATH_INFO if both a section directory...
2016-04-15 Ingo SchwarzeMake HTML tags lower case for better stylistic agreemen...
2016-04-15 Ingo SchwarzeIn the architectures dropdown, move aviion, ia64, solbo...
2016-04-15 Ingo SchwarzeIf PATH_INFO contains a complete and correct path to...
2016-04-15 Ingo Schwarzeomit list of other results when there is only one match
2016-04-14 Ingo Schwarzefor .Xr links, use short PATH_INFO style URIs
2016-04-14 Ingo SchwarzeFix a process group race.
2016-04-14 Ingo Schwarzedo not rewrite short queries
2016-04-14 Ingo Schwarzein -man -Thtml, .nf does not preserve indentation
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-04-13 Ingo SchwarzeGive manuals in purely numerical sections priority...
2016-04-13 Ingo Schwarzefix error page indentation:
2016-04-12 Ingo Schwarzesed 's/the the/the/' in a comment; from krw@
2016-03-19 Ingo Schwarzedouble word; from jmc@
2016-03-18 Ingo SchwarzeMake the SCRIPT_NAME logic simpler, safer, and make...
2016-03-18 Ingo Schwarzedocument short URIs
2016-03-17 Ingo Schwarzemake man(1) mode the default rather than apropos(1...
2016-03-17 Ingo Schwarze'accomodate' -> 'accommodate' in a comment.
2016-03-17 Ingo Schwarzesupport short URIs for man.openbsd.org
2016-01-16 Ingo Schwarzeunbreak reading from stdin after recent parse() restruc...
2016-01-08 Ingo SchwarzeDelete the redundant "nchild" member of struct roff_nod...
2016-01-08 Ingo SchwarzePrefer warn(3) over perror(3) at the few places where...
2016-01-08 Ingo SchwarzeSimplify the mparse_open() interface.
2016-01-08 Ingo SchwarzeIt was very surprising that a function called mparse_re...
2016-01-08 Ingo Schwarzewould be nice to warn about broken .Xr links...
2016-01-08 Ingo SchwarzeThe root of an .EQ tree is always EQN_ROOT, never EQN_LIST,
2016-01-07 Ingo SchwarzeThis code wasted memory by allocating sizeof(enum termf...
2016-01-07 Ingo SchwarzeRecursive "define" was not detected because "lim" was...
2016-01-04 Ingo SchwarzeImprove handling of .Va and .Vt macros.
2016-01-04 Ingo SchwarzeGenerate simpler in-page links: just replace spaces...
2016-01-04 Ingo SchwarzeDon't retain the search query in the resulting manual...
2015-12-23 Ingo Schwarzeremove NULL-checks before free(); from mmcc@
2015-12-15 Ingo Schwarzepledge(2) style:
2015-11-26 Ingo SchwarzeNo point in trying to go on when elementary database...
2015-11-20 Ingo SchwarzeFix multiple issues regarding process group and signal...
2015-11-14 Ingo SchwarzeFix an issue reported by deraadt@: When hitting Ctrl...
2015-11-12 Ingo SchwarzeSimplify the logic in mandoc_normdate() and add some...
2015-11-12 Ingo SchwarzeNever use LC_ALL. On the one hand, it can cause misfor...
2015-11-07 Ingo Schwarzemove compat_reallocarray.o into SOELIM_OBJS, no functio...
2015-11-07 Ingo Schwarzesoelim(1) use getline(3) and err(3), and err(3) uses...
2015-11-07 Ingo SchwarzeThe sh(1) "test" builtin on Solaris 10 doesn't have -e,
2015-11-07 Ingo Schwarzeprovide a simple stand-alone implementation of getline(3)
2015-11-07 Ingo SchwarzeModernization, no functional change intended:
2015-11-07 Ingo SchwarzeWithout HAVE_ERR, don't try to include <err.h>, it...
2015-11-07 Ingo SchwarzeIn private header files, __BEGIN_DECLS and __END_DECLS...
2015-11-07 Ingo Schwarzegarbage collect unused EXAMPLEDIR, forgotten in the...
2015-11-07 Ingo SchwarzeInstall the soelim(1) binary and manual to the right...
2015-11-06 Ingo SchwarzeIn ./configure, select a RE syntax for word boundaries...
2015-11-06 Ingo Schwarzemerge pledge(2) support from OpenBSD
2015-11-06 Ingo SchwarzeUse getprogname(3) rather than __progname.
2015-11-05 Ingo SchwarzeUse include files "header.html" and "footer.html" rathe...
2015-11-05 Ingo SchwarzeUnify the three stylesheets into a single CSS file.
2015-11-05 Ingo Schwarzedemandoc(1) needs to link against -lutil, too
2015-11-05 Ingo Schwarzeremove a stray iso-latin-1 character; noticed by bentley@
2015-11-05 Ingo Schwarzespecify option ordering in the DESCRIPTION section;
2015-10-30 Ingo SchwarzeIf a .Bd block has no arguments at all, drop the block...
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...
next