]> git.cameronkatri.com Git - mandoc.git/history - term.c
Portability: replaced queue macros in html.c (Joerg Sonnenberger).
[mandoc.git] / term.c
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.
2009-03-08 Kristaps Dzonsonsmdocterm now using new API.
2009-03-06 Kristaps DzonsonsStrings abstracted into dynamically-created C files.
2009-03-05 Kristaps DzonsonsCleaned up ctype functions (netbsd).
2009-03-04 Kristaps Dzonsons-tag, if followed by empty body, doesn't newline.
2009-03-04 Kristaps DzonsonsFixed some character-escapes.
2009-03-04 Kristaps DzonsonsConsiderably cleaned up list handling.
2009-03-03 Kristaps Dzonsons-diag fixed (allows quoted parameters)
2009-03-03 Kristaps Dzonsons-inset and -diag lists now supported.
2009-03-02 Kristaps DzonsonsNoted lacking areas in mdocterm.1.
2009-03-02 Kristaps DzonsonsAdded new old escape sequence \*[nn].
2009-03-02 Kristaps DzonsonsSupport for maxrmargin-breaking with TERMP_NOBREAK.
2009-03-01 Kristaps DzonsonsCd breaks line properly. VERSION_1_3_15
2009-03-01 Kristaps DzonsonsBacked-out warning about Ds.
2009-03-01 Kristaps DzonsonsFixed TERMP_NOBREAK and line overruns.
2009-02-28 Kristaps DzonsonsMany more changes and fixes (`In', `Fd', etc.).
2009-02-28 Kristaps DzonsonsMore fixes (hard-escapes, etc.).
2009-02-28 Kristaps DzonsonsInitial Rs/Re support.
2009-02-27 Kristaps DzonsonsLintified sources.
2009-02-27 Kristaps DzonsonsMore character-encoding.
2009-02-26 Kristaps DzonsonsSupport for macro widths (/usr/share/tmac/mdoc/doc...
2009-02-26 Kristaps DzonsonsLists (scoped elements) now put delims in-scope.
2009-02-25 Kristaps DzonsonsMore list work.
2009-02-25 Kristaps Dzonsons*** empty log message ***
2009-02-25 Kristaps DzonsonsAdded [almost] all list types.
2009-02-25 Kristaps DzonsonsSupport for nested lists added.
2009-02-25 Kristaps DzonsonsSome offsets built into termpair.
2009-02-25 Kristaps DzonsonsAdded "termpair" for symmetric flag-setting.
2009-02-25 Kristaps DzonsonsAll "low-hanging" macros implemented in term.c.
2009-02-24 Kristaps DzonsonsRaft of mdocterm callbacks in place.
2009-02-24 Kristaps DzonsonsMore macros filled in.
2009-02-24 Kristaps DzonsonsAdded several more mdocterm outputs.
2009-02-24 Kristaps DzonsonsCharacter-encoding checked for all text (arguments...
2009-02-23 Kristaps DzonsonsAdding revamped webpage.
next