summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2017-01-19clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze
2017-01-19clean up .Sx and .Xr HTML markupIngo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
2017-01-19Adjust indentation of the HTML output to the conventions establishedIngo Schwarze
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
2017-01-19Implement line breaking of the generated HTML code at space charactersIngo Schwarze
2017-01-18Make HTML output more human readable by overhauling line break logicIngo Schwarze
2017-01-17Completely delete the buf field of struct html and all the buf*()Ingo Schwarze
2017-01-17Simplify the usage of print_otag() by making it accept a variableIngo Schwarze
2017-01-15When looking up macro values while the macro tables are being builtIngo Schwarze
2017-01-12Skipping all escape sequences at the beginning of strings in deroff()Ingo Schwarze
2017-01-12show meta data for -Ttree outputIngo Schwarze
2017-01-11Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze
2017-01-10Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze
2017-01-10For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze
2017-01-10simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2017-01-09Use stdout rather than stdin for controlling the terminalIngo Schwarze
2017-01-09The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze
2017-01-09Warnings and errors that occur during mdoc_validate()Ingo Schwarze
2017-01-08Indentation must be measured in units of the surrounding text,Ingo Schwarze
2017-01-08Fix an assertion failure caused by \z\[u00FF] with -Tps/-Tpdf.Ingo Schwarze
2017-01-08style: missing blank between case statement and label;Ingo Schwarze
2017-01-08Tolerate bare tabs in SYNOPSIS .Cd for now.Ingo Schwarze
2017-01-08Stricter validation of the NAME section, in particular:Ingo Schwarze
2017-01-06sort options list; the same as jmc@ did in man.1 rev. 1.18Ingo Schwarze
2017-01-05sort options list;Jason McIntyre
2016-12-28fix the remaining cases of .Xr with only one argumentIngo Schwarze
2016-12-28spelling fix;Jason McIntyre
2016-12-28Make the second, section number argument of .Xr mandatory.Ingo Schwarze
2016-12-07When reporting "whitespace at end of input line" on lines ending withIngo Schwarze
2016-11-10warn about trailing whitespace at the end of comments;Ingo Schwarze
2016-11-08document improved tagging functionalityIngo Schwarze
2016-11-08use .Fn in custom sections for tagging, in addition to in DESCRIPTION;Ingo Schwarze
2016-11-08tag leading .Dv, .Li, and .No in .It;Ingo Schwarze
2016-11-08implement tag priority 0, which will tag only keys that appear asIngo Schwarze
2016-11-08generate two tag entries from list entries of the formIngo Schwarze
2016-11-08skip leading \& and \e in tagsIngo Schwarze
2016-11-08support more than one tag entry for the same search term;Ingo Schwarze
2016-10-22cast off_t and uint64_t for printf(3)Ingo Schwarze
2016-10-200x%llu is a bad idea, make that 0x%llx;Ingo Schwarze
2016-10-20st_size is off_t, which is signed, so use %lld rather than %llu;Ingo Schwarze
2016-10-19Avoid the confusion that -a might require a section argument; it does not.Ingo Schwarze
2016-10-18The termination condition of the iteration logic in page_bymacro()Ingo Schwarze
2016-10-18Fix a comment: We don't have manpath(1). No code change.Ingo Schwarze
2016-10-18Simplify and correct support for reproducible builds, such that databaseIngo Schwarze
2016-10-09Delete complicated code dealing with .Bl -tag without -width,Ingo Schwarze
2016-09-18We cannot use fputs(3) in passthrough() because the stdout streamIngo Schwarze
2016-09-18Make sure an output device is allocated before calling terminal_sepline(),Ingo Schwarze