aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Fix handling of font modifiers in tables. Noted by Brad Smith.Kristaps Dzonsons2011-09-032-6/+25
* Make -man check for tabs correctly print the column.VERSION_1_11_7Kristaps Dzonsons2011-09-021-2/+2
* Fix typos and spelling errors found by demandoc -w | spell -b.Kristaps Dzonsons2011-09-024-16/+16
* Fix hypermail link.Kristaps Dzonsons2011-09-021-4/+4
* Adding version notes.Kristaps Dzonsons2011-09-023-11/+11
* Finishing touches on demandoc. It now backs over ending punctuation asKristaps Dzonsons2011-09-012-7/+29
* Make `-w' mode work much better. This is INCREDIBLY poorly specified inKristaps Dzonsons2011-09-012-7/+64
* Have demandoc throw away deroff's flags.Kristaps Dzonsons2011-09-012-33/+70
* Lint checks over demandoc.Kristaps Dzonsons2011-09-011-4/+3
* Allow compilation on OpenBSD.Kristaps Dzonsons2011-09-011-1/+2
* Add demandoc utility, a replacement for deroff.Kristaps Dzonsons2011-09-014-23/+306
* Order -column lists to have the arguments follow `-column'. From aKristaps Dzonsons2011-08-303-25/+25
* Remove unnecessary `Pp'/`-compat' combination for column lists.Kristaps Dzonsons2011-08-303-24/+15
* Make sure that `Ql' literalises its arguments in -T[x]html. Found whenKristaps Dzonsons2011-08-263-6/+10
* Avoid incorrect casting by using an implicit cast. Reported by ThomasKristaps Dzonsons2011-08-191-3/+3
* Bring man.7's LANGUAGE SYNTAX in line with mdoc.7. While here, changeKristaps Dzonsons2011-08-192-64/+80
* Make LANGUAGE SYNTAX examples a bit more explanatory.Kristaps Dzonsons2011-08-191-14/+20
* First, use \(dq instead of \*q for double-quote. Second, use `Li' toKristaps Dzonsons2011-08-191-74/+67
* Align `-offset indent' and `D1' by forcing BLOCKQUOTE to have a 5exKristaps Dzonsons2011-08-184-12/+8
* Slightly tweak www section/subsections.Kristaps Dzonsons2011-08-182-9/+14
* Have `Li' be correctly monospaced in -T[x]html. Also make sure thatKristaps Dzonsons2011-08-183-7/+7
* Replace the old `An'/`Aq' AUTHORS note with `An'/`Mt'.Kristaps Dzonsons2011-08-1810-33/+44
* Add example of comments in man.7 and mdoc.7.Kristaps Dzonsons2011-08-172-4/+20
* Sync man.7's LANGUAGE SYNTAX (was INPUT ENCODING) with mdoc.7.Kristaps Dzonsons2011-08-171-49/+121
* Clean up and normalise the LANGUAGE SYNTAX section in mdoc.7:Kristaps Dzonsons2011-08-171-61/+93
* Toyed with www site a bit. For the next release.Kristaps Dzonsons2011-08-171-93/+29
* Replace the .Fl examples by others exhibiting the same features,VERSION_1_11_6Ingo Schwarze2011-08-161-6/+6
* More information about lots of macros, many new examples, and various fixes.Ingo Schwarze2011-08-161-53/+167
* Added generation of Universal binary. Fixed up index.sgml to be shorterKristaps Dzonsons2011-08-162-60/+77
* Version: 1.11.6.Kristaps Dzonsons2011-08-161-2/+2
* Lint check.Kristaps Dzonsons2011-08-161-8/+1
* Fixed mingw compatibility where the "z" printf() modifier isn'tKristaps Dzonsons2011-08-162-8/+9
* 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-40/+24
* Allow `Sx' and `Ss' to have child nodes. Fixes manuals in NetBSD.Kristaps Dzonsons2011-08-104-57/+80
* Add small chunks of new text and better examples written from scratch,Ingo Schwarze2011-08-031-28/+65
* The term "reserved terms" is too broad, so narrow it downIngo Schwarze2011-08-021-46/+92
* Add some new text written from scratch after checking whether anythingIngo Schwarze2011-08-011-6/+40
* trivial fixes found while merging to OpenBSD:Ingo Schwarze2011-07-311-8/+8
* System III is relevant for string(3) HISTORY.Ingo Schwarze2011-07-312-3/+7
* Make sure that in -Tascii mode, predefined strings render the sameIngo Schwarze2011-07-311-4/+4
* Regression fixes after merging 1.11.3 to OpenBSD (rev. 1.20):Ingo Schwarze2011-07-311-3/+5
* Use a character-table for quick per-character substitution in `tr'. AsKristaps Dzonsons2011-07-291-43/+72
* Renamed roffstr as roffkv (key-value) and split out char/size_t intoKristaps Dzonsons2011-07-291-44/+51
* Fix border condition in `tr' grokking arguments.Kristaps Dzonsons2011-07-281-2/+3
* Remove TODO entry about `tr'.Kristaps Dzonsons2011-07-281-3/+1
* An implementation of `tr'. This routes allocations of TEXT nodesKristaps Dzonsons2011-07-285-33/+200
* Correctly set valsz this time.Kristaps Dzonsons2011-07-271-4/+4
* Have roffstr keep track of string lengths.Kristaps Dzonsons2011-07-271-3/+10
* Fix a memory-offset bug that was hell tracking down.Kristaps Dzonsons2011-07-271-2/+2