summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2018-03-16Ouch, fix previous: In the edge case of a single-character stringIngo Schwarze
2018-03-16Style message about bad input encoding of em-dashes as -- instead of \(em.Ingo Schwarze
2018-02-23After opening a file with gzdopen(3), we have to call gzclose(3) orIngo Schwarze
2018-02-23clarify documentation of macro keysIngo Schwarze
2018-02-23Logically, the following are are type names - just like .Vt,Ingo Schwarze
2018-02-08Invalidate the tag_files.tfd after fclose(3)ing the stram associated withTheo Buehler
2018-02-07In man(7) and cat pages, cut off excessive one line descriptions.Ingo Schwarze
2018-02-07Fix the mandoc_strndup() utility function. All existing callers seemIngo Schwarze
2018-02-06Delete the "no blank before trailing delimiter" check from theIngo Schwarze
2018-01-13Remove the implicit display feature of .Lk because it was inconsistentIngo Schwarze
2017-11-29Recognize .Bl -column at parse time, and not only at validation time,Ingo Schwarze
2017-11-28duplicate word, found by igor(1)Ingo Schwarze
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