aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* "decimalpoint" is in fact supported.Kristaps Dzonsons2011-01-171-4/+2
* Refrain from throwing fatal errors forIngo Schwarze2011-01-173-40/+30
* When processing a blank text line, do not break out of text processingIngo Schwarze2011-01-161-3/+3
* Implement the roff .rm request (remove macro).Ingo Schwarze2011-01-161-12/+19
* Change how -Thtml behaves with tables: use multiple rows, with widthsKristaps Dzonsons2011-01-135-54/+117
* Incorporate same fix for -man post-validation deletion of nodes. ThisKristaps Dzonsons2011-01-121-3/+10
* Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. TheKristaps Dzonsons2011-01-123-41/+34
* Make out-of-context `fi' invocations not cause an error, but just aKristaps Dzonsons2011-01-124-9/+7
* Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff.Kristaps Dzonsons2011-01-121-6/+16
* Make sure that -Thtml doesn't break within literal lines. This is theKristaps Dzonsons2011-01-122-19/+7
* Make -man -Tascii not break within literal lines, e.g.,Kristaps Dzonsons2011-01-121-28/+34
* If the first character of free-form text is whitespace, then a newlineKristaps Dzonsons2011-01-129-21/+53
* Note that "^" needs an empty cell, while "s" does not.Kristaps Dzonsons2011-01-111-1/+3
* Add support for "^" vertical spanners. Unlike GNU tbl, raiseKristaps Dzonsons2011-01-116-14/+47
* Don't let `in' creep past the right margin.Kristaps Dzonsons2011-01-111-1/+6
* Refactoring in preparation for .rm support:Ingo Schwarze2011-01-113-41/+50
* Clarify what members may be NULL or not in calculating widths. MakeKristaps Dzonsons2011-01-104-27/+31
* Make dp->string always consist of a value.Kristaps Dzonsons2011-01-102-17/+16
* First, make extra data cells be thrown away. This makes "dp->layout"Kristaps Dzonsons2011-01-108-42/+92
* some minor issues reported by brad@Ingo Schwarze2011-01-101-1/+16
* When a row of data is being parsed and it's a line or double-lineKristaps Dzonsons2011-01-091-4/+10
* Remove lots of issues that have been resolved,Ingo Schwarze2011-01-091-23/+16
* Add some unsigned char casts for tolower() usageJoerg Sonnenberger2011-01-092-6/+6
* Note that we support the "a" key.Kristaps Dzonsons2011-01-081-3/+2
* The numerical column type centres on the *last* decimal point.Kristaps Dzonsons2011-01-083-6/+6
* Give the "n" cell type knowledge of its spacing.Kristaps Dzonsons2011-01-083-21/+20
* 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-3/+3
* Fixes: T} can be followed by a delimiter then more data. Make thisKristaps Dzonsons2011-01-074-21/+51
* Quiesce lint with some type handling. Does not change anything.Kristaps Dzonsons2011-01-075-22/+25
* Version bits. Here we go...Kristaps Dzonsons2011-01-072-42/+42
* Tiny bits in place for tbl horizontal spans. This will wait for the nextKristaps Dzonsons2011-01-072-5/+26
* Make -literal displays only have 8-character displays. From aKristaps Dzonsons2011-01-062-8/+5
* Remove delims from struct tbl (not used anywhere and never will be).Kristaps Dzonsons2011-01-062-5/+4
* Clean-up www page a bit.Kristaps Dzonsons2011-01-061-12/+13
* Restructured tbl_html() function so that we always clean up our columns.Kristaps Dzonsons2011-01-061-40/+43
* Make -T[x]html for tables structure cells with a width. I don'tKristaps Dzonsons2011-01-062-12/+57
* Tweaks to tbl.7 from Jason McIntyre.Kristaps Dzonsons2011-01-051-9/+9
* Stuff tbl_calc() into out.c so that it can be shared by all output modesKristaps Dzonsons2011-01-054-267/+332
* Give tables an HTML class.Kristaps Dzonsons2011-01-052-7/+18
* Tweak some language in tbl.7.Kristaps Dzonsons2011-01-051-14/+21
* Merge from OpenBSD (similar to my original fix committed on Oct 15, 2010):Ingo Schwarze2011-01-041-1/+3
* Add tbl.7 to DOCUMENTATION. Removed old NEWS items.Kristaps Dzonsons2011-01-041-134/+18
* Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre).Kristaps Dzonsons2011-01-046-219/+342
* Support `T{' and `T}' data blocks. When a standalone `T{' isKristaps Dzonsons2011-01-048-23/+86
* Have horizontal spanner not clobber pre-set width.Kristaps Dzonsons2011-01-041-2/+5
* Fix spacing for tables to use term_len(). Also make term.c properlyKristaps Dzonsons2011-01-043-16/+23
* Fix to make horizontal spanners in the layout be properly printed.Kristaps Dzonsons2011-01-045-55/+71
* Protect tbl nodes from getting a post call.Kristaps Dzonsons2011-01-041-4/+11
* Add skeleton for -T[x]html tbl stuff. Also start to put in some bits aboutKristaps Dzonsons2011-01-046-9/+98