summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some pre-handlers produce output, so reorder the code to set upIngo Schwarze2011-02-061-20/+25
* Use tbl_span line number for warnings/errors.Kristaps Dzonsons2011-02-062-3/+2
* Let the line-number of a tbl_span be remembered.Kristaps Dzonsons2011-02-065-16/+15
* Add initial libmdoc and libman top-most machinery for accepting TBLKristaps Dzonsons2011-02-069-1/+29
* Add initial EQN support to mandoc. This parses, then throws away, dataKristaps Dzonsons2011-02-067-12/+175
* TODO note on that `.TS', `.TE' etc. aren't real roff macros and troffKristaps Dzonsons2011-02-031-0/+6
* If `Ns' is specified on its own line, it should be ignored. This isKristaps Dzonsons2011-02-027-7/+20
* Note an error found in the wild.Kristaps Dzonsons2011-01-311-0/+3
* Implement the \N'number' (numbered character) roff escape sequence.Ingo Schwarze2011-01-307-3/+117
* When in a <PRE>, don't print out the <BR> before lines that have leadingKristaps Dzonsons2011-01-292-4/+19
* Remove unnecessary conditional...Kristaps Dzonsons2011-01-252-4/+2
* Arguments to `Bsx' and friends are separated by a non-breaking space.Kristaps Dzonsons2011-01-253-6/+13
* Push capitalisation of `Bx' second argument into validator, where it belongs.Kristaps Dzonsons2011-01-253-15/+25
* Properly uppercase the first-letter of the `Bx' second argument.Kristaps Dzonsons2011-01-252-5/+15
* Have `Bx' accept two arguments, not just one, and join these argumentsKristaps Dzonsons2011-01-254-18/+36
* Avoid double blank line before a table preceded by .PP.Ingo Schwarze2011-01-251-0/+3
* Since tbl_data() can now produce multiple spans, let parsebuf()Ingo Schwarze2011-01-254-10/+20
* Do not skip data after horizontal lines in the layout.Ingo Schwarze2011-01-251-16/+44
* correct horizontal spacing of data cellsIngo Schwarze2011-01-252-9/+12
* If %B is specified, quote %T. Noted by schwarze@ in the TODO.Kristaps Dzonsons2011-01-254-10/+5
* Ignore .ns (no-space mode), .ps (change point size), .ta (tab control)Ingo Schwarze2011-01-252-0/+20
* As noticed by deraadt@, it goes without saying that text filesIngo Schwarze2011-01-253-10/+0
* Skip carriage return before newline, if any.Ingo Schwarze2011-01-241-3/+20
* Better explain roff(7) macro argument quoting;Ingo Schwarze2011-01-242-6/+42
* results of some systematic comparisonsIngo Schwarze2011-01-241-1/+94
* not implemented: adjustmentIngo Schwarze2011-01-231-0/+13
* Fix another regression caused by the reorg of print_man_node() in rev. 1.97:Ingo Schwarze2011-01-231-0/+3
* some more reports from brad@Ingo Schwarze2011-01-221-0/+10
* missing: .ns, .UR; reported by brad@Ingo Schwarze2011-01-221-4/+8
* sort missing features, no change of contentIngo Schwarze2011-01-221-18/+28
* Lots of in-line macros require arguments but were not marked as such.Ingo Schwarze2011-01-221-9/+9
* Check argument count validation for all in_line() macros.Ingo Schwarze2011-01-221-36/+20
* When finding the roff .it request (line trap),Ingo Schwarze2011-01-222-1/+6
* "decimalpoint" is in fact supported.Kristaps Dzonsons2011-01-171-2/+0
* Refrain from throwing fatal errors forIngo Schwarze2011-01-173-37/+27
* When processing a blank text line, do not break out of text processingIngo Schwarze2011-01-161-2/+2
* Implement the roff .rm request (remove macro).Ingo Schwarze2011-01-161-11/+18
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-135-49/+112
* Incorporate same fix for -man post-validation deletion of nodes. ThisKristaps Dzonsons2011-01-121-2/+9
* Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. TheKristaps Dzonsons2011-01-123-38/+31
* Make out-of-context `fi' invocations not cause an error, but just aKristaps Dzonsons2011-01-124-5/+3
* Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff.Kristaps Dzonsons2011-01-121-5/+15
* Make sure that -Thtml doesn't break within literal lines. This is theKristaps Dzonsons2011-01-122-17/+5
* Make -man -Tascii not break within literal lines, e.g.,Kristaps Dzonsons2011-01-121-27/+33
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-129-10/+42
* Note that "^" needs an empty cell, while "s" does not.Kristaps Dzonsons2011-01-111-0/+2
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-116-7/+40
* Don't let `in' creep past the right margin.Kristaps Dzonsons2011-01-111-0/+5
* Refactoring in preparation for .rm support:Ingo Schwarze2011-01-113-38/+47
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-104-23/+27