summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Version: 1.9.14.VERSION_1_9_14Kristaps Dzonsons2009-11-161-2/+2
|
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-165-82/+133
|
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-165-17/+32
|
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-163-37/+61
|
* Fixed -Thtml -man PP left- and top-margin.Kristaps Dzonsons2009-11-151-7/+7
|
* \f escapes appear to work properly for -Thtml -man. Needs more testing.Kristaps Dzonsons2009-11-154-18/+29
|
* Initial check-in of -man -Thtml \f support (needs testing).Kristaps Dzonsons2009-11-142-9/+53
|
* Removed superfluous HTML_NEWLINE.Kristaps Dzonsons2009-11-143-20/+9
|
* Fix of fix of -Thtml nospace.Kristaps Dzonsons2009-11-141-4/+4
|
* Fixed \c handling in -Thtml.Kristaps Dzonsons2009-11-143-16/+14
|
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-127-27/+23
|
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but ↵Kristaps Dzonsons2009-11-122-19/+14
| | | | adds a bit of complexity that I'd rather avoid).
* FreeBSD sys/types inclusion fixed.Kristaps Dzonsons2009-11-121-3/+5
|
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-126-251/+311
| | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7.
* Removed superfluous monospace note in example.style.css (they're all monospace).Kristaps Dzonsons2009-11-121-2/+2
|
* Protected example.style.css from cascading styles.Kristaps Dzonsons2009-11-111-26/+26
|
* Lint fixes in function call.Kristaps Dzonsons2009-11-101-7/+7
|
* (Forgot to update html.h with metafonts. Build will puke on check-out.)Kristaps Dzonsons2009-11-101-1/+5
|
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-103-5/+19
|
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-102-2/+7
|
* Documented \s and cleaned up \f documentation in mdoc.7, man.7.Kristaps Dzonsons2009-11-093-117/+96
| | | | -Thtml now using a2roffdeco().
* a2roffdeco() now supports \s escapes.Kristaps Dzonsons2009-11-082-79/+77
|
* Hooked up -Tascii to a2roffdeco backend.Kristaps Dzonsons2009-11-072-205/+52
|
* Initial abstraction of front-end decoration events (special characters, text ↵Kristaps Dzonsons2009-11-072-2/+206
| | | | decorations, etc.).
* -Tascii now correctly ignores \s clauses.Kristaps Dzonsons2009-11-062-16/+95
|
* Documented that `\s' and `\f' don't work in HTML mode (and why).Kristaps Dzonsons2009-11-053-21/+107
| | | | Added support for recognising the many forms of `\s' (doesn't yet render).
* Correct support for `\fX' font modes in -Tascii.Kristaps Dzonsons2009-11-054-18/+39
|
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-25/+10
|
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-3/+3
|
* Added functionality of -Tascii non-breaking `\~' space.Kristaps Dzonsons2009-11-053-7/+20
|
* (Fix again for default `Bf Li' font.)Kristaps Dzonsons2009-11-041-1/+1
|
* Fixed `Bf Li' default style (monospace).Kristaps Dzonsons2009-11-041-1/+1
|
* Version: 1.9.13.VERSION_1_9_13Kristaps Dzonsons2009-11-021-2/+2
|
* Examples not being link-referenced (consistency).Kristaps Dzonsons2009-11-021-8/+5
|
* Copied over and modified manual structure from man.7.Kristaps Dzonsons2009-11-021-32/+179
|
* Fixed `Sx' links in man.7 (todo: add a check for these).Kristaps Dzonsons2009-11-021-31/+31
|
* Significant improvements to man(7). More or less finished.Kristaps Dzonsons2009-11-021-65/+314
|
* Fix in junking dot lines in -man (from PR by Alex Kozlov).Kristaps Dzonsons2009-11-021-4/+4
|
* Added forgotten newline terminators in main.c.Kristaps Dzonsons2009-11-021-5/+5
|
* Added lint to __attribute__ defines.Kristaps Dzonsons2009-11-021-2/+4
|
* Using straight-up __attribute__ (inspired by portable openssh).Kristaps Dzonsons2009-11-021-13/+10
|
* Added mandoc_a2time() for proper date conversion.Kristaps Dzonsons2009-11-0210-114/+147
| | | | | Fitted TH and Dd handlers to use mandoc_a2time(). Documented date syntax for -man, fixed documentation for -mdoc.
* Lint fix.Kristaps Dzonsons2009-11-011-2/+2
|
* Using putchar for single-character prints (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-6/+6
|
* print_encode() using strcspn instead of looping/putchar() (noted by Joerg ↵Kristaps Dzonsons2009-11-011-13/+13
| | | | Sonnenberger).
* Replaced putchar() loop with fwrite() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-11-012-10/+6
|
* More libraries entered into lib.in (thanks Joerg Sonnenberger).Kristaps Dzonsons2009-11-011-1/+10
|
* Finished section-by-section definitions in man.7 (will be used as baseline ↵Kristaps Dzonsons2009-10-313-38/+105
| | | | for mdoc.7).
* Fixed -Thtml printing of -ohang lists (-mdoc).Kristaps Dzonsons2009-10-312-4/+9
| | | | Fixed validation of -ohang lists as having no widths.
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-314-8/+15
| | | | Noted inclusion into DragonFly BSD (thanks Sascha Wildner).