]> git.cameronkatri.com Git - mandoc.git/shortlog
mandoc.git
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...
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.
next