summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert removal of tab warning, suggested by schwarze@.Kristaps Dzonsons2011-09-061-2/+17
* Remove check for tab. man(7) says tab is Ok.Kristaps Dzonsons2011-09-041-17/+2
* Teach -man that a literal context should be closed by SS/SH in theKristaps Dzonsons2011-09-041-9/+19
* Fix handling of font modifiers in tables. Noted by Brad Smith.Kristaps Dzonsons2011-09-032-3/+22
* Make -man check for tabs correctly print the column.VERSION.1.11.7Kristaps Dzonsons2011-09-021-1/+1
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-024-8/+8
* Fix hypermail link.Kristaps Dzonsons2011-09-021-3/+3
* Adding version notes.Kristaps Dzonsons2011-09-023-8/+8
* Finishing touches on demandoc. It now backs over ending punctuation asKristaps Dzonsons2011-09-012-5/+27
* Make `-w' mode work much better. This is INCREDIBLY poorly specified inKristaps Dzonsons2011-09-012-5/+62
* Have demandoc throw away deroff's flags.Kristaps Dzonsons2011-09-012-31/+68
* Lint checks over demandoc.Kristaps Dzonsons2011-09-011-3/+2
* Allow compilation on OpenBSD.Kristaps Dzonsons2011-09-011-0/+1
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-014-22/+305
* Order -column lists to have the arguments follow `-column'. From aKristaps Dzonsons2011-08-303-22/+22
* Remove unnecessary `Pp'/`-compat' combination for column lists.Kristaps Dzonsons2011-08-303-18/+9
* Make sure that `Ql' literalises its arguments in -T[x]html. Found whenKristaps Dzonsons2011-08-263-3/+7
* Avoid incorrect casting by using an implicit cast. Reported by ThomasKristaps Dzonsons2011-08-191-2/+2
* Bring man.7's LANGUAGE SYNTAX in line with mdoc.7. While here, changeKristaps Dzonsons2011-08-192-61/+77
* Make LANGUAGE SYNTAX examples a bit more explanatory.Kristaps Dzonsons2011-08-191-13/+19
* First, use \(dq instead of \*q for double-quote. Second, use `Li' toKristaps Dzonsons2011-08-191-72/+65
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-184-8/+4
* Slightly tweak www section/subsections.Kristaps Dzonsons2011-08-182-8/+13
* Have `Li' be correctly monospaced in -T[x]html. Also make sure thatKristaps Dzonsons2011-08-183-4/+4
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-1810-13/+24
* Add example of comments in man.7 and mdoc.7.Kristaps Dzonsons2011-08-172-2/+18
* Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with mdoc.7.Kristaps Dzonsons2011-08-171-47/+119
* Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7:Kristaps Dzonsons2011-08-171-59/+91
* Toyed with www site a bit. For the next release.Kristaps Dzonsons2011-08-171-92/+28
* Replace the .Fl examples by others exhibiting the same features,VERSION.1.11.6Ingo Schwarze2011-08-161-5/+5
* More information about lots of macros, many new examples, and various fixes.Ingo Schwarze2011-08-161-51/+165
* Added generation of Universal binary. Fixed up index.sgml to be shorterKristaps Dzonsons2011-08-162-59/+76
* Version: 1.11.6.Kristaps Dzonsons2011-08-161-2/+2
* Lint check.Kristaps Dzonsons2011-08-161-7/+0
* Fixed mingw compatibility where the "z" printf() modifier isn'tKristaps Dzonsons2011-08-162-6/+7
* Updating mingw32 install hooks for new mingw version.Kristaps Dzonsons2011-08-161-2/+13
* Initial version bits in place. Also added forgotten tests to installed files.Kristaps Dzonsons2011-08-162-39/+23
* Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD.Kristaps Dzonsons2011-08-104-52/+75
* Add small chunks of new text and better examples written from scratch,Ingo Schwarze2011-08-031-26/+63
* The term "reserved terms" is too broad, so narrow it downIngo Schwarze2011-08-021-44/+90
* Add some new text written from scratch after checking whether anythingIngo Schwarze2011-08-011-4/+38
* trivial fixes found while merging to OpenBSD:Ingo Schwarze2011-07-311-7/+7
* System III is relevant for string(3) HISTORY.Ingo Schwarze2011-07-312-0/+4
* Make sure that in -Tascii mode, predefined strings render the sameIngo Schwarze2011-07-311-3/+3
* Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20):Ingo Schwarze2011-07-311-2/+4
* Use a character-table for quick per-character substitution in `tr'. AsKristaps Dzonsons2011-07-291-42/+71
* Renamed roffstr as roffkv (key-value) and split out char/size_t intoKristaps Dzonsons2011-07-291-43/+50
* Fix border condition in `tr' grokking arguments.Kristaps Dzonsons2011-07-281-1/+2
* Remove TODO entry about `tr'.Kristaps Dzonsons2011-07-281-2/+0
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-285-27/+194