| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed segfault in `Rs' empty block. | Kristaps Dzonsons | 2009-09-24 | 2 | -1/+2 |
* | Lint-fixes (noop). | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+2 |
* | Added EBADCHILD error (bad child of parent context). | Kristaps Dzonsons | 2009-09-24 | 5 | -14/+142 |
* | Proper handling of `Rs' blocks in -Thtml. | Kristaps Dzonsons | 2009-09-24 | 2 | -14/+9 |
* | -offset string can now be blank (supplied with 6n as stipulated by mdoc.sampl... | Kristaps Dzonsons | 2009-09-24 | 2 | -13/+54 |
* | Fix in -Tascii where `Lb' causes line-break in any section (should only happe... | Kristaps Dzonsons | 2009-09-24 | 4 | -17/+38 |
* | Sync'd example style-sheet to be more like OpenBSD's default (KISS). | Kristaps Dzonsons | 2009-09-24 | 3 | -16/+89 |
* | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 5 | -39/+149 |
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 6 | -382/+623 |
* | FreeBSD compile fixes (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-09-23 | 3 | -0/+6 |
* | All special characters sync'd with groff, both -Thtml and -Tascii. | Kristaps Dzonsons | 2009-09-23 | 6 | -128/+185 |
* | Sync'd currency symbols with newest groff. | Kristaps Dzonsons | 2009-09-23 | 2 | -14/+16 |
* | Sync'd special letters and ligatures with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -73/+84 |
* | Arrows & brackets sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -29/+89 |
* | Quotes sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 3 | -20/+32 |
* | Accent marks sync'd with current groff. | Kristaps Dzonsons | 2009-09-22 | 3 | -31/+39 |
* | Many more UTF-8 symbols in place. | Kristaps Dzonsons | 2009-09-22 | 3 | -176/+280 |
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 4 | -574/+278 |
* | Fixed some characters. | Kristaps Dzonsons | 2009-09-22 | 2 | -15/+67 |
* | Many more characters for HMTL (mostly Greek). | Kristaps Dzonsons | 2009-09-22 | 3 | -47/+48 |
* | A few more macros in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 4 | -16/+103 |
* | Added chars.h to HEADS.VERSION.1.9.5 | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+4 |
* | Added html.h to headers that should be distributed. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+3 |
* | Wrong stylesheet in xsl. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
* | Version: 1.9.5. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+2 |
* | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 5 | -1690/+1770 |
* | Removed man handling in -Thtml (for now). | Kristaps Dzonsons | 2009-09-21 | 2 | -60/+33 |
* | Fix height of hard-breaks in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 2 | -4/+10 |
* | Consolidation of Pp/sp/br/Lp stuff. | Kristaps Dzonsons | 2009-09-21 | 2 | -48/+41 |
* | Fix in outopts processing. | Kristaps Dzonsons | 2009-09-21 | 1 | -1/+1 |
* | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 6 | -63/+95 |
* | getsubopt() is in unistd.h, not stdlib.h (error in xBSD manuals). | Kristaps Dzonsons | 2009-09-21 | 1 | -0/+1 |
* | Lint pass (OpenBSD-alpha). Noops. | Kristaps Dzonsons | 2009-09-21 | 1 | -4/+2 |
* | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 10 | -277/+261 |
* | Added example stylesheet. | Kristaps Dzonsons | 2009-09-21 | 2 | -1/+41 |
* | Tentative addition of front-end utility functions (out.h) (not sure if it's n... | Kristaps Dzonsons | 2009-09-21 | 4 | -239/+545 |
* | Using inline-blocks for header and footer (works much better). | Kristaps Dzonsons | 2009-09-20 | 1 | -57/+41 |
* | Headers and footers in -Thtml. Various minor additions. | Kristaps Dzonsons | 2009-09-20 | 3 | -28/+261 |
* | Bl -column in place for -Thtml. | Kristaps Dzonsons | 2009-09-20 | 2 | -4/+26 |
* | Some extra html tags and near-complete Bl: -tag is hopeless (synonym for -han... | Kristaps Dzonsons | 2009-09-20 | 4 | -184/+206 |
* | Fixed memory leak on close. | Kristaps Dzonsons | 2009-09-20 | 2 | -1/+4 |
* | Considerable, wide-ranging improvements to the -Thtml output mode (most espec... | Kristaps Dzonsons | 2009-09-20 | 2 | -102/+167 |
* | Consider html fixes, most importantly -tag and -hang (breaks in IE6, apparent... | Kristaps Dzonsons | 2009-09-17 | 2 | -95/+443 |
* | Hang lists in html (the hard one first). | Kristaps Dzonsons | 2009-09-17 | 2 | -13/+331 |
* | More html. | Kristaps Dzonsons | 2009-09-17 | 3 | -313/+448 |
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 9 | -93/+136 |
* | More updates to html.c. | Kristaps Dzonsons | 2009-09-16 | 3 | -152/+325 |
* | Lintifications. | Kristaps Dzonsons | 2009-09-16 | 4 | -18/+18 |
* | Put closedelim and opendelim right in term_word() (unnecessary extra function). | Kristaps Dzonsons | 2009-09-16 | 1 | -64/+40 |
* | Lookup hashes are now static tables, ordered first-level by second character,... | Kristaps Dzonsons | 2009-09-16 | 9 | -168/+55 |