| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cleanups in -T[x]html: make html_idcat() use the buffer and be called | Kristaps Dzonsons | 2011-05-17 | 1 | -25/+6 |
| * | Clean-ups in -T[x]html: inline print_num(), as it was just a single | Kristaps Dzonsons | 2011-05-17 | 1 | -64/+25 |
| * | Clean up -T[x]html by using a table instead of a switch statement for | Kristaps Dzonsons | 2011-05-17 | 1 | -42/+17 |
| * | Fix missing support for \N'n' when calculating string widths in -Tascii | Kristaps Dzonsons | 2011-05-15 | 1 | -3/+4 |
| * | Give -Thtml and -Txhtml the gift of recognising escapes when calculating | Kristaps Dzonsons | 2011-05-14 | 1 | -1/+37 |
| * | Make mchars_num2char() return a char like it says. | Kristaps Dzonsons | 2011-04-30 | 1 | -5/+4 |
| * | Rename mchars_init() -> mchars_alloc() for consistency. | Kristaps Dzonsons | 2011-04-30 | 1 | -2/+2 |
| * | Remove enum mcharst, which hasn't been used in quite some time. | Kristaps Dzonsons | 2011-04-30 | 1 | -2/+2 |
| * | No code change: fixing spelling errors. From a patch by uqs@. Thanks! | Kristaps Dzonsons | 2011-04-30 | 1 | -2/+2 |
| * | Move "chars" interface out of out.h and into mandoc.h. This doesn't | Kristaps Dzonsons | 2011-04-29 | 1 | -8/+8 |
| * | Remove a2roffdeco() and mandoc_special() functions and replace them with | Kristaps Dzonsons | 2011-04-09 | 1 | -47/+42 |
| * | Move mandoc_isdelim() back into libmdoc.h. This fixes an unreported | Kristaps Dzonsons | 2011-03-22 | 1 | -9/+1 |
| * | Step 4: merge chars.h into out.h. The functions in this file are | Kristaps Dzonsons | 2011-03-22 | 1 | -2/+1 |
| * | Move mdoc_isdelim() into mandoc.h as mandoc_isdelim(). This allows the | Kristaps Dzonsons | 2011-03-17 | 1 | -38/+6 |
| * | Move mandoc_{realloc,malloc,calloc} out of libmandoc.h and into mandoc.h | Kristaps Dzonsons | 2011-03-17 | 1 | -11/+3 |
| * | Make lint shut up a little bit. | Kristaps Dzonsons | 2011-03-15 | 1 | -3/+2 |
| * | Implement the \N'number' (numbered character) roff escape sequence. | Ingo Schwarze | 2011-01-30 | 1 | -2/+18 |
| * | Change how -Thtml behaves with tables: use multiple rows, with widths | Kristaps Dzonsons | 2011-01-13 | 1 | -1/+14 |
| * | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze | 2010-12-27 | 1 | -10/+14 |
| * | Apparently the U tag is deprecated, so use a SPAN instead (blah). Bump | Kristaps Dzonsons | 2010-12-24 | 1 | -2/+1 |
| * | Drastically fix -T[x]html's handling of font-escape mode changes (i.e., | Kristaps Dzonsons | 2010-12-24 | 1 | -27/+25 |
| * | Implement reference-counted version of original union mdoc_data. This | Kristaps Dzonsons | 2010-12-22 | 1 | -2/+3 |
| * | More use default tags, this time I and U. Also fix a stack overflow | Kristaps Dzonsons | 2010-12-20 | 1 | -1/+3 |
| * | Give header and footer table cells default widths (using WIDTH and ALIGN | Kristaps Dzonsons | 2010-12-20 | 1 | -15/+15 |
| * | Make literal `Bd' use a PRE in -Thtml. Make `Bd' output in general use | Kristaps Dzonsons | 2010-12-17 | 1 | -1/+2 |
| * | Have synopsis_pre() in -Thtml emit P or BR, not DIVs. | Kristaps Dzonsons | 2010-12-17 | 1 | -1/+5 |
| * | Use a single P tag for paragraph breaks (which can be configured for | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+2 |
| * | Remove stupid outer DIV tag in favour of regular BODY and HTML that can | Kristaps Dzonsons | 2010-12-15 | 1 | -1/+2 |
| * | In-progress move from -T[x]html using DIVs for its lists to using DL, | Kristaps Dzonsons | 2010-12-15 | 1 | -8/+5 |
| * | * need a space before .No even if it starts with a closing delimiter | Ingo Schwarze | 2010-10-01 | 1 | -1/+3 |
| * | Churny commit to quiet lint. No functional changes. | Kristaps Dzonsons | 2010-09-04 | 1 | -3/+3 |
| * | Implement a simple, consistent user interface for error handling. | Ingo Schwarze | 2010-08-20 | 1 | -3/+3 |
| * | Make `Sm' start no-spacing after the first output word. Fix in both | Kristaps Dzonsons | 2010-07-26 | 1 | -1/+3 |
| * | Add support for `Sm' in -T[x]html -mdoc. | Kristaps Dzonsons | 2010-07-23 | 1 | -2/+6 |
| * | Accomodate for groff's crappy behaviour wherein an unrecognised | Kristaps Dzonsons | 2010-07-21 | 1 | -4/+10 |
| * | Change chars.in HTML encoding to be a Unicode codepoint (int), which is | Kristaps Dzonsons | 2010-07-16 | 1 | -9/+17 |
| * | correct lots of copyright notices; | Ingo Schwarze | 2010-07-13 | 1 | -2/+2 |
| * | Give -T[x]html `Bk -words' capability. | Kristaps Dzonsons | 2010-07-06 | 1 | -5/+19 |
| * | Brought function arguments and style in ine with term_word() in term.c | Kristaps Dzonsons | 2010-07-06 | 1 | -8/+8 |
| * | Remove "pt" from struct roffsu, as CSS (the only reason it was there) is | Kristaps Dzonsons | 2010-06-25 | 1 | -6/+6 |
| * | Churn as I finish email address migration kth.se -> bsd.lv. | Kristaps Dzonsons | 2010-06-19 | 1 | -2/+2 |
| * | Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about a | Kristaps Dzonsons | 2010-06-07 | 1 | -3/+1 |
| * | Modified version of Ingo Schwarze's patch for hyphen-breaking. | Kristaps Dzonsons | 2010-05-25 | 1 | -16/+15 |
| * | Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel). | Kristaps Dzonsons | 2010-04-12 | 1 | -2/+2 |
| * | Removed pipe from front-end ("typographic") recognition as punctuation (noted... | Kristaps Dzonsons | 2010-04-08 | 1 | -3/+5 |
| * | Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General Synta... | Kristaps Dzonsons | 2010-04-03 | 1 | -5/+3 |
| * | Fixed printing of XHTML DOCTYPE "html" vs. "HTML". | Kristaps Dzonsons | 2010-02-17 | 1 | -2/+6 |
| * | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S... | Kristaps Dzonsons | 2010-01-30 | 1 | -2/+1 |
| * | Mandate html attributes for xhtml. | Kristaps Dzonsons | 2010-01-30 | 1 | -6/+28 |
| * | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 1 | -15/+82 |