aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* While ignoring the .ta (set tab stops) and .ti (temp indent) requestsIngo Schwarze2015-01-232-9/+9
* Let .Aq/.Ao/.Ac print "<>" instead of the normal "\(la\(ra"Ingo Schwarze2015-01-233-18/+18
* Wonders of roff(7): Integer numbers in numerical expressions can carryIngo Schwarze2015-01-232-5/+51
* Slightly improve \w width measurements:Ingo Schwarze2015-01-221-2/+20
* Traditional roff(7) explicitly allows certain control charactersIngo Schwarze2015-01-222-9/+12
* Don't let a failing mparse_open() clobber the filename pointer;Ingo Schwarze2015-01-221-3/+7
* improve wording; patch from jmc@Ingo Schwarze2015-01-221-3/+3
* Support homebrew-style linking on Mac OS X.Ingo Schwarze2015-01-213-5/+23
* Rudimentary implementation of the roff(7) \o escape sequence (overstrike).Ingo Schwarze2015-01-216-24/+61
* Improve overstriking. When overstriking a wider character with aIngo Schwarze2015-01-211-4/+34
* pass empty request lines through to tbl(7); sometimes, they end a layoutIngo Schwarze2015-01-211-11/+10
* blank lines in tables do not need special handling; simplifies codeIngo Schwarze2015-01-213-31/+18
* typo fixes from jmc@Ingo Schwarze2015-01-202-6/+6
* Split the -Werror message level into -Werror (broken manual, probablyIngo Schwarze2015-01-207-122/+1282
* change spelling of centre to center: consistent with other man pagesIngo Schwarze2015-01-205-19/+19
* Make the man(1) and apropos(1) options -s and -S much less expensive:Ingo Schwarze2015-01-201-49/+23
* Let man(1) show manuals for the current architecture by default,Ingo Schwarze2015-01-161-1/+6
* Parse and ignore .IX (generate index entry) macros because pod2man(1)Ingo Schwarze2015-01-161-1/+3
* Fatal errors no longer exist.Ingo Schwarze2015-01-1512-172/+105
* downgrade .so failure from FATAL to ERRORIngo Schwarze2015-01-153-31/+30
* downgrade ".so with absolute path" from FATAL to ERROR;Ingo Schwarze2015-01-144-13/+14
* simplify by getting rid of ROFF_ERR in tbl(7) parsing; no functional changeIngo Schwarze2015-01-144-17/+16
* To get rid of SYSERR entries in enum mandocerr, downgrade problems withIngo Schwarze2015-01-143-48/+30
* if earlier files set a non-zero exit status,Ingo Schwarze2015-01-141-7/+13
* Simplify handling of system errors: just exit(3).Ingo Schwarze2015-01-142-43/+17
* Be developer-friendly, 'cause OpenBSD devs like to:Ingo Schwarze2015-01-131-5/+106
* do not spawn a pager when there is no output; issue pointed out by deraadt@Ingo Schwarze2015-01-131-25/+36
* Bugfix: When the invocation of a user-defined macro follows a roffIngo Schwarze2015-01-071-1/+2
* Fix a potential NULL pointer access in an error message after waitpid()Ingo Schwarze2015-01-031-23/+16