summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2017-11-10Be less assertive when warning about a possible typo.Jeremie Courreges-Anglas
2017-11-10streamline termp allocation. this will allow the init function toMarc Espie
2017-11-01shrink the generated PostScript by more than 50% by actually using PostScriptMarc Espie
2017-10-29Print a human-readable media name in the %%DocumentMedia DSC commentIngo Schwarze
2017-10-26more readable conversion of paper size from millimeters to PostScriptIngo Schwarze
2017-10-25The page footer line (psmarg) is created in ps_begin(), and theIngo Schwarze
2017-10-25Properly close out the top-level Font object, the end-of-pageIngo Schwarze
2017-09-12Do not segfault when there are two .Dt macros, the first withoutIngo Schwarze
2017-09-07typo: convertion -> conventionDavid Coppa
2017-09-06fix a NULL pointer access on deroff() failure;Ingo Schwarze
2017-08-26Fix previous: mmap(2) returns MAP_FAILED on failure, not NULL.Ingo Schwarze
2017-08-26Do not fork and exec cmp(1); instead, simply fstat(2), mmap(2), andIngo Schwarze
2017-08-26No need to fork and exec rm(1) -rf, we know that we have exactlyIngo Schwarze
2017-08-23remove spacing after another representation of unary minusIngo Schwarze
2017-08-23remove spacing after unary minusIngo Schwarze
2017-08-23eliminate white space after opening and before closing punctuationIngo Schwarze
2017-08-23Suppress spacing before certain kinds of lists.Ingo Schwarze
2017-08-23Improve ASCII rendering of a few rare character escape sequencesIngo Schwarze
2017-08-23Switch ASCII rendering of the same mathematical symbols and greekIngo Schwarze
2017-08-22Correct the mandoc.db(5) requirements of man(1) after the deprecationIngo Schwarze
2017-08-22When finding a bogus database entry,Ingo Schwarze
2017-08-21When the stdout stream gets broken, there is no point in readingIngo Schwarze
2017-08-19Delete the lie that $PAGER would only be used with -a or -l; the textIngo Schwarze
2017-08-19document -O mdoc; triggered by a question from jmc@ and OK jmc@Ingo Schwarze
2017-08-11Make the "new sentence, new line" check stricter, allowing digitsIngo Schwarze
2017-08-11Add two EXAMPLES; triggered by a question from jmc@.Ingo Schwarze
2017-08-09Explain how to transform markup for the terminal when not using aIngo Schwarze
2017-08-02No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze
2017-07-31Ignore explicitly specified negative column widths rather thanIngo Schwarze
2017-07-31Fix an out of bounds read access to a constant array that causedIngo Schwarze
2017-07-28When the mparse_alloc() prototype changed in read.c 1.151, updatingIngo Schwarze
2017-07-28use & to check if a bit is set in a flag; pointed out by clangFlorian Obser
2017-07-26Fix a typo that caused a non-constant stringIngo Schwarze
2017-07-26Cast the return value of chdir(2) to void. We already have a commentIngo Schwarze
2017-07-20For -Tlint, put parser messages on stdout instead of stderr.Ingo Schwarze
2017-07-20Do not call err(3) from the parser. Call mandoc_vmsg() andIngo Schwarze
2017-07-20correctly handle letters in .Nx arguments; improves for exampleIngo Schwarze
2017-07-19Prefer arch-dependent over arch-independent pages if the name priority,Ingo Schwarze
2017-07-16The only elements using floats are dt.It-tag, so the only elementsIngo Schwarze
2017-07-15In .Bl -tag and -hang, do not print a margin-left style attributeIngo Schwarze
2017-07-15use the same width increase logic for .Bl -hang as for .Bl -tagIngo Schwarze
2017-07-15If -column, -diag, -inset, -item, or -ohang lists have a -width,Ingo Schwarze
2017-07-15correct left margins for different classes of definition listsIngo Schwarze
2017-07-15Print the right character for mathematical overbar.Anthony J. Bentley
2017-07-15Improve rev. 1.199 further:Ingo Schwarze
2017-07-14always give commas their own <mo> element,Ingo Schwarze
2017-07-14The .Dd and .TH macros must interrupt .ce, too;Ingo Schwarze
2017-07-14Explicitly initialize a variable where the compiler is (understandably)Ingo Schwarze
2017-07-14Fix an assertion failure triggered by print_otag("sw+-l", NULL).Ingo Schwarze
2017-07-14Handle .Bl -compact via CSS rather than writing individual styleIngo Schwarze