aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* If an application parses multiple files with mparse_readfd(3) butIngo Schwarze2017-02-031-1/+2
* even man-1.6g does *not* have apropos -C,Ingo Schwarze2017-02-021-6/+1
* correct information about early groff (up to 1.02)Ingo Schwarze2017-02-021-40/+43
* mention groff git, and one minor fixIngo Schwarze2017-02-021-1/+4
* more info about man-1.6 and man-dbIngo Schwarze2017-02-021-75/+95
* minor fixesIngo Schwarze2017-02-021-6/+4
* new page, not to be installedIngo Schwarze2017-02-021-0/+1307
* add missing HISTORY informationIngo Schwarze2017-01-313-8/+39
* Rework fill mode handling for -man -Thtml.Ingo Schwarze2017-01-301-69/+134
* eliminate one useless struct and one level of indirection;Ingo Schwarze2017-01-294-22/+18
* Add a warning "new sentence, new line".Ingo Schwarze2017-01-284-6/+28
* Simplify usage of print_otag() even more:Ingo Schwarze2017-01-283-86/+88
* MANDOCERR_BADTAB no longer exists,Ingo Schwarze2017-01-281-9/+1
* .Bl -column with zero columns is legal, so don't segfalt on it.Ingo Schwarze2017-01-281-17/+17
* warn about invalid output optionsIngo Schwarze2017-01-274-42/+80
* warn about missing one-line description;Ingo Schwarze2017-01-271-4/+9
* Parse the section number from the content of preformatted pagesIngo Schwarze2017-01-272-20/+32
* If parsing a page reveals that it is neither mdoc(7) nor man(7),Ingo Schwarze2017-01-271-13/+17
* fix base directory detection for makewhatis -tIngo Schwarze2017-01-271-1/+15
* Always register names taken from file names in the names ohash.Ingo Schwarze2017-01-271-5/+7
* more info on man(7) .Xr hyperlinkingIngo Schwarze2017-01-261-1/+4
* Fix -man -Thtml formatting after .nf (which has nothing to doIngo Schwarze2017-01-264-72/+52
* add arm64 architecture; from deraadt@Ingo Schwarze2017-01-251-2/+2
* Improve HTML formatting of .Bl -tag.Ingo Schwarze2017-01-256-19/+73
* bug was fixed, delete the BUGS sectionIngo Schwarze2017-01-211-11/+2
* slightly simplify header and footer stylesIngo Schwarze2017-01-212-13/+8
* Avoid writing constant style attributes over and over again.Ingo Schwarze2017-01-212-14/+22
* clean up the remaining class attributesIngo Schwarze2017-01-214-53/+35
* Standardize class attributes for semantic macros.Ingo Schwarze2017-01-203-72/+89
* standardize .Rs class attributesIngo Schwarze2017-01-202-40/+35
* standardize .Bl and .It class attributesIngo Schwarze2017-01-202-119/+140
* clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze2017-01-194-22/+24
* clean up .Sx and .Xr HTML markupIngo Schwarze2017-01-192-11/+10
* Clean up CSS rules for sections and paragraphs.Ingo Schwarze2017-01-194-34/+34
* Clean up and fix rules for header and footer lines.Ingo Schwarze2017-01-191-13/+22
* Adjust indentation of the HTML output to the conventions establishedIngo Schwarze2017-01-191-27/+27
* Start cleanup: trim useless HTML comments, <div> elements,Ingo Schwarze2017-01-194-53/+41
* Implement line breaking of the generated HTML code at space charactersIngo Schwarze2017-01-194-74/+179
* Make HTML output more human readable by overhauling line break logicIngo Schwarze2017-01-184-82/+150
* Completely delete the buf field of struct html and all the buf*()Ingo Schwarze2017-01-176-287/+180
* Simplify the usage of print_otag() by making it accept a variableIngo Schwarze2017-01-177-657/+497
* When looking up macro values while the macro tables are being builtIngo Schwarze2017-01-152-63/+131
* Skipping all escape sequences at the beginning of strings in deroff()Ingo Schwarze2017-01-121-9/+5
* show meta data for -Ttree outputIngo Schwarze2017-01-122-7/+39
* Put compiler arguments that may contain -l at the end; according toIngo Schwarze2017-01-121-3/+3
* Do text production for .Bt, .Ex, .Rv, .Ud at the validation stageIngo Schwarze2017-01-115-406/+212
* Use new NODE_NOSRC and NODE_NOPRT flags for .Bx and .At.Ingo Schwarze2017-01-105-104/+55
* For the .Ux/.Ox family of macros, do text production at the validationIngo Schwarze2017-01-106-225/+213
* simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze2017-01-101-9/+3
* unify names of AST node flags; no change of cpp outputIngo Schwarze2017-01-1015-158/+155