summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-032-0/+4
* If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze2015-03-021-0/+1
* When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze2015-02-271-1/+2
* When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze2015-02-272-11/+47
* oops, in NAME, don't nag about the comma after .NmIngo Schwarze2015-02-231-0/+4
* improve NAME section diagnostics;Ingo Schwarze2015-02-235-39/+53
* Escape quotes when expanding macro arguments.Ingo Schwarze2015-02-211-16/+76
* For selecting a two-digit font size, support the historic syntax \s12Ingo Schwarze2015-02-201-0/+8
* Completely delete all carriage return characters from the input.Ingo Schwarze2015-02-201-1/+2
* \n(.$Ingo Schwarze2015-02-201-0/+4
* naddy@ scoured the ports tree for remaining mandoc issuesIngo Schwarze2015-02-171-4/+6
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-176-52/+54
* Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze2015-02-171-2/+11
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-172-40/+50
* clean up post_dt() validation function;Ingo Schwarze2015-02-162-42/+43
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-166-32/+10
* strtonum(3) compat glueIngo Schwarze2015-02-167-3/+134
* Clamp width and indent settings to sensible values.Ingo Schwarze2015-02-161-2/+8
* Tweak the wording to avoid the possible misunderstanding that .InIngo Schwarze2015-02-151-5/+6
* shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze2015-02-141-1/+2
* After almost five years and 99 revisions, mdoc_macro.c rev. 1.182Ingo Schwarze2015-02-121-4/+0
* Do not confuse .Bl -column lists that just broken another blockIngo Schwarze2015-02-121-4/+4
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-127-167/+108
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-113-9/+6
* explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze2015-02-111-0/+7
* Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze2015-02-101-33/+43
* Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze2015-02-101-10/+26
* trim trailing white space, no code change;Ingo Schwarze2015-02-1010-38/+38
* Closing a block validates it, which may end up deleting it,Ingo Schwarze2015-02-071-0/+1
* some tweaks to the DIAGNOSTICS sectionIngo Schwarze2015-02-071-12/+9
* ignore O_CLOEXEC when the operating system doesn't provide it;Ingo Schwarze2015-02-071-0/+3
* trivial sync to OpenBSD: <sys/param.h> no longer neededIngo Schwarze2015-02-071-4/+4
* be more careful about argc == 0Ingo Schwarze2015-02-072-9/+13
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-065-14/+26
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-065-54/+76
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-063-10/+12
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-063-11/+13
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-066-95/+39
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-066-14/+42
* better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze2015-02-061-38/+44
* better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze2015-02-062-10/+13
* fix handling of empty .An macrosIngo Schwarze2015-02-054-11/+7
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-056-25/+8
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-043-43/+53
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze2015-02-042-11/+27
* fix column numbers of macro arguments in messagesIngo Schwarze2015-02-041-2/+2
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-045-38/+52
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-044-24/+34
* Enable the integrated man(1) even when database support is disabled,Ingo Schwarze2015-02-033-65/+45
* reduce indentation for better readabilityIngo Schwarze2015-02-031-12/+20