summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean-up: remove a function only called once.Kristaps Dzonsons2011-06-181-37/+16
* Fix an assertion failure raised by the following interesting scenario: aKristaps Dzonsons2011-06-182-194/+163
* Have -T[x]html print out the link target for `Lk' if no link title isKristaps Dzonsons2011-06-161-3/+4
* Add note about crash on invalid found in the NetBSD treeJoerg Sonnenberger2011-06-121-0/+3
* .Nm in-line/block issues reported by uqs@Ingo Schwarze2011-06-111-0/+8
* Fix some bad bits in the mandoc manual: `Xr' instead of `Sx', unescapedKristaps Dzonsons2011-05-301-8/+7
* Remove untrue CAVEAT in makewhatis.1.Kristaps Dzonsons2011-05-261-4/+0
* Version 1.11.3. Here we go!VERSION.1.11.3Kristaps Dzonsons2011-05-262-4/+4
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-262-6/+6
* OpenBSD needs sys/types for mmap... oops...Kristaps Dzonsons2011-05-261-0/+1
* At least in theory, this patch lets us compile on Windows (which doesKristaps Dzonsons2011-05-263-3/+23
* More updates to www. A version's on its way...Kristaps Dzonsons2011-05-261-14/+17
* Have preconv install with mandoc.Kristaps Dzonsons2011-05-261-2/+2
* Slightly clean up verbiage in coding tags.Kristaps Dzonsons2011-05-261-2/+2
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-263-29/+150
* The \*q predef certainly doesn't map to \"! Fix this.Kristaps Dzonsons2011-05-261-1/+1
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-262-1/+22
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-263-12/+260
* If a predefined string is missing, emit a warning and make it an emptyKristaps Dzonsons2011-05-261-5/+6
* Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and addedKristaps Dzonsons2011-05-262-8/+13
* It's annoying that we don't have preconv, so throw together a quickKristaps Dzonsons2011-05-262-3/+332
* Document that spec2cp never returns 0.Kristaps Dzonsons2011-05-241-3/+1
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-242-28/+11
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-246-109/+0
* Remove predefined strings from the chars.in file, as they're now localKristaps Dzonsons2011-05-242-70/+26
* Most important move in getting predefined strings entirely containedKristaps Dzonsons2011-05-243-2/+88
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-242-32/+23
* Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due toKristaps Dzonsons2011-05-242-15/+23
* nested .RS/.RE is becoming more importantIngo Schwarze2011-05-211-0/+2
* remove a sentence which isn;t true;Ingo Schwarze2011-05-211-2/+0
* Turn on -Tutf8 in the frontend. Here we go!Kristaps Dzonsons2011-05-202-3/+22
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-203-4/+18
* Allow non-ASCII terminal encodings to accept unicode values for theKristaps Dzonsons2011-05-201-17/+61
* Some release notes (this isn't signalling an impending release; I justKristaps Dzonsons2011-05-191-0/+12
* It seems that __STDC_ISO_10646__ isn't defined even where it can beKristaps Dzonsons2011-05-192-3/+12
* Make any un-recognised font be considered a call for the Roman font.Kristaps Dzonsons2011-05-183-5/+6
* Add TODO entry for standalone `.' in tbl pages (pointed out by YuriKristaps Dzonsons2011-05-182-1/+5
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-174-20/+138
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-178-37/+37
* In tbl layouts, we puked if a space didn't followed a vertical barKristaps Dzonsons2011-05-171-0/+17
* Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1Kristaps Dzonsons2011-05-172-3/+10
* Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf, and -Tps.Kristaps Dzonsons2011-05-171-1/+9
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-174-4/+37
* Clean-up fallout: differentiate ID's and HREF's (where to put the `#').Kristaps Dzonsons2011-05-172-3/+3
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-174-63/+41
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-174-67/+27
* Clean up -T[x]html by using a table instead of a switch statement forKristaps Dzonsons2011-05-171-41/+16
* Remove function calls to res() and so forth in term_word(). These wereKristaps Dzonsons2011-05-152-55/+17
* Fix missing support for \N'n' when calculating string widths in -TasciiKristaps Dzonsons2011-05-153-4/+11
* Support groff's escape for Unicode input. SeeKristaps Dzonsons2011-05-153-0/+23