summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Give tables an HTML class.Kristaps Dzonsons2011-01-052-5/+16
* Tweak some language in tbl.7.Kristaps Dzonsons2011-01-051-12/+19
* Merge from OpenBSD (similar to my original fix committed on Oct 15, 2010):Ingo Schwarze2011-01-041-0/+2
* Add tbl.7 to DOCUMENTATION. Removed old NEWS items.Kristaps Dzonsons2011-01-041-133/+17
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-046-212/+335
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-048-15/+78
* Have horizontal spanner not clobber pre-set width.Kristaps Dzonsons2011-01-041-1/+4
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-043-13/+20
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-045-49/+65
* Protect tbl nodes from getting a post call.Kristaps Dzonsons2011-01-041-3/+10