aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whack superfluous font-family in mdocml's www style.css. Noted byKristaps Dzonsons2010-12-241-3/+2
* Make `Fo' use a B instead of SPAN (left-over).Kristaps Dzonsons2010-12-241-3/+3
* 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-13/+10
* As per schwarze@'s suggestions, roll back the refcount structure inKristaps Dzonsons2010-12-246-149/+158
* Drastically fix -T[x]html's handling of font-escape mode changes (i.e.,Kristaps Dzonsons2010-12-244-66/+58
* Ensure -Thtml has DIV as child of BLOCKQUOTE.Kristaps Dzonsons2010-12-231-6/+6
* Added last version notes and bumped version number and date.Kristaps Dzonsons2010-12-232-15/+16
* minor tweaks:Ingo Schwarze2010-12-221-7/+9
* At the beginning of .Bl, .Sm is allowed,Ingo Schwarze2010-12-221-4/+6
* Build xhtml files for www site exemplaria.Kristaps Dzonsons2010-12-223-2/+16
* Revert IGNPAR to a warning after clue-stick applied by schwarze@:Kristaps Dzonsons2010-12-222-4/+4
* Implement reference-counted version of original union mdoc_data. ThisKristaps Dzonsons2010-12-229-176/+167
* Throw out negative margin garbage in -man -T[x]html in favour of usingKristaps Dzonsons2010-12-221-97/+79
* Sync to OpenBSD:Ingo Schwarze2010-12-211-12/+44
* Sane behaviour for the growing of very small buffers:Ingo Schwarze2010-12-211-2/+2
* Clarify style inclusions and update release information.Kristaps Dzonsons2010-12-203-14/+18
* Fix list-type being clobbered by margins. Last default styles in place.Kristaps Dzonsons2010-12-203-36/+38
* More use default tags, this time I and U. Also fix a stack overflowKristaps Dzonsons2010-12-204-25/+41
* Give header and footer table cells default widths (using WIDTH and ALIGNKristaps Dzonsons2010-12-204-49/+81
* Migrate schwarze@'s `Bk' argument patch to -T[x]html.Kristaps Dzonsons2010-12-191-2/+3
* Handle .Bk the same way as groff 1.20.1:Ingo Schwarze2010-12-191-2/+3
* Sync to the installed version in OpenBSD, excluding .ft documentation:Ingo Schwarze2010-12-181-90/+140
* Sync to OpenBSD: More precise description of .Xo, and don't talkIngo Schwarze2010-12-181-5/+9
* Tweak default styles.Kristaps Dzonsons2010-12-172-9/+9
* Don't use EM for default widths; use BU instead.Kristaps Dzonsons2010-12-171-3/+3
* Merged example.style.css into style.css. Adding version stuff.Kristaps Dzonsons2010-12-173-53/+144