summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-102-15/+14
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-108-33/+83
* some minor issues reported by brad@Ingo Schwarze2011-01-101-0/+15
* When a row of data is being parsed and it's a line or double-lineKristaps Dzonsons2011-01-091-3/+9
* Remove lots of issues that have been resolved,Ingo Schwarze2011-01-091-22/+15
* Add some unsigned char casts for tolower() usageJoerg Sonnenberger2011-01-092-4/+4
* Note that we support the "a" key.Kristaps Dzonsons2011-01-081-2/+1
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-083-3/+3
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-083-17/+16
* Meh, 2010->2011. Changed the live index.html file so as not to confuseKristaps Dzonsons2011-01-072-2/+2
* Oops: get rid of stray whitespace.VERSION.1.10.9Kristaps Dzonsons2011-01-071-1/+1
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-074-16/+46
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-075-17/+20
* Version bits. Here we go...Kristaps Dzonsons2011-01-072-41/+41
* Tiny bits in place for tbl horizontal spans. This will wait for the nextKristaps Dzonsons2011-01-072-3/+24
* Make -literal displays only have 8-character displays. From aKristaps Dzonsons2011-01-062-6/+3
* Remove delims from struct tbl (not used anywhere and never will be).Kristaps Dzonsons2011-01-062-3/+2
* Clean-up www page a bit.Kristaps Dzonsons2011-01-061-11/+12
* Restructured tbl_html() function so that we always clean up our columns.Kristaps Dzonsons2011-01-061-39/+42
* Make -T[x]html for tables structure cells with a width. I don'tKristaps Dzonsons2011-01-062-10/+55
* Tweaks to tbl.7 from Jason McIntyre.Kristaps Dzonsons2011-01-051-8/+8
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-054-263/+328