aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make some values "int" that were "size_t". These are primarily used forKristaps Dzonsons2011-05-142-26/+30
* Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make bufferKristaps Dzonsons2011-05-146-24/+28
* Give -Thtml and -Txhtml the gift of recognising escapes when calculatingKristaps Dzonsons2011-05-143-8/+45
* Move roff.c's strtol into libmandoc.h for use by other parts of the codeKristaps Dzonsons2011-05-143-30/+43
* Last sneak-in: incorrect www link.VERSION_1_11_2Kristaps Dzonsons2011-05-131-2/+2
* Ooops, forgot to install makewhatis manual.Kristaps Dzonsons2011-05-131-1/+6
* Version up! 1.11.2. Let's go...Kristaps Dzonsons2011-05-131-2/+2
* More release notes.Kristaps Dzonsons2011-05-131-1/+2
* Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree.Kristaps Dzonsons2011-05-134-34/+45
* Don't let Linux-isms creep into Makefile.Kristaps Dzonsons2011-05-121-1/+1
* Correctly catch `Vt' semicolon in mandoc-db.Kristaps Dzonsons2011-05-121-3/+4
* Lint fixes: remove unused function variables and pass in proper enumKristaps Dzonsons2011-05-121-8/+7
* Make sure that we check for the \(en, \(em, \-, and - separators forKristaps Dzonsons2011-05-121-4/+9
* Grok manual architecture in mandoc-db.c.Kristaps Dzonsons2011-05-042-3/+13
* Add configurations (`Cd') to mandoc-db mining.Kristaps Dzonsons2011-05-042-5/+42
* Pick up authors in mandoc-db.Kristaps Dzonsons2011-05-032-5/+28
* Have mandoc-db grok `Dt'/`TH' manual title as well.Kristaps Dzonsons2011-05-031-1/+7
* Back out stripping of non-predef and non-special escape sequences fromKristaps Dzonsons2011-05-021-5/+4
* Have mandoc-db strip out escapes that aren't special or predefinedKristaps Dzonsons2011-05-011-16/+55
* Documenting the mchars_XXXX part of mandoc.h.Kristaps Dzonsons2011-05-011-2/+88
* Remove mdoc.template. It's already embedded in man(7) and mdoc(7); noKristaps Dzonsons2011-05-011-42/+0
* Document the fact that \N'' accepts only printable characters.Kristaps Dzonsons2011-05-011-2/+5
* Filter all \N'' values with isprint(). Ok schwarze@.Kristaps Dzonsons2011-05-011-10/+6
* Make mchars_num2char() return a char like it says.Kristaps Dzonsons2011-04-304-23/+21
* Rename mchars_init() -> mchars_alloc() for consistency.Kristaps Dzonsons2011-04-305-10/+10
* Remove enum mcharst, which hasn't been used in quite some time.Kristaps Dzonsons2011-04-305-17/+10
* No code change: fixing spelling errors. From a patch by uqs@. Thanks!Kristaps Dzonsons2011-04-309-23/+23
* Was installing libmandoc.a without mandoc.h...Kristaps Dzonsons2011-04-301-0/+2
* Move "chars" interface out of out.h and into mandoc.h. This doesn'tKristaps Dzonsons2011-04-2910-72/+65
* Let mandoc-db grok `St' tokens.Kristaps Dzonsons2011-04-282-5/+25
* Closing delimiters only suppress spacing when they follow something.Ingo Schwarze2011-04-251-2/+14