| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. The | Kristaps Dzonsons | 2011-01-12 | 3 | -38/+31 |
* | Make out-of-context `fi' invocations not cause an error, but just a | Kristaps Dzonsons | 2011-01-12 | 4 | -5/+3 |
* | Bring in -Tascii comments for -Thtml MANH_LITERAL line-breaking stuff. | Kristaps Dzonsons | 2011-01-12 | 1 | -5/+15 |
* | Make sure that -Thtml doesn't break within literal lines. This is the | Kristaps Dzonsons | 2011-01-12 | 2 | -17/+5 |
* | Make -man -Tascii not break within literal lines, e.g., | Kristaps Dzonsons | 2011-01-12 | 1 | -27/+33 |
* | If the first character of free-form text is whitespace, then a newline | Kristaps Dzonsons | 2011-01-12 | 9 | -10/+42 |
* | Note that "^" needs an empty cell, while "s" does not. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+2 |
* | Add support for "^" vertical spanners. Unlike GNU tbl, raise | Kristaps Dzonsons | 2011-01-11 | 6 | -7/+40 |
* | Don't let `in' creep past the right margin. | Kristaps Dzonsons | 2011-01-11 | 1 | -0/+5 |
* | Refactoring in preparation for .rm support: | Ingo Schwarze | 2011-01-11 | 3 | -38/+47 |
* | Clarify what members may be NULL or not in calculating widths. Make | Kristaps Dzonsons | 2011-01-10 | 4 | -23/+27 |
* | Make dp->string always consist of a value. | Kristaps Dzonsons | 2011-01-10 | 2 | -15/+14 |
* | First, make extra data cells be thrown away. This makes "dp->layout" | Kristaps Dzonsons | 2011-01-10 | 8 | -33/+83 |
* | some minor issues reported by brad@ | Ingo Schwarze | 2011-01-10 | 1 | -0/+15 |
* | When a row of data is being parsed and it's a line or double-line | Kristaps Dzonsons | 2011-01-09 | 1 | -3/+9 |
* | Remove lots of issues that have been resolved, | Ingo Schwarze | 2011-01-09 | 1 | -22/+15 |
* | Add some unsigned char casts for tolower() usage | Joerg Sonnenberger | 2011-01-09 | 2 | -4/+4 |
* | Note that we support the "a" key. | Kristaps Dzonsons | 2011-01-08 | 1 | -2/+1 |
* | The numerical column type centres on the *last* decimal point. | Kristaps Dzonsons | 2011-01-08 | 3 | -3/+3 |
* | Give the "n" cell type knowledge of its spacing. | Kristaps Dzonsons | 2011-01-08 | 3 | -17/+16 |
* | Meh, 2010->2011. Changed the live index.html file so as not to confuse | Kristaps Dzonsons | 2011-01-07 | 2 | -2/+2 |
* | Oops: get rid of stray whitespace.VERSION.1.10.9 | Kristaps Dzonsons | 2011-01-07 | 1 | -1/+1 |
* | Fixes: T} can be followed by a delimiter then more data. Make this | Kristaps Dzonsons | 2011-01-07 | 4 | -16/+46 |
* | Quiesce lint with some type handling. Does not change anything. | Kristaps Dzonsons | 2011-01-07 | 5 | -17/+20 |
* | Version bits. Here we go... | Kristaps Dzonsons | 2011-01-07 | 2 | -41/+41 |
* | Tiny bits in place for tbl horizontal spans. This will wait for the next | Kristaps Dzonsons | 2011-01-07 | 2 | -3/+24 |
* | Make -literal displays only have 8-character displays. From a | Kristaps Dzonsons | 2011-01-06 | 2 | -6/+3 |
* | Remove delims from struct tbl (not used anywhere and never will be). | Kristaps Dzonsons | 2011-01-06 | 2 | -3/+2 |
* | Clean-up www page a bit. | Kristaps Dzonsons | 2011-01-06 | 1 | -11/+12 |
* | Restructured tbl_html() function so that we always clean up our columns. | Kristaps Dzonsons | 2011-01-06 | 1 | -39/+42 |
* | Make -T[x]html for tables structure cells with a width. I don't | Kristaps Dzonsons | 2011-01-06 | 2 | -10/+55 |
* | Tweaks to tbl.7 from Jason McIntyre. | Kristaps Dzonsons | 2011-01-05 | 1 | -8/+8 |
* | Stuff tbl_calc() into out.c so that it can be shared by all output modes | Kristaps Dzonsons | 2011-01-05 | 4 | -263/+328 |
* | Give tables an HTML class. | Kristaps Dzonsons | 2011-01-05 | 2 | -5/+16 |
* | Tweak some language in tbl.7. | Kristaps Dzonsons | 2011-01-05 | 1 | -12/+19 |
* | Merge from OpenBSD (similar to my original fix committed on Oct 15, 2010): | Ingo Schwarze | 2011-01-04 | 1 | -0/+2 |
* | Add tbl.7 to DOCUMENTATION. Removed old NEWS items. | Kristaps Dzonsons | 2011-01-04 | 1 | -133/+17 |
* | Moved table stuff from roff.7 into the new tbl.7 (suggested by Jason McIntyre). | Kristaps Dzonsons | 2011-01-04 | 6 | -212/+335 |
* | Support `T{' and `T}' data blocks. When a standalone `T{' is | Kristaps Dzonsons | 2011-01-04 | 8 | -15/+78 |
* | Have horizontal spanner not clobber pre-set width. | Kristaps Dzonsons | 2011-01-04 | 1 | -1/+4 |
* | Fix spacing for tables to use term_len(). Also make term.c properly | Kristaps Dzonsons | 2011-01-04 | 3 | -13/+20 |
* | Fix to make horizontal spanners in the layout be properly printed. | Kristaps Dzonsons | 2011-01-04 | 5 | -49/+65 |
* | Protect tbl nodes from getting a post call. | Kristaps Dzonsons | 2011-01-04 | 1 | -3/+10 |
* | Add skeleton for -T[x]html tbl stuff. Also start to put in some bits about | Kristaps Dzonsons | 2011-01-04 | 6 | -5/+94 |
* | Multiple man(7) .IP and .TP fixes started during p2k10: | Ingo Schwarze | 2011-01-04 | 2 | -36/+33 |
* | Partial cleanup of argument count validation in mdoc(7): | Ingo Schwarze | 2011-01-03 | 3 | -67/+71 |
* | Calling a macro with fewer arguments than it is defined with is OK; | Ingo Schwarze | 2011-01-03 | 1 | -1/+1 |
* | Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macro | Ingo Schwarze | 2011-01-03 | 4 | -113/+95 |
* | Remove TODO for tbl. | Kristaps Dzonsons | 2011-01-03 | 1 | -2/+0 |
* | Switch on the `TS' documentation in roff.7. As per off-line discussion, | Kristaps Dzonsons | 2011-01-03 | 2 | -126/+175 |