]> git.cameronkatri.com Git - mandoc.git/history - term.c
Cope with another one of the many kinds of DocBook stupidity:
[mandoc.git] / term.c
2010-06-08 Kristaps DzonsonsMissing prototype for getsubopt() on NetBSD fixed. VERSION_1_10_1
2010-06-07 Kristaps DzonsonsLint fix.
2010-06-07 Kristaps DzonsonsFirst check-in of PostScript output. This does not...
2010-06-07 Kristaps DzonsonsAdd -Owidth=width option to mandoc -Tascii. Asked...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-05-24 Ingo Schwarzesync to OpenBSD:
2010-05-24 Ingo SchwarzeHandle literal tab characters both in literal context...
2010-05-17 Kristaps DzonsonsEnable the unified error/warning enumeration in mandoc...
2010-05-17 Ingo SchwarzeThe function term_flushln() had effectively forked...
2010-05-16 Ingo Schwarzesync to OpenBSD:
2010-05-15 Joerg SonnenbergerMake the output width an option for ascii_alloc and...
2010-05-12 Kristaps DzonsonsTiny EOS patch. Back-end cues front-end through flag...
2010-05-07 Kristaps DzonsonsBacked out break-at-hyphen changes.
2010-04-08 Kristaps DzonsonsRemoved pipe from front-end ("typographic") recognition...
2010-04-03 Kristaps DzonsonsRemoved erroneous `{' and `}' as punctuation (see mdoc...
2010-03-23 Kristaps DzonsonsFixed two very subtle bugs in retaining overstep and...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-12 Kristaps DzonsonsFixed \c support for all input and output modes (docume...
2009-11-12 Kristaps DzonsonsFreeBSD sys/types inclusion fixed.
2009-11-12 Kristaps DzonsonsBasically re-wrote -Tascii font handling: instead of...
2009-11-07 Kristaps DzonsonsHooked up -Tascii to a2roffdeco backend.
2009-11-06 Kristaps Dzonsons-Tascii now correctly ignores \s clauses.
2009-11-05 Kristaps DzonsonsCorrect support for `\fX' font modes in -Tascii.
2009-11-05 Kristaps DzonsonsAdded functionality of -Tascii non-breaking `\~' space.
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsMore lint fixes.
2009-10-30 Kristaps DzonsonsLint fixes.
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-10-28 Kristaps DzonsonsRemoved superfluous memset (thanks Joerg Sonnenberger).
2009-10-27 Kristaps Dzonsonsbzero() -> memset() (noted by Joerg Sonnenberger).
2009-10-27 Kristaps DzonsonsMerged Ingo's comments on term_flushln() variable names.
2009-10-26 Kristaps DzonsonsAdded time.h to various files for FreeBSD compilation...
2009-10-26 Kristaps DzonsonsLint fix. VERSION_1_9_10
2009-10-26 Kristaps DzonsonsFixed overstep patch.
2009-10-24 Kristaps DzonsonsRemoved need for superfluous `os' value in overstep...
2009-10-22 Kristaps DzonsonsFixed order of printing backspace-encoding for terms...
2009-10-19 Kristaps DzonsonsMore fixes to scaling-width multipliers (which, just...
2009-10-18 Kristaps DzonsonsMade sure devices and formats recognise that -man and...
2009-10-18 Kristaps DzonsonsArbitrary horizontal and vertical scaling widths now...
2009-10-13 Kristaps DzonsonsMoved output definitions into main.h.
2009-10-10 Kristaps DzonsonsFix hang lists in -Tascii -Tmdoc, which seem to have...
2009-09-23 Kristaps DzonsonsAll special characters sync'd with groff, both -Thtml...
2009-09-20 Kristaps DzonsonsFixed memory leak on close.
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...
2009-09-16 Kristaps DzonsonsPut closedelim and opendelim right in term_word() ...
2009-09-16 Kristaps DzonsonsMade tree/term/out() functions return void.
2009-09-15 Kristaps DzonsonsRemoved TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour...
2009-07-28 Kristaps DzonsonsFix in newline.
2009-07-27 Kristaps DzonsonsRe-ordered ascii.in looking for dupes.
2009-07-27 Kristaps DzonsonsClarified special chars/predefined chars in mandoc_char.7.
2009-07-27 Kristaps DzonsonsCorrect handling of \*(xx, \*[xxx], \*x versus \x,...
2009-07-24 Kristaps DzonsonsText tokens with leading whitespace (like indented...
2009-07-23 Kristaps DzonsonsLintified term_flushln() (type mismatches).
2009-07-21 Kristaps DzonsonsBringing spacing more in line with groff, patches from...
2009-07-19 Kristaps DzonsonsFixed and cleaned up "phrase" handling (`Bl -column...
2009-07-16 Kristaps DzonsonsSubtle fixes correcting vis count with erroneously...
2009-07-16 Kristaps DzonsonsFix in nospace following close-delimiter.
2009-07-15 Kristaps DzonsonsRemoved assertion (disregarded blank literal lines).
2009-07-15 Kristaps DzonsonsRemoved term.c break-up of tokens (happens in libmdoc).
2009-07-14 Kristaps DzonsonsCleaned up arg_width and arg_column functions.
2009-07-14 Kristaps DzonsonsSupport for TERMP_HANG in flushln(): -hang lists.
2009-06-22 Kristaps DzonsonsLint fixes. VERSION_1_7_20
2009-06-22 Kristaps DzonsonsNoted .Cd tabs-ok issue (will fix later).
2009-06-22 Kristaps DzonsonsAdded "Spacing" part of "Punctuation and Spacing" in...
2009-06-22 Kristaps DzonsonsReverted max column width 80 -> 78 (schwarze@openbsd...
2009-06-17 Kristaps DzonsonsSpecial characters, e.g. \(ae, are now correctly render...
2009-06-11 Kristaps DzonsonsClean up validation of field widths.
2009-06-11 Kristaps DzonsonsFix space-before-newline (inspired by schwarze@openbsd...
2009-06-11 Kristaps DzonsonsFixed email address in manual AUTHOR reference.
2009-06-10 Kristaps DzonsonsFixed license email address.
2009-04-12 Kristaps DzonsonsUsing proper license template (const).
2009-04-03 Kristaps Dzonsons*** empty log message ***
2009-04-03 Kristaps DzonsonsProper resetting of memory.
2009-03-31 Kristaps DzonsonsGeneral clean-ups.
2009-03-26 Kristaps DzonsonsInitial front-end formatting for -man pages.
2009-03-23 Kristaps DzonsonsMore manual documentation fixed/improved.
2009-03-22 Kristaps DzonsonsFixed Bd -compact.
2009-03-21 Kristaps DzonsonsFreed more macros from zero-length restrictions.
2009-03-21 Kristaps DzonsonsHandling -width="" in lists.
2009-03-21 Kristaps Dzonsons`Em' accepts empty tokens.
2009-03-21 Kristaps DzonsonsAdded %Q macro.
2009-03-20 Kristaps DzonsonsFixed literal-formatting error with `Dl'.
2009-03-20 Kristaps DzonsonsSupport for `Bd' of all types (see mdoc.7 for newline... VERSION_1_6_2
2009-03-16 Kristaps DzonsonsChanged e-mail address to @openbsd.
2009-03-16 Kristaps DzonsonsFixed mdoc_phrase escape handling.
2009-03-14 Kristaps DzonsonsAdded colour styles (not being used) to struct termp.
2009-03-13 Kristaps DzonsonsAdded canonical mdoc.7.
2009-03-12 Kristaps DzonsonsAdded -nested (doesn't do anything).
2009-03-12 Kristaps DzonsonsNetBSD '.[[:whitespace:]]*' properly handled.
2009-03-12 Kristaps DzonsonsRemoved segfault with empty word.
2009-03-12 Kristaps DzonsonsBrq/Bro/Brc fixed up and pretty.
2009-03-11 Kristaps DzonsonsExpanded perfect htab to use 27 * 26 * 3 space.
2009-03-10 Kristaps DzonsonsAdded regular-form sanity check in mdocterm.
2009-03-09 Kristaps DzonsonsAdded `Mt' and `Lk' macros (NetBSD).
2009-03-09 Kristaps DzonsonsEasier integration into FreeBSD (sys/types.h, time... VERSION_1_4_5
2009-03-08 Kristaps DzonsonsAdded `Lp' macro.
2009-03-08 Kristaps DzonsonsAdded .Ap.
2009-03-08 Kristaps DzonsonsFront-end handling of `Lb'.
2009-03-08 Kristaps DzonsonsBumped minor-number.
2009-03-08 Kristaps DzonsonsSegmentation-fault fix in mdocterm.
next