| Commit message (Expand) | Author | Age | Files | Lines |
* | Most important move in getting predefined strings entirely contained | Kristaps Dzonsons | 2011-05-24 | 3 | -2/+88 |
* | Have conditional closure for both text and macro lines call through to | Kristaps Dzonsons | 2011-05-24 | 2 | -32/+23 |
* | Fix a TODO to the effect that `.if n \{\ foo .br \}' was failing due to | Kristaps Dzonsons | 2011-05-24 | 2 | -15/+23 |
* | nested .RS/.RE is becoming more important | Ingo Schwarze | 2011-05-21 | 1 | -0/+2 |
* | remove a sentence which isn;t true; | Ingo Schwarze | 2011-05-21 | 1 | -2/+0 |
* | Turn on -Tutf8 in the frontend. Here we go! | Kristaps Dzonsons | 2011-05-20 | 2 | -3/+22 |
* | Flip on -Tutf8 backend support. This forces the UTF-8 LC_CTYPE and does | Kristaps Dzonsons | 2011-05-20 | 3 | -4/+18 |
* | Allow non-ASCII terminal encodings to accept unicode values for the | Kristaps Dzonsons | 2011-05-20 | 1 | -17/+61 |
* | Some release notes (this isn't signalling an impending release; I just | Kristaps Dzonsons | 2011-05-19 | 1 | -0/+12 |
* | It seems that __STDC_ISO_10646__ isn't defined even where it can be | Kristaps Dzonsons | 2011-05-19 | 2 | -3/+12 |
* | Make any un-recognised font be considered a call for the Roman font. | Kristaps Dzonsons | 2011-05-18 | 3 | -5/+6 |
* | Add TODO entry for standalone `.' in tbl pages (pointed out by Yuri | Kristaps Dzonsons | 2011-05-18 | 2 | -1/+5 |
* | Locale support. I'm checking this in to clean up fall-out in-tree, but | Kristaps Dzonsons | 2011-05-17 | 4 | -20/+138 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 8 | -37/+37 |
* | In tbl layouts, we puked if a space didn't followed a vertical bar | Kristaps Dzonsons | 2011-05-17 | 1 | -0/+17 |
* | Documentation: note COMPATIBILITY of -Tascii `?' printing in mandoc.1 | Kristaps Dzonsons | 2011-05-17 | 2 | -3/+10 |
* | Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf, and -Tps. | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+9 |
* | Flip on unicode output (via \[uNNNN]) in -T[x]html. Here we go! | Kristaps Dzonsons | 2011-05-17 | 4 | -4/+37 |
* | Clean-up fallout: differentiate ID's and HREF's (where to put the `#'). | Kristaps Dzonsons | 2011-05-17 | 2 | -3/+3 |
* | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 4 | -63/+41 |
* | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 4 | -67/+27 |
* | Clean up -T[x]html by using a table instead of a switch statement for | Kristaps Dzonsons | 2011-05-17 | 1 | -41/+16 |
* | Remove function calls to res() and so forth in term_word(). These were | Kristaps Dzonsons | 2011-05-15 | 2 | -55/+17 |
* | Fix missing support for \N'n' when calculating string widths in -Tascii | Kristaps Dzonsons | 2011-05-15 | 3 | -4/+11 |
* | Support groff's escape for Unicode input. See | Kristaps Dzonsons | 2011-05-15 | 3 | -0/+23 |
* | Use strcspn() in term_strlen(). Clarifies the code. | Kristaps Dzonsons | 2011-05-15 | 1 | -10/+10 |
* | Get rid of an "#if 0" that I don't anticipate being fixed ever (nor does | Kristaps Dzonsons | 2011-05-15 | 1 | -42/+0 |
* | Move struct termp_ps into term_ps.c; remove the engine union in struct termp, | Kristaps Dzonsons | 2011-05-15 | 2 | -200/+197 |
* | Continuing last commit with the style-sheet change. | Kristaps Dzonsons | 2011-05-14 | 1 | -19/+21 |
* | Fix makewhatis.1 to have the correct name (it was MANDOC-DB, oops). | Kristaps Dzonsons | 2011-05-14 | 1 | -1/+1 |
* | Make index.sgml look more like mandoc-cgi, which I find looks much cleaner | Kristaps Dzonsons | 2011-05-14 | 1 | -58/+17 |
* | Make www style.css link up to example.style.css much nicer. | Kristaps Dzonsons | 2011-05-14 | 1 | -39/+32 |
* | Make some values "int" that were "size_t". These are primarily used for | Kristaps Dzonsons | 2011-05-14 | 2 | -24/+28 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 6 | -18/+22 |
* | Give -Thtml and -Txhtml the gift of recognising escapes when calculating | Kristaps Dzonsons | 2011-05-14 | 3 | -5/+42 |
* | Move roff.c's strtol into libmandoc.h for use by other parts of the code | Kristaps Dzonsons | 2011-05-14 | 3 | -27/+40 |
* | Last sneak-in: incorrect www link.VERSION.1.11.2 | Kristaps Dzonsons | 2011-05-13 | 1 | -1/+1 |
* | Ooops, forgot to install makewhatis manual. | Kristaps Dzonsons | 2011-05-13 | 1 | -1/+6 |
* | Version up! 1.11.2. Let's go... | Kristaps Dzonsons | 2011-05-13 | 1 | -2/+2 |
* | More release notes. | Kristaps Dzonsons | 2011-05-13 | 1 | -0/+1 |
* | Rename mandoc-db to makewhatis. On the suggestion of schwarze@; I agree. | Kristaps Dzonsons | 2011-05-13 | 4 | -30/+41 |
* | Don't let Linux-isms creep into Makefile. | Kristaps Dzonsons | 2011-05-12 | 1 | -1/+1 |
* | Correctly catch `Vt' semicolon in mandoc-db. | Kristaps Dzonsons | 2011-05-12 | 1 | -2/+3 |
* | Lint fixes: remove unused function variables and pass in proper enum | Kristaps Dzonsons | 2011-05-12 | 1 | -7/+6 |
* | Make sure that we check for the \(en, \(em, \-, and - separators for | Kristaps Dzonsons | 2011-05-12 | 1 | -3/+8 |
* | Grok manual architecture in mandoc-db.c. | Kristaps Dzonsons | 2011-05-04 | 2 | -0/+10 |
* | Add configurations (`Cd') to mandoc-db mining. | Kristaps Dzonsons | 2011-05-04 | 2 | -3/+40 |
* | Pick up authors in mandoc-db. | Kristaps Dzonsons | 2011-05-03 | 2 | -2/+25 |
* | Have mandoc-db grok `Dt'/`TH' manual title as well. | Kristaps Dzonsons | 2011-05-03 | 1 | -0/+6 |
* | Back out stripping of non-predef and non-special escape sequences from | Kristaps Dzonsons | 2011-05-02 | 1 | -4/+3 |