Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified version of Ingo Schwarze's patch for hyphen-breaking. | Kristaps Dzonsons | 2010-05-25 | 1 | -6/+17 |
| | | | | | | | Breakable hyphens are cued in the back-ends (with ASCII_HYPH) and acted upon in term.c or ignored in html.c. Also cleaned up XML decl printing (no need for extra vars). | ||||
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-24 | 1 | -3/+11 |
| | | | | | | | save the visual cursor position in term_flushln() and use that to avoid multiple blank lines in nested lists while still putting subsequent empty list tags each on their own line; "go ahead" kristaps@ | ||||
* | Handle literal tab characters both in literal context (.Bd -literal) | Ingo Schwarze | 2010-05-24 | 1 | -2/+22 |
| | | | | | | | | and outside. In literal context, tab stops are at each eigth column; outside, they are at each fifth column. from OpenBSD mdoc_term.c rev. 1.75; "commit" kristaps@ | ||||
* | Enable the unified error/warning enumeration in mandoc.h that's | Kristaps Dzonsons | 2010-05-17 | 1 | -0/+1 |
| | | | | | | | | | | | stringified in main.c. Allow `An' to handle an argument and child (with a warning). Allow `Rv' and `Ex' to work without a prior `Nm' as groff does (with a warning). Allow inconsistent column syntax to only raise a warning. | ||||
* | The function term_flushln() had effectively forked in OpenBSD. | Ingo Schwarze | 2010-05-17 | 1 | -44/+41 |
| | | | | | | | | | | | | | | | | This is the bsd.lv part of the main step to bring it back in sync. At the same time, this prevents trailing whitespace in the output: We delay writing blanks until we are sure printable characters follow. This is achieved by * remembering the end of the word instead of its length * and not using vbl any longer for the control of line breaking * such that vbl can sum up all kinds of white space * before writing a word, printing all the blanks collected in vbl * within the word, adding NBSP chars to vbl, then continuing with the word * after the word, adding blanks to vbl, then starting the next word "looks good" kristaps@ | ||||
* | sync to OpenBSD: | Ingo Schwarze | 2010-05-16 | 1 | -1/+1 |
| | | | | | | introduce a #define to get rid of the magic number describing the ASCII character used to represent non-breaking space; ok kristaps | ||||
* | Make the output width an option for ascii_alloc and use that to compute | Joerg Sonnenberger | 2010-05-15 | 1 | -4/+8 |
| | | | | the default margin. Hard-code 80 chars/line for now. | ||||
* | Tiny EOS patch. Back-end cues front-end through flag. Front-end cues ↵ | Kristaps Dzonsons | 2010-05-12 | 1 | -1/+6 |
| | | | | output engine with flag. | ||||
* | Backed out break-at-hyphen changes. | Kristaps Dzonsons | 2010-05-07 | 1 | -38/+3 |
| | |||||
* | Removed pipe from front-end ("typographic") recognition as punctuation ↵ | Kristaps Dzonsons | 2010-04-08 | 1 | -2/+4 |
| | | | | (noted by Ingo Schwarze). | ||||
* | Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General ↵ | Kristaps Dzonsons | 2010-04-03 | 1 | -21/+52 |
| | | | | | | Syntax" for why this mistake was made). Noted by Ingo Schwarze. Lines of text now break at a hyphen, unless the hyphen is the first or second subsequent in a word. Inspired by a Ingo Schwarze's patch. | ||||
* | Fixed two very subtle bugs in retaining overstep and maxrmargin widths ↵ | Kristaps Dzonsons | 2010-03-23 | 1 | -15/+13 |
| | | | | between parse sequences. | ||||
* | Big check-in of compatibility layer. This should work on most major ↵ | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
| | | | | architectures. Thanks to Joerg Sonnenberger. | ||||
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+3 |
| | |||||
* | FreeBSD sys/types inclusion fixed. | Kristaps Dzonsons | 2009-11-12 | 1 | -2/+4 |
| | |||||
* | Basically re-wrote -Tascii font handling: instead of incrementers for | Kristaps Dzonsons | 2009-11-12 | 1 | -87/+147 |
| | | | | | | | | | 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. | ||||
* | Hooked up -Tascii to a2roffdeco backend. | Kristaps Dzonsons | 2009-11-07 | 1 | -201/+49 |
| | |||||
* | -Tascii now correctly ignores \s clauses. | Kristaps Dzonsons | 2009-11-06 | 1 | -11/+89 |
| | |||||
* | Correct support for `\fX' font modes in -Tascii. | Kristaps Dzonsons | 2009-11-05 | 1 | -7/+21 |
| | |||||
* | Added functionality of -Tascii non-breaking `\~' space. | Kristaps Dzonsons | 2009-11-05 | 1 | -1/+6 |
| | |||||
* | Using perror() instead of fprintf for failure from library functions. | Kristaps Dzonsons | 2009-10-31 | 1 | -2/+2 |
| | |||||
* | More lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -3/+4 |
| | | | | Removed err.h from inclusions (less main.c--still in progress). | ||||
* | Lint fixes. | Kristaps Dzonsons | 2009-10-30 | 1 | -2/+4 |
| | | | | Made realloc puke with fprintf. | ||||
* | Continued safe handling of allocations. | Kristaps Dzonsons | 2009-10-30 | 1 | -2/+5 |
| | |||||
* | Removed superfluous memset (thanks Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-28 | 1 | -2/+1 |
| | |||||
* | bzero() -> memset() (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-27 | 1 | -2/+8 |
| | |||||
* | Merged Ingo's comments on term_flushln() variable names. | Kristaps Dzonsons | 2009-10-27 | 1 | -13/+13 |
| | | | | Fixed assertion (this needs more consideration) when an overstep line is exactly as long as the rmargin. | ||||
* | Added time.h to various files for FreeBSD compilation (thanks Ulrich Sporlein). | Kristaps Dzonsons | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | Lint fix.VERSION.1.9.10 | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | Fixed overstep patch. | Kristaps Dzonsons | 2009-10-26 | 1 | -1/+2 |
| | |||||
* | Removed need for superfluous `os' value in overstep calculation (thanks Ingo ↵ | Kristaps Dzonsons | 2009-10-24 | 1 | -7/+4 |
| | | | | Schwarze). | ||||
* | Fixed order of printing backspace-encoding for terms that are both bold and ↵ | Kristaps Dzonsons | 2009-10-22 | 1 | -4/+4 |
| | | | | underlined (noted by Joerg Sonnenberger). | ||||
* | More fixes to scaling-width multipliers (which, just to make my life ↵ | Kristaps Dzonsons | 2009-10-19 | 1 | -4/+7 |
| | | | | difficult, differ not only between -mdoc and -man, but between various invocation, e.g., -offset and -width). | ||||
* | Made sure devices and formats recognise that -man and -mdoc have different ↵ | Kristaps Dzonsons | 2009-10-18 | 1 | -31/+23 |
| | | | | syntax for scaling widths: -mdoc assumes no unit means that the value is a string literal while -man instead uses the default vertical/horizontal scale. | ||||
* | Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii. | Kristaps Dzonsons | 2009-10-18 | 1 | -0/+83 |
| | | | | Terminal scaling backend pushed into term.c. | ||||
* | Moved output definitions into main.h. | Kristaps Dzonsons | 2009-10-13 | 1 | -31/+1 |
| | | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c. | ||||
* | Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x. | Kristaps Dzonsons | 2009-10-10 | 1 | -1/+7 |
| | | | | Noted similarity of HP/TP and -hang/-tag in mandoc.1. | ||||
* | All special characters sync'd with groff, both -Thtml and -Tascii. | Kristaps Dzonsons | 2009-09-23 | 1 | -0/+3 |
| | | | | Re-added text links to index.sgml (just for show). | ||||
* | Fixed memory leak on close. | Kristaps Dzonsons | 2009-09-20 | 1 | -1/+1 |
| | |||||
* | ascii_xxx -> chars_xxx (intended to hold more than just ascii encoding). | Kristaps Dzonsons | 2009-09-17 | 1 | -5/+6 |
| | | | | More html work. | ||||
* | Put closedelim and opendelim right in term_word() (unnecessary extra function). | Kristaps Dzonsons | 2009-09-16 | 1 | -64/+40 |
| | |||||
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -6/+6 |
| | | | | 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 | 1 | -8/+8 |
| | | | | | | increments. Cleaned up confusing behaviour of p->flags. | ||||
* | Fix in newline. | Kristaps Dzonsons | 2009-07-28 | 1 | -3/+8 |
| | | | | Correct printing of N-char predefined/special strings. | ||||
* | Re-ordered ascii.in looking for dupes. | Kristaps Dzonsons | 2009-07-27 | 1 | -2/+16 |
| | | | | | Added `vim -q' tip to manuals.7 (thanks uqs@sporlein.net). ifdef'd production of missing specials/predefines. | ||||
* | Clarified special chars/predefined chars in mandoc_char.7. | Kristaps Dzonsons | 2009-07-27 | 1 | -47/+32 |
| | | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c. | ||||
* | Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵ | Kristaps Dzonsons | 2009-07-27 | 1 | -5/+24 |
| | | | | strings and escape characters, respectively. | ||||
* | Text tokens with leading whitespace (like indented blocks in `Bd -literal') ↵ | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+1 |
| | | | | are printed correctly. | ||||
* | Lintified term_flushln() (type mismatches). | Kristaps Dzonsons | 2009-07-23 | 1 | -12/+23 |
| | |||||
* | Bringing spacing more in line with groff, patches from schwarze@openbsd.org. ↵ | Kristaps Dzonsons | 2009-07-21 | 1 | -34/+37 |
| | | | | Pre-testing. |