summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc
AgeCommit message (Expand)Author
2015-03-03In eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi.Anthony J. Bentley
2015-03-03If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze
2015-03-02If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze
2015-02-27When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze
2015-02-27When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze
2015-02-23oops, in NAME, don't nag about the comma after .NmIngo Schwarze
2015-02-23improve NAME section diagnostics;Ingo Schwarze
2015-02-21Escape quotes when expanding macro arguments.Ingo Schwarze
2015-02-20For selecting a two-digit font size, support the historic syntax \s12Ingo Schwarze
2015-02-20Completely delete all carriage return characters from the input.Ingo Schwarze
2015-02-17Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze
2015-02-17Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
2015-02-16clean up post_dt() validation function;Ingo Schwarze
2015-02-16Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze
2015-02-16Clamp width and indent settings to sensible values. Ignore errors for now.Ted Unangst
2015-02-14shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze
2015-02-12Do not confuse .Bl -column lists that just broken another blockIngo Schwarze
2015-02-12Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze
2015-02-11do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze
2015-02-11explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze
2015-02-10Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze
2015-02-10Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze
2015-02-10trim trailing white space, no code change;Ingo Schwarze
2015-02-10Explain all WARNING, ERROR, and UNSUPP messages in the DIAGNOSTICS section.Ingo Schwarze
2015-02-07Closing a block validates it, which may end up deleting it,Ingo Schwarze
2015-02-07be more careful about argc == 0Ingo Schwarze
2015-02-06replace the last legacy generic message type, "argument count wrong",Ingo Schwarze
2015-02-06better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze
2015-02-06better diagnostics about excess arguments to .PD .ft .spIngo Schwarze
2015-02-06better error reporting for .br .fi .nf with argumentsIngo Schwarze
2015-02-06Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze
2015-02-06better handle .Fo and .Fd without argumentIngo Schwarze
2015-02-06better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze
2015-02-06better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze
2015-02-05fix handling of empty .An macrosIngo Schwarze
2015-02-05Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze
2015-02-04Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze
2015-02-04improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze
2015-02-04fix column numbers of macro arguments in messagesIngo Schwarze
2015-02-04discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze
2015-02-04more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze
2015-02-03reduce indentation for better readabilityIngo Schwarze
2015-02-03Avoid closing out an explicit block twice when broken by .ItIngo Schwarze
2015-02-03Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze
2015-02-03Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze
2015-02-02Simplify and reindent make_pending(). No functional changeIngo Schwarze
2015-02-02Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze
2015-02-02Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze
2015-02-02Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze