aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Completely delete all carriage return characters from the input.Ingo Schwarze2015-02-201-2/+3
* \n(.$Ingo Schwarze2015-02-201-1/+5
* naddy@ scoured the ports tree for remaining mandoc issuesIngo Schwarze2015-02-171-5/+7
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-176-58/+60
* Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze2015-02-171-3/+12
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-172-43/+53
* clean up post_dt() validation function;Ingo Schwarze2015-02-162-44/+45
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-166-40/+18
* strtonum(3) compat glueIngo Schwarze2015-02-167-6/+137
* Clamp width and indent settings to sensible values.Ingo Schwarze2015-02-161-3/+9
* Tweak the wording to avoid the possible misunderstanding that .InIngo Schwarze2015-02-151-7/+8
* shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze2015-02-141-2/+3
* After almost five years and 99 revisions, mdoc_macro.c rev. 1.182Ingo Schwarze2015-02-121-5/+1
* Do not confuse .Bl -column lists that just broken another blockIngo Schwarze2015-02-121-5/+5
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-127-174/+115
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-113-12/+9
* explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze2015-02-111-1/+8
* Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze2015-02-101-34/+44
* Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze2015-02-101-11/+27
* trim trailing white space, no code change;Ingo Schwarze2015-02-1010-47/+47
* Closing a block validates it, which may end up deleting it,Ingo Schwarze2015-02-071-1/+2
* some tweaks to the DIAGNOSTICS sectionIngo Schwarze2015-02-071-14/+11
* ignore O_CLOEXEC when the operating system doesn't provide it;Ingo Schwarze2015-02-071-1/+4
* trivial sync to OpenBSD: <sys/param.h> no longer neededIngo Schwarze2015-02-071-5/+5
* be more careful about argc == 0Ingo Schwarze2015-02-072-11/+15
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-065-19/+31
* better error reporting regarding .OP .RS .UR .TH argumentsIngo Schwarze2015-02-065-58/+80
* better diagnostics about excess arguments to .PD .ft .spIngo Schwarze2015-02-063-12/+14
* better error reporting for .br .fi .nf with argumentsIngo Schwarze2015-02-063-13/+15
* Delete the legacy generic warning type MANDOCERR_ARGCWARN,Ingo Schwarze2015-02-066-100/+44
* better handle .Fo and .Fd without argumentIngo Schwarze2015-02-066-21/+49
* better handle empty .Bd .Bl .D1 .Dl blocksIngo Schwarze2015-02-061-39/+45
* better handle .In .Sh .Ss .St .Xr without argumentsIngo Schwarze2015-02-062-12/+15
* fix handling of empty .An macrosIngo Schwarze2015-02-054-15/+11
* Simplify by deleting the "lastline" member of struct mdoc_node.Ingo Schwarze2015-02-056-31/+14
* Discard excess head arguments for .Bd .Bl .Bk and delete hwarn_eq0().Ingo Schwarze2015-02-043-46/+56
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spIngo Schwarze2015-02-042-13/+29
* fix column numbers of macro arguments in messagesIngo Schwarze2015-02-041-2/+2
* discard .Rs head arguments and improve .Rs diagnosticsIngo Schwarze2015-02-045-43/+57
* more specific .Nd diagnostics, allowing to get rid of enum check_lvlIngo Schwarze2015-02-044-29/+39
* Enable the integrated man(1) even when database support is disabled,Ingo Schwarze2015-02-033-68/+48
* reduce indentation for better readabilityIngo Schwarze2015-02-031-13/+21
* Avoid closing out an explicit block twice when broken by .ItIngo Schwarze2015-02-031-1/+2
* minimal support for Heirloom nroffIngo Schwarze2015-02-031-5/+17
* Finally delete the kitchensink functions rew_sub() and rew_dohalt().Ingo Schwarze2015-02-031-160/+75
* Bring .Pp/.Lp handling inside .Nm blocks closer to groff;Ingo Schwarze2015-02-032-8/+23
* Simplify and reindent make_pending(). No functional changeIngo Schwarze2015-02-021-57/+50
* Simplify: Do not call rew_dohalt() from make_pending(),Ingo Schwarze2015-02-021-31/+21
* Get rid of all remaining calls to rew_sub() where the target blockIngo Schwarze2015-02-021-66/+37
* Get rid of all calls to rew_sub() in blk_exp_close(); only ten callsIngo Schwarze2015-02-023-69/+72