| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -1/+4 | |
| | | ||||||
| * | Lint fixes in function call. | Kristaps Dzonsons | 2009-11-10 | 1 | -7/+7 | |
| | | ||||||
| * | Documented \s and cleaned up \f documentation in mdoc.7, man.7. | Kristaps Dzonsons | 2009-11-09 | 1 | -108/+35 | |
| | | | | | -Thtml now using a2roffdeco(). | |||||
| * | Documented that `\s' and `\f' don't work in HTML mode (and why). | Kristaps Dzonsons | 2009-11-05 | 1 | -16/+14 | |
| | | | | | Added support for recognising the many forms of `\s' (doesn't yet render). | |||||
| * | Added mandoc_a2time() for proper date conversion. | Kristaps Dzonsons | 2009-11-02 | 1 | -2/+3 | |
| | | | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc. | |||||
| * | Lint fix. | Kristaps Dzonsons | 2009-11-01 | 1 | -2/+2 | |
| | | ||||||
| * | Using putchar for single-character prints (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -6/+6 | |
| | | ||||||
| * | print_encode() using strcspn instead of looping/putchar() (noted by Joerg ↵ | Kristaps Dzonsons | 2009-11-01 | 1 | -13/+13 | |
| | | | | | Sonnenberger). | |||||
| * | Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-11-01 | 1 | -8/+4 | |
| | | ||||||
| * | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -3/+3 | |
| | | ||||||
| * | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -2/+1 | |
| | | | | | Removed err.h from inclusions (less main.c--still in progress). | |||||
| * | Lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -2/+2 | |
| | | | | | Made realloc puke with fprintf. | |||||
| * | Continued safe handling of allocations. | Kristaps Dzonsons | 2009-10-30 | 1 | -10/+12 | |
| | | ||||||
| * | Added newline after block-level closing tags (suggested by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-30 | 1 | -4/+4 | |
| | | ||||||
| * | Fixed `sp', `br', `Pp', etc. so as not to have an empty div (-Thtml, -man, ↵ | Kristaps Dzonsons | 2009-10-28 | 1 | -32/+14 | |
| | | | | | | | | | -mdoc). Made html_idcat be completely correct (messy standard) (-Thtml). Fixed warnings about -ohang and -item lists (-Thtml, -mdoc). Fixed typo in index.sgml. | |||||
| * | Removed superfluous memset (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-28 | 1 | -9/+7 | |
| | | ||||||
| * | Fixed un-reset buffer in `.In', -Thtml, -mdoc. | Kristaps Dzonsons | 2009-10-28 | 1 | -1/+49 | |
| | | | | | Added html_id[cat,cpy] for transforming id's into well-formed attribute strings (no %s, etc.). | |||||
| * | Added "summary" tag to tables in order to silence HTML-tidy's complaints. | Kristaps Dzonsons | 2009-10-27 | 1 | -1/+2 | |
| | | ||||||
| * | Portability: replaced queue macros in html.c (Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-26 | 1 | -17/+13 | |
| | | | | | | Fixed "-o" residue. Added "-O" to usage() (-o didn't appear there either). | |||||
| * | More updates to mdoc.7. | Kristaps Dzonsons | 2009-10-20 | 1 | -1/+2 | |
| | | ||||||
| * | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -1/+2 | |
| | | | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. | |||||
| * | Clean up consts (noted by Joerg Sonnenberger and Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-13 | 1 | -5/+9 | |
| | | ||||||
| * | Scaling factor made floating point (as per groff.7) and, e.g., ↵ | Kristaps Dzonsons | 2009-10-09 | 1 | -3/+7 | |
| | | | | | gnu/usr.bin/cvs/man/cvs.1. | |||||
| * | Fixed side-effect of linting (oops). | Kristaps Dzonsons | 2009-10-07 | 1 | -5/+6 | |
| | | ||||||
| * | Lint-ified. | Kristaps Dzonsons | 2009-10-07 | 1 | -3/+5 | |
| | | ||||||
| * | Made default string units (-Thtml -mdoc) to use `m' and not `n' scaling ↵ | Kristaps Dzonsons | 2009-10-07 | 1 | -3/+10 | |
| | | | | | | | | (better more than less). Fixed -column widths for -Thtml -mdoc. Fixed left-hand margin padding for -Thtml -mdoc. | |||||
| * | Additions to -Tman -Thtml: all structural components tested & in place. | Kristaps Dzonsons | 2009-10-07 | 1 | -3/+55 | |
| | | | | | Fitted both -Thtml with handling of arbitrary vertical and horizontal scaling units (see groff(7)). Undocumented until fitted into -Tascii (next release). | |||||
| * | Example style-sheet reflecting modified section/subsection style tags. | Kristaps Dzonsons | 2009-10-04 | 1 | -1/+2 | |
| | | | | | Added ATTR_ID and so forth to attrs. | |||||
| * | Lintified (noops). | Kristaps Dzonsons | 2009-10-03 | 1 | -6/+4 | |
| | | ||||||
| * | Fixed mandoc.1 examples (new -Thtml options). | Kristaps Dzonsons | 2009-10-03 | 1 | -3/+96 | |
| | | | | | | Fixed manuals to use `In', not `Fd'. Moved buf* functions into html.c. | |||||
| * | Added the -oincludes=FMT option. | Kristaps Dzonsons | 2009-10-03 | 1 | -4/+7 | |
| | | | | | | The `In' handler now decorates with a hyperlink. If no -oman= or -oincludes= is stipulated, no link is printed (but the text is still style-decorated). | |||||
| * | Element tag buffer is now part of struct html. | Kristaps Dzonsons | 2009-10-03 | 1 | -10/+9 | |
| | | | | | | | | buffmt() can be called in sequence. Noted BUFSIZ-sized buffer in CAVEATS (attribute length for link formats). Added -oman=FMT -Thtml option for `Xr' manual links. Removed -obase=URI -Thtml option (obsolete). | |||||
| * | Added Bf, Pf, etc. to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -2/+3 | |
| | | | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section. | |||||
| * | Split html.c into html.h, mdoc_html.c, man_html.c. | Kristaps Dzonsons | 2009-09-21 | 1 | -1684/+8 | |
| | | ||||||
| * | Removed man handling in -Thtml (for now). | Kristaps Dzonsons | 2009-09-21 | 1 | -41/+14 | |
| | | | | | Added some UTF chars to chars.in. | |||||
| * | Fix height of hard-breaks in -Thtml. | Kristaps Dzonsons | 2009-09-21 | 1 | -4/+10 | |
| | | ||||||
| * | Consolidation of Pp/sp/br/Lp stuff. | Kristaps Dzonsons | 2009-09-21 | 1 | -20/+29 | |
| | | ||||||
| * | Fix in outopts processing. | Kristaps Dzonsons | 2009-09-21 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed body/divbody structure of html pages. | Kristaps Dzonsons | 2009-09-21 | 1 | -10/+17 | |
| | | | | | | | 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 | -1/+2 | |
| | | ||||||
| * | Lint pass (OpenBSD-alpha). Noops. | Kristaps Dzonsons | 2009-09-21 | 1 | -5/+3 | |
| | | ||||||
| * | Removed new-born out.{h,c} (not a good idea). | Kristaps Dzonsons | 2009-09-21 | 1 | -15/+121 | |
| | | | | | | 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 | 1 | -2/+2 | |
| | | ||||||
| * | Tentative addition of front-end utility functions (out.h) (not sure if it's ↵ | Kristaps Dzonsons | 2009-09-21 | 1 | -235/+397 | |
| | | | | | | | necessary). More -Thtml installments. | |||||
| * | Using inline-blocks for header and footer (works much better). | Kristaps Dzonsons | 2009-09-20 | 1 | -58/+42 | |
| | | ||||||
| * | Headers and footers in -Thtml. Various minor additions. | Kristaps Dzonsons | 2009-09-20 | 1 | -19/+251 | |
| | | ||||||
| * | Bl -column in place for -Thtml. | Kristaps Dzonsons | 2009-09-20 | 1 | -4/+26 | |
| | | ||||||
| * | Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵ | Kristaps Dzonsons | 2009-09-20 | 1 | -182/+202 | |
| | | | | | -hang, now) and -column is still pending. | |||||
| * | Fixed memory leak on close. | Kristaps Dzonsons | 2009-09-20 | 1 | -1/+4 | |
| | | ||||||
| * | Considerable, wide-ranging improvements to the -Thtml output mode (most ↵ | Kristaps Dzonsons | 2009-09-20 | 1 | -102/+166 | |
| | | | | | especially proper tagging and using `em' instead of `px'). | |||||
