summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Avoid closing out an explicit block twice when broken by .ItIngo Schwarze2015-02-031-0/+1
* minimal support for Heirloom nroffIngo Schwarze2015-02-031-5/+17
* Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze2015-02-031-159/+74
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze2015-02-032-6/+21
* Simplify and reindent make_pending(). No functional changeIngo Schwarze2015-02-021-56/+49
* Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze2015-02-021-30/+20
* Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze2015-02-021-65/+36
* Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze2015-02-023-66/+69