| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove all references to ESCAPE_PREDEF, which is now not exposed passed | Kristaps Dzonsons | 2011-05-24 | 1 | -22/+0 |
* | Allow non-ASCII terminal encodings to accept unicode values for the | Kristaps Dzonsons | 2011-05-20 | 1 | -17/+61 |
* | Make any un-recognised font be considered a call for the Roman font. | Kristaps Dzonsons | 2011-05-18 | 1 | -0/+2 |
* | Locale support. I'm checking this in to clean up fall-out in-tree, but | Kristaps Dzonsons | 2011-05-17 | 1 | -6/+45 |
* | Add mode for -Tlocale. This mode, with this commit, behaves exactly | Kristaps Dzonsons | 2011-05-17 | 1 | -12/+0 |
* | Flip on printing `?' at Unicode codepoints in -Tascii, -Tpdf, and -Tps. | Kristaps Dzonsons | 2011-05-17 | 1 | -1/+9 |
* | Remove function calls to res() and so forth in term_word(). These were | Kristaps Dzonsons | 2011-05-15 | 1 | -52/+15 |
* | Fix missing support for \N'n' when calculating string widths in -Tascii | Kristaps Dzonsons | 2011-05-15 | 1 | -2/+7 |
* | Use strcspn() in term_strlen(). Clarifies the code. | Kristaps Dzonsons | 2011-05-15 | 1 | -10/+10 |
* | Make some values "int" that were "size_t". These are primarily used for | Kristaps Dzonsons | 2011-05-14 | 1 | -22/+26 |
* | Make character engine (-Tascii, -Tpdf, -Tps) ready for Unicode: make buffer | Kristaps Dzonsons | 2011-05-14 | 1 | -3/+3 |
* | Make mchars_num2char() return a char like it says. | Kristaps Dzonsons | 2011-04-30 | 1 | -4/+3 |
* | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -6/+6 |
* | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -48/+59 |
* | Remove an unused variable (caught in lint-check) | Kristaps Dzonsons | 2011-04-04 | 1 | -3/+1 |
* | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -7/+0 |
* | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -1/+0 |
* | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -37/+5 |
* | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -11/+2 |
* | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -1/+1 |
* | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -1/+15 |
* | Fix spacing for tables to use term_len(). Also make term.c properly | Kristaps Dzonsons | 2011-01-04 | 1 | -0/+6 |
* | Track down a bug of empty `de XX' macros causing uncertain behaviour by | Kristaps Dzonsons | 2010-12-06 | 1 | -1/+1 |
* | style cleanup, no functional change: | Ingo Schwarze | 2010-10-02 | 1 | -22/+14 |
* | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -1/+1 |
* | Count trailing escaped blanks correctly; | Ingo Schwarze | 2010-09-23 | 1 | -2/+4 |
* | Allow string lengths to account for escapes. Now all calls to calculate | Kristaps Dzonsons | 2010-09-15 | 1 | -6/+42 |
* | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -2/+2 |
* | Centralize handling of literal tabs in term_flushln() in one place, | Ingo Schwarze | 2010-08-20 | 1 | -10/+3 |
* | When a column contains trailing spaces, calculate the padding | Ingo Schwarze | 2010-08-20 | 1 | -0/+6 |
* | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -2/+2 |
* | Make `Sm' start no-spacing after the first output word. Fix in both | Kristaps Dzonsons | 2010-07-26 | 1 | -0/+2 |
* | Clean up some tight spots in mandoc's default mode: pessimistically | Kristaps Dzonsons | 2010-07-26 | 1 | -19/+14 |
* | Avoid running the "width" termp callback for each whitespace. | Kristaps Dzonsons | 2010-07-25 | 1 | -3/+3 |
* | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -3/+8 |
* | Avoid letter-by-letter encoding by using strcspn() in term_word(). | Kristaps Dzonsons | 2010-07-17 | 1 | -7/+6 |
* | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 1 | -2/+2 |
* | Re-constitution of `ds' symbol processing. First, push the | Kristaps Dzonsons | 2010-07-07 | 1 | -6/+0 |
* | Assert my copyright, making it explicit that i'm granting the same license | Ingo Schwarze | 2010-07-04 | 1 | -1/+2 |
* | Rudimentary implementation of user-defined strings; | Ingo Schwarze | 2010-07-03 | 1 | -0/+6 |
* | Lint tweak. | Kristaps Dzonsons | 2010-07-02 | 1 | -0/+1 |
* | Pushed normalisation of scaling units into term_hspan(). | Kristaps Dzonsons | 2010-06-30 | 1 | -1/+6 |
* | Move term_hspan() calculation into the output devices, where it belongs. | Kristaps Dzonsons | 2010-06-30 | 1 | -34/+1 |
* | Clean-up of variable-width glyph support. Adds no new code; only | Kristaps Dzonsons | 2010-06-28 | 1 | -15/+18 |
* | This enables variable glyph-width output. The checkin will be followed | Kristaps Dzonsons | 2010-06-28 | 1 | -11/+14 |
* | Tiny commit clarifying flushln() documentation as to what refers to | Kristaps Dzonsons | 2010-06-28 | 1 | -3/+4 |
* | Basic implementation of .Bk/.Ek; from OpenBSD. | Ingo Schwarze | 2010-06-27 | 1 | -2/+7 |
* | Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept a | Kristaps Dzonsons | 2010-06-26 | 1 | -2/+0 |
* | Initial chunks for variable-width fonts. Pushes all width calculations | Kristaps Dzonsons | 2010-06-25 | 1 | -4/+22 |
* | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -1/+1 |