aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* When a full block macro gets closed out by a mismatchingIngo Schwarze2015-02-021-4/+7
* get rid of rew_sub() in blk_part_imp(); no functional changeIngo Schwarze2015-02-011-3/+14
* fix .Eo/.Ec spacingIngo Schwarze2015-02-013-31/+132
* Simplify blk_part_exp(), no functional change.Ingo Schwarze2015-02-011-24/+8
* The function rew_sub() tries to rewind any all all kinds of blocksIngo Schwarze2015-02-011-5/+4
* Use relative offsets instead of absolute pointers for the terminalIngo Schwarze2015-01-315-25/+16
* Have pity on the poor stack.Ingo Schwarze2015-01-304-19/+22
* starting a tbl(7) breaks man(7) next-line scope;Ingo Schwarze2015-01-301-59/+66
* Delete the redundant tbl span flags, just inspect the actual dataIngo Schwarze2015-01-306-19/+11
* Abolish struct tbl_head and replace it by an "int col" member inIngo Schwarze2015-01-309-124/+134
* Auditing the tbl(7) code for more NULL pointer accesses, i came outIngo Schwarze2015-01-305-72/+55
* Make sure every layout line contains at least one cell;Ingo Schwarze2015-01-301-11/+31
* correctly handle table layout lines starting with a dotIngo Schwarze2015-01-301-2/+2
* Radical cleanup of COMPATIBILITY sections:Ingo Schwarze2015-01-296-311/+92