aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Version 1.11.3. Here we go!VERSION_1_11_3Kristaps Dzonsons2011-05-262-5/+5
* Some small lint checks in preconv. Also add it to the default lint rule.Kristaps Dzonsons2011-05-262-7/+7
* 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-4/+24
* More updates to www. A version's on its way...Kristaps Dzonsons2011-05-261-15/+18
* Have preconv install with mandoc.Kristaps Dzonsons2011-05-261-2/+2
* Slightly clean up verbiage in coding tags.Kristaps Dzonsons2011-05-261-3/+3
* preconv is now on encoding-recognition parity with groff. This lastKristaps Dzonsons2011-05-263-31/+152
* The \*q predef certainly doesn't map to \"! Fix this.Kristaps Dzonsons2011-05-261-2/+2
* Add notes about preconv.1 in the www and change some wording in theKristaps Dzonsons2011-05-262-3/+24
* Significantly improve preconv. Allow it to recode UTF-8 characters intoKristaps Dzonsons2011-05-263-13/+261
* If a predefined string is missing, emit a warning and make it an emptyKristaps Dzonsons2011-05-261-6/+7
* Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and addedKristaps Dzonsons2011-05-262-12/+17
* 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-4/+2
* Use the correct Unicode value for the zero-width space, which means thatKristaps Dzonsons2011-05-242-30/+13
* Remove all references to ESCAPE_PREDEF, which is now not exposed passedKristaps Dzonsons2011-05-246-116/+7
* Remove predefined strings from the chars.in file, as they're now localKristaps Dzonsons2011-05-242-72/+28
* Most important move in getting predefined strings entirely containedKristaps Dzonsons2011-05-243-3/+89
* Have conditional closure for both text and macro lines call through toKristaps Dzonsons2011-05-242-35/+26
* Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due toKristaps Dzonsons2011-05-242-17/+25
* nested .RS/.RE is becoming more importantIngo Schwarze2011-05-211-1/+3
* remove a sentence which isn;t true;Ingo Schwarze2011-05-211-4/+2
* Turn on -Tutf8 in the frontend. Here we go!Kristaps Dzonsons2011-05-202-6/+25
* Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and doesKristaps Dzonsons2011-05-203-7/+21
* Allow non-ASCII terminal encodings to accept unicode values for theKristaps Dzonsons2011-05-201-18/+62
* Some release notes (this isn't signalling an impending release; I justKristaps Dzonsons2011-05-191-1/+13
* It seems that __STDC_ISO_10646__ isn't defined even where it can beKristaps Dzonsons2011-05-192-4/+13
* Make any un-recognised font be considered a call for the Roman font.Kristaps Dzonsons2011-05-183-8/+9
* Add TODO entry for standalone `.' in tbl pages (pointed out by YuriKristaps Dzonsons2011-05-182-2/+6
* Locale support. I'm checking this in to clean up fall-out in-tree, butKristaps Dzonsons2011-05-174-23/+141
* Add mode for -Tlocale. This mode, with this commit, behaves exactlyKristaps Dzonsons2011-05-178-45/+45
* In tbl layouts, we puked if a space didn't followed a vertical barKristaps Dzonsons2011-05-171-1/+18
* Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1Kristaps Dzonsons2011-05-172-6/+13
* Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf, and -Tps.Kristaps Dzonsons2011-05-171-2/+10
* Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go!Kristaps Dzonsons2011-05-174-9/+42
* Clean-up fallout: differentiate ID's and HREF's (where to put the `#').Kristaps Dzonsons2011-05-172-5/+5
* Cleanups in -T[x]html: make html_idcat() use the buffer and be calledKristaps Dzonsons2011-05-174-67/+45
* Clean-ups in -T[x]html: inline print_num(), as it was just a singleKristaps Dzonsons2011-05-174-71/+31
* Clean up -T[x]html by using a table instead of a switch statement forKristaps Dzonsons2011-05-171-42/+17
* Remove function calls to res() and so forth in term_word(). These wereKristaps Dzonsons2011-05-152-57/+19
* Fix missing support for \N'n' when calculating string widths in -TasciiKristaps Dzonsons2011-05-153-7/+14
* Support groff's escape for Unicode input. SeeKristaps Dzonsons2011-05-153-4/+27
* Use strcspn() in term_strlen(). Clarifies the code.Kristaps Dzonsons2011-05-151-11/+11
* Get rid of an "#if 0" that I don't anticipate being fixed ever (nor doesKristaps Dzonsons2011-05-151-43/+1
* Move struct termp_ps into term_ps.c; remove the engine union in struct termp,Kristaps Dzonsons2011-05-152-202/+199
* Continuing last commit with the style-sheet change.Kristaps Dzonsons2011-05-141-19/+21
* Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops).Kristaps Dzonsons2011-05-141-3/+3
* Make index.sgml look more like mandoc-cgi, which I find looks much cleanerKristaps Dzonsons2011-05-141-58/+17
* Make www style.css link up to example.style.css much nicer.Kristaps Dzonsons2011-05-141-41/+34