summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add documentation bits for libroff's new roff_span().Kristaps Dzonsons2011-01-016-5/+34
* Make -Ttree a bit more readable.Kristaps Dzonsons2011-01-011-1/+2
* Make -Ttree spit out table columns.Kristaps Dzonsons2011-01-012-19/+48
* Switch on tbl rows being added to the parse stream. Here we go!Kristaps Dzonsons2011-01-013-7/+18
* Add -man support for tables. Like -mdoc, this consists of anKristaps Dzonsons2011-01-017-39/+96
* Add basic -Ttree support for tables.Kristaps Dzonsons2011-01-011-0/+12
* Add table processing structures to -mdoc. This consists of anKristaps Dzonsons2011-01-016-10/+88
* Clean up {mdoc,man}_pmsg and vmsg invocations (ignore return values).Kristaps Dzonsons2011-01-012-20/+22
* Expose the parsed table API to the world and add accessors through theKristaps Dzonsons2010-12-315-56/+85
* Put parsed tables into a queue that's cleared at the end of parsing.Kristaps Dzonsons2010-12-313-69/+52
* Assign layout cells to parsed data. This follows primarily fromKristaps Dzonsons2010-12-302-0/+33
* Move clean-up of parsed tbl nodes into the tbl_clear() function, calledKristaps Dzonsons2010-12-304-32/+48
* Plan9 has a man(7) implementation that looks extremely archaic,Ingo Schwarze2010-12-301-0/+5
* Initial check-in of table data-row processing. For the time being, thisKristaps Dzonsons2010-12-294-4/+132
* Use `Dl' instead of `D1' for code examples.Kristaps Dzonsons2010-12-291-2/+2
* In mdoc.7, don't use `D1' in place of `Dl' for code examples.Kristaps Dzonsons2010-12-291-92/+92
* Update (still-commented) manual bits for tbl.Kristaps Dzonsons2010-12-292-29/+92
* Add handling for `T&', which restarts a table except for its options.Kristaps Dzonsons2010-12-293-0/+25
* Merge, with considerable changes, tbl.bsd.lv's layout-handling code.Kristaps Dzonsons2010-12-297-8/+354
* Initial documentation for TBL, which for the time being is commented-out.Kristaps Dzonsons2010-12-291-0/+46
* Whack removed function from libroff.Kristaps Dzonsons2010-12-291-1/+0
* Significant update to options handling, which now departs almostKristaps Dzonsons2010-12-296-144/+165
* Fix copyright email.Kristaps Dzonsons2010-12-282-2/+2
* Adding initial options processing (not hooked into parse yet). This isKristaps Dzonsons2010-12-284-13/+294
* Temporarily remove check for r->tbl at end of parse since we need theKristaps Dzonsons2010-12-281-1/+2
* Fixed enum rofferr return value in tbl_read() (oops).Kristaps Dzonsons2010-12-281-1/+1
* Initial tbl framework. Parse point is in libroff, which keeps aKristaps Dzonsons2010-12-285-61/+195
* In case an ID attribute is written in pieces, only protect the firstIngo Schwarze2010-12-271-9/+13
* Note `Sx's connection to `Sh' and `Ss'.Kristaps Dzonsons2010-12-271-0/+5
* Whack MDOC_ACTED and MAN_ACTED (these no longer exist).Kristaps Dzonsons2010-12-262-2/+0
* pod2man re-writes this and that using `tr', which we don't implement. NotedKristaps Dzonsons2010-12-261-0/+2
* As pointed out by schwarze@, %T/%J renders with a normal double-quote, notKristaps Dzonsons2010-12-251-4/+4
* Implement schwarze@'s much more elegant version of my %T/%J fix.Kristaps Dzonsons2010-12-253-20/+7
* Specifying both %T and %J in an `Rs' block causes the title to be quotedKristaps Dzonsons2010-12-255-8/+65
* Whack superfluous font-family in mdocml's www style.css. Noted byKristaps Dzonsons2010-12-241-2/+1
* Make `Fo' use a B instead of SPAN (left-over).Kristaps Dzonsons2010-12-241-2/+2
* Have Makefile build XHTML files too.VERSION.1.10.8Kristaps Dzonsons2010-12-241-3/+7
* Apparently the U tag is deprecated, so use a SPAN instead (blah). BumpKristaps Dzonsons2010-12-247-7/+4
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-246-143/+152
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-244-62/+54
* Ensure -Thtml has DIV as child of BLOCKQUOTE.Kristaps Dzonsons2010-12-231-5/+5
* Added last version notes and bumped version number and date.Kristaps Dzonsons2010-12-232-14/+15
* minor tweaks:Ingo Schwarze2010-12-221-5/+7
* At the beginning of .Bl, .Sm is allowed,Ingo Schwarze2010-12-221-3/+5
* Build xhtml files for www site exemplaria.Kristaps Dzonsons2010-12-223-0/+14
* Revert IGNPAR to a warning after clue-stick applied by schwarze@:Kristaps Dzonsons2010-12-222-2/+2
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-229-167/+158
* Throw out negative margin garbage in -man -T[x]html in favour of usingKristaps Dzonsons2010-12-221-96/+78
* Sync to OpenBSD:Ingo Schwarze2010-12-211-11/+43
* Sane behaviour for the growing of very small buffers:Ingo Schwarze2010-12-211-1/+1