aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Multiple man(7) .IP and .TP fixes started during p2k10:Ingo Schwarze2011-01-042-38/+35
* Partial cleanup of argument count validation in mdoc(7):Ingo Schwarze2011-01-033-70/+74
* Calling a macro with fewer arguments than it is defined with is OK;Ingo Schwarze2011-01-031-2/+2
* Unify roff macro argument parsing (in roff.c, roff_userdef()) and man macroIngo Schwarze2011-01-034-117/+99
* Remove TODO for tbl.Kristaps Dzonsons2011-01-031-3/+1
* Switch on the `TS' documentation in roff.7. As per off-line discussion,Kristaps Dzonsons2011-01-032-129/+178
* For tbl: -man documents print an extra space before `TS' blocks.Kristaps Dzonsons2011-01-031-1/+3
* Add in support for number table cells that account for escapes and soKristaps Dzonsons2011-01-031-18/+29
* Clean up the tbl top-level printing code and document the parts of it.Kristaps Dzonsons2011-01-031-23/+46
* Start using term_strlen() instead of strlen(). tbl_term.c can nowKristaps Dzonsons2011-01-031-34/+39
* 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