aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up eqn(7) error handling:Ingo Schwarze2015-01-284-74/+76
* * Polish tbl(7) error reporting.Ingo Schwarze2015-01-289-67/+99
* For now, it can't be helped that mandoc tbl(7) ignores high-level macros,Ingo Schwarze2015-01-286-33/+33
* implement the tbl(7) "center" layout optionIngo Schwarze2015-01-282-6/+21
* adjust formatting for the tbl(7) layout 'x' modifier (maximize column)Ingo Schwarze2015-01-281-7/+31
* Multiple parser and formatter fixes for line drawing in tbl(7).Ingo Schwarze2015-01-275-163/+165
* Rework tbl(7) layout parsing:Ingo Schwarze2015-01-265-174/+169
* More improvements regarding tbl(7) options.Ingo Schwarze2015-01-265-93/+84
* Improve (or rather, rewrite) tbl(7) option parsing.Ingo Schwarze2015-01-265-190/+158
* preserve .PP before .RE; effect found in audio/pms(1)Ingo Schwarze2015-01-241-2/+13
* Strangely, ignoring the roff(7) .na request was implemented in the man(7)Ingo Schwarze2015-01-248-20/+12
* change .Cm to .Ar for macro argumentsIngo Schwarze2015-01-241-19/+19
* Support .RE with an argument; needed for audio/pms(1).Ingo Schwarze2015-01-245-13/+68
* new task: escape blank at the beginning of a lineIngo Schwarze2015-01-241-2/+6
* improve homebrew cellar config exampleIngo Schwarze2015-01-231-2/+3