Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Fixed and cleaned up "phrase" handling (`Bl -column' columns). | Kristaps Dzonsons | 2009-07-19 | 1 | -1/+4 |
| | | | | Found strange newline bug in -diag handling (and others?). | ||||
* | Subtle fixes correcting vis count with erroneously-decorated whitespace. | Kristaps Dzonsons | 2009-07-16 | 1 | -4/+4 |
| | |||||
* | Fix in nospace following close-delimiter. | Kristaps Dzonsons | 2009-07-16 | 1 | -2/+3 |
| | |||||
* | Removed assertion (disregarded blank literal lines). | Kristaps Dzonsons | 2009-07-15 | 1 | -1/+0 |
| | |||||
* | Removed term.c break-up of tokens (happens in libmdoc). | Kristaps Dzonsons | 2009-07-15 | 1 | -88/+62 |
| | | | | Removed costly, redundant calculations of string length (in-line printing). | ||||
* | Cleaned up arg_width and arg_column functions. | Kristaps Dzonsons | 2009-07-14 | 1 | -1/+1 |
| | | | | | Added XXn and XXm support to -offset (not documented in mdoc.samples, but used in mdoc.samples!). Lint warnings fixed. | ||||
* | Support for TERMP_HANG in flushln(): -hang lists. | Kristaps Dzonsons | 2009-07-14 | 1 | -5/+18 |
| | |||||
* | Lint fixes.VERSION.1.7.20 | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+2 |
| | | | | Version up. | ||||
* | Noted .Cd tabs-ok issue (will fix later). | Kristaps Dzonsons | 2009-06-22 | 1 | -0/+3 |
| | | | | Added single space to -diag lists. | ||||
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 1 | -22/+24 |
| | | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org). | ||||
* | Reverted max column width 80 -> 78 (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+1 |
| | |||||
* | Special characters, e.g. \(ae, are now correctly rendered in the current ↵ | Kristaps Dzonsons | 2009-06-17 | 1 | -52/+26 |
| | | | | font decoration. | ||||
* | Clean up validation of field widths. | Kristaps Dzonsons | 2009-06-11 | 1 | -5/+4 |
| | | | | | | Pushed field-width warn/error into warn/error routine. Removed superfluous space at output eoln. Fixed overzealous line break in lists. | ||||
* | Fix space-before-newline (inspired by schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-11 | 1 | -5/+4 |
| | |||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | *** empty log message *** | Kristaps Dzonsons | 2009-04-03 | 1 | -2/+0 |
| | |||||
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -7/+15 |
| | | | | Array boundary fixed (-W). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -0/+595 |
| | |||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -1926/+0 |
| | |||||
* | More manual documentation fixed/improved. | Kristaps Dzonsons | 2009-03-23 | 1 | -2/+4 |
| | |||||
* | Fixed Bd -compact. | Kristaps Dzonsons | 2009-03-22 | 1 | -20/+37 |
| | | | | Fixed vspace before Bd and Bl. | ||||
* | Freed more macros from zero-length restrictions. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+2 |
| | | | | Fixed `Fn' spacing. | ||||
* | Handling -width="" in lists. | Kristaps Dzonsons | 2009-03-21 | 1 | -2/+2 |
| | |||||
* | `Em' accepts empty tokens. | Kristaps Dzonsons | 2009-03-21 | 1 | -13/+34 |
| | | | | | Punctuation fully fixed (per-reserved-word). Sm enabled. | ||||
* | Added %Q macro. | Kristaps Dzonsons | 2009-03-21 | 1 | -0/+1 |
| | |||||
* | Fixed literal-formatting error with `Dl'. | Kristaps Dzonsons | 2009-03-20 | 1 | -0/+1 |
| | |||||
* | Support for `Bd' of all types (see mdoc.7 for newline/tab rules).VERSION.1.6.2 | Kristaps Dzonsons | 2009-03-20 | 1 | -113/+126 |
| | | | | | Renamed term.c and terminal.c functions to be term_. Some bugfixes to lists. | ||||
* | Changed e-mail address to @openbsd. | Kristaps Dzonsons | 2009-03-16 | 1 | -1/+13 |
| | | | | Cleaned up manual-page documentation. | ||||
* | Fixed mdoc_phrase escape handling. | Kristaps Dzonsons | 2009-03-16 | 1 | -0/+2 |
| | | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions. | ||||
* | Added colour styles (not being used) to struct termp. | Kristaps Dzonsons | 2009-03-14 | 1 | -10/+10 |
| | | | | | | Added nroff style-escape encoding. Removed ANSI schema string tables (there's only ANSI and nroff/backspace). Pushed styling directly into pword (simpler). | ||||
* | Added canonical mdoc.7. | Kristaps Dzonsons | 2009-03-13 | 1 | -1/+5 |
| | | | | Added \q macro. | ||||
* | Added -nested (doesn't do anything). | Kristaps Dzonsons | 2009-03-12 | 1 | -0/+2 |
| | | | | | | Added .%C. .Cd is now callable. Added .Rv -std. | ||||
* | NetBSD '.[[:whitespace:]]*' properly handled. | Kristaps Dzonsons | 2009-03-12 | 1 | -0/+2 |
| | | | | mdoc.3 indicates compatibilities and bugs. | ||||
* | Removed segfault with empty word. | Kristaps Dzonsons | 2009-03-12 | 1 | -1/+1 |
| | | | | Initial "full" -column support. | ||||
* | Brq/Bro/Brc fixed up and pretty. | Kristaps Dzonsons | 2009-03-12 | 1 | -76/+128 |
| | | | | | | Cleaned up Aq/Sq use of escapes in term.c. Added initial -column support. Fixed argv returning ARGV_WORD and tokenising anyway. | ||||
* | Expanded perfect htab to use 27 * 26 * 3 space. | Kristaps Dzonsons | 2009-03-11 | 1 | -2/+34 |
| | | | | | | Added Brq, Bro and Brc macros. Added lbrace and rbrace to special characters. Fixed spacing in braces. |