aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Make width calculations occur within tbl_term.c, not tbl.c. This allowsKristaps Dzonsons2011-01-036-221/+245
* Tiny edit required after MDOC_HALT change.Kristaps Dzonsons2011-01-031-6/+1
* Make sure we don't continue recursively parsing once we've exited withKristaps Dzonsons2011-01-031-1/+9
* Same treatment for MAN_HALT as for MDOC_HALT.Kristaps Dzonsons2011-01-032-29/+24
* Clarified the role of MDOC_HALT in libmdoc functions by having accessorKristaps Dzonsons2011-01-032-24/+23
* Fix table to print nicely (merging error). Also have -Ttree push out someKristaps Dzonsons2011-01-023-20/+32
* Turn on -Tascii tbl printing. The output still has some issues---I'mKristaps Dzonsons2011-01-026-7/+370
* Add some final bits necessary in the upcoming -Tascii tbl stuff.Kristaps Dzonsons2011-01-024-5/+19
* Churn to get parts of 'struct tbl' visible from mandoc.h: rename theKristaps Dzonsons2011-01-028-91/+97
* Merge in the width, decimal, and positioning code for individual data rowsKristaps Dzonsons2011-01-011-1/+166
* Add a warning if a data cell has no layout. Also make -Ttree show thisKristaps Dzonsons2011-01-014-5/+17
* Plug in the "head" concept for tables. A tbl_head specifies the fullKristaps Dzonsons2011-01-014-25/+155
* Add bits for compilation on Mac.Kristaps Dzonsons2011-01-012-2/+4
* Make some bit-flags into enums as they should be. Make printing of -TtreeKristaps Dzonsons2011-01-013-34/+72
* More checks for proper table exit.Kristaps Dzonsons2011-01-014-14/+15
* Raise an error if a table is closed without data.Kristaps Dzonsons2011-01-013-6/+12
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-016-12/+41
* Make -Ttree a bit more readable.Kristaps Dzonsons2011-01-011-2/+3
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-012-21/+50
* Switch on tbl rows being added to the parse stream. Here we go!Kristaps Dzonsons2011-01-013-10/+21
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-017-47/+104
* Add basic -Ttree support for tables.Kristaps Dzonsons2011-01-011-1/+13
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-016-17/+95
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-012-22/+24
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-315-61/+90
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-313-72/+55
* Assign layout cells to parsed data. This follows primarily fromKristaps Dzonsons2010-12-302-2/+35
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-304-36/+52
* Plan9 has a man(7) implementation that looks extremely archaic,Ingo Schwarze2010-12-301-1/+6
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-294-6/+134
* Use `Dl' instead of `D1' for code examples.Kristaps Dzonsons2010-12-291-4/+4
* In mdoc.7, don't use `D1' in place of `Dl' for code examples.Kristaps Dzonsons2010-12-291-94/+94
* Update (still-commented) manual bits for tbl.Kristaps Dzonsons2010-12-292-31/+94
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-293-3/+28
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-297-13/+359
* Initial documentation for TBL, which for the time being is commented-out.Kristaps Dzonsons2010-12-291-2/+48
* Whack removed function from libroff.Kristaps Dzonsons2010-12-291-2/+1
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-296-150/+171
* Fix copyright email.Kristaps Dzonsons2010-12-282-4/+4
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-284-15/+296
* Temporarily remove check for r->tbl at end of parse since we need theKristaps Dzonsons2010-12-281-2/+3
* Fixed enum rofferr return value in tbl_read() (oops).Kristaps Dzonsons2010-12-281-2/+2
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-285-63/+197
* In case an ID attribute is written in pieces, only protect the firstIngo Schwarze2010-12-271-10/+14
* Note `Sx's connection to `Sh' and `Ss'.Kristaps Dzonsons2010-12-271-2/+7
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-262-4/+2
* pod2man re-writes this and that using `tr', which we don't implement. NotedKristaps Dzonsons2010-12-261-1/+3
* As pointed out by schwarze@, %T/%J renders with a normal double-quote, notKristaps Dzonsons2010-12-251-5/+5
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-253-23/+10
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-255-13/+70