Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff. | |||||
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 4 | -574/+278 | |
| | | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml. | |||||
* | Fixed some characters. | Kristaps Dzonsons | 2009-09-22 | 2 | -15/+67 | |
| | | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too). | |||||
* | 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 | |
| | | | | Added some UTF chars to chars.in. | |||||
* | 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 | |
| | | | | | | Added example style.css (example.style.css). Enabled using -Thtml to generate manuals in Makefile. Stopped making text manuals for webpage. | |||||
* | 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 | |
| | | | | | Removed if 0 for HTML-mode output (why not). Added option -oxxxx for passing options to output devices. | |||||
* | 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 ↵ | Kristaps Dzonsons | 2009-09-21 | 4 | -239/+545 | |
| | | | | | | necessary). More -Thtml installments. | |||||
* | 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 ↵ | Kristaps Dzonsons | 2009-09-20 | 4 | -184/+206 | |
| | | | | -hang, now) and -column is still pending. | |||||
* | Fixed memory leak on close. | Kristaps Dzonsons | 2009-09-20 | 2 | -1/+4 | |
| | ||||||
* | Considerable, wide-ranging improvements to the -Thtml output mode (most ↵ | Kristaps Dzonsons | 2009-09-20 | 2 | -102/+167 | |
| | | | | especially proper tagging and using `em' instead of `px'). | |||||
* | Consider html fixes, most importantly -tag and -hang (breaks in IE6, ↵ | Kristaps Dzonsons | 2009-09-17 | 2 | -95/+443 | |
| | | | | apparently). | |||||
* | 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 | |
| | | | | Initial html encodings in chars.in. | |||||
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 9 | -93/+136 | |
| | | | | More html work. | |||||
* | More updates to html.c. | Kristaps Dzonsons | 2009-09-16 | 3 | -152/+325 | |
| | | | | Secretly enabled -Thtml in main.c (obviously not yet documented). | |||||
* | 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 ↵ | Kristaps Dzonsons | 2009-09-16 | 9 | -168/+55 | |
| | | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources. | |||||
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 9 | -95/+713 | |
| | | | | Put err() functions back into front-ends (no use making it needlessly complex). | |||||
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵ | Kristaps Dzonsons | 2009-09-15 | 6 | -308/+125 | |
| | | | | | | increments. Cleaned up confusing behaviour of p->flags. | |||||
* | Version: 1.9.2.VERSION.1.9.2 | Kristaps Dzonsons | 2009-09-05 | 2 | -4/+4 | |
| | | | | Fixed man.7 syntax error (oops). | |||||
* | Typo fix (jmc@openbsd.org). | Kristaps Dzonsons | 2009-09-05 | 1 | -1/+1 | |
| | ||||||
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 8 | -12/+28 | |
| | | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. | |||||
* | Added check for graphable characters in initial-line parse for libman and ↵ | Kristaps Dzonsons | 2009-08-22 | 2 | -0/+12 | |
| | | | | libmdoc (joerg@netbsd.org). | |||||
* | Fix of MAN_NEXT when removing next-line dupes.VERSION.1.9.1 | Kristaps Dzonsons | 2009-08-21 | 1 | -3/+7 | |
| | ||||||
* | Removed superfluous XXX. | Kristaps Dzonsons | 2009-08-21 | 2 | -4/+2 | |
| | | | | Version: 1.9.1. | |||||
* | `RS' warns if empty body. | Kristaps Dzonsons | 2009-08-21 | 1 | -1/+13 | |
| | ||||||
* | Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head). | Kristaps Dzonsons | 2009-08-21 | 2 | -6/+15 | |
| | ||||||
* | Fixed `nf' behaviour (had broken with de-chunking). | Kristaps Dzonsons | 2009-08-21 | 3 | -14/+54 | |
| | | | | Added warnings if literal context already open/closed. | |||||
* | Open explicit scope on libman exit now only generates warning. | Kristaps Dzonsons | 2009-08-21 | 4 | -38/+41 | |
| | | | | Consecutive ELINE scopes are now pruned (with a warning). |