]> git.cameronkatri.com Git - mandoc.git/history - term.c
.Bl -column phrases ignore spacing rules for trailing punctuation
[mandoc.git] / term.c
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-07-26 Kristaps DzonsonsMake `Sm' start no-spacing after the first output word...
2010-07-26 Kristaps DzonsonsClean up some tight spots in mandoc's default mode...
2010-07-25 Kristaps DzonsonsAvoid running the "width" termp callback for each white...
2010-07-21 Kristaps DzonsonsAccomodate for groff's crappy behaviour wherein an...
2010-07-17 Kristaps DzonsonsAvoid letter-by-letter encoding by using strcspn()...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-07-07 Kristaps DzonsonsRe-constitution of `ds' symbol processing. First,...
2010-07-04 Ingo SchwarzeAssert my copyright, making it explicit that i'm granti...
2010-07-03 Ingo SchwarzeRudimentary implementation of user-defined strings;
2010-07-02 Kristaps DzonsonsLint tweak.
2010-06-30 Kristaps DzonsonsPushed normalisation of scaling units into term_hspan().
2010-06-30 Kristaps DzonsonsMove term_hspan() calculation into the output devices...
2010-06-28 Kristaps DzonsonsClean-up of variable-width glyph support. Adds no...
2010-06-28 Kristaps DzonsonsThis enables variable glyph-width output. The checkin...
2010-06-28 Kristaps DzonsonsTiny commit clarifying flushln() documentation as to...
2010-06-27 Ingo SchwarzeBasic implementation of .Bk/.Ek; from OpenBSD.
2010-06-26 Kristaps DzonsonsChurn-ish check-in getting mdoc_parseln() and man_parse...
2010-06-25 Kristaps DzonsonsInitial chunks for variable-width fonts. Pushes all...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-11 Kristaps DzonsonsTeach -Tps to ignore backspace-encoding by using a...
2010-06-08 Kristaps DzonsonsBroke ascii_*() functions into term_ascii.c
2010-06-08 Kristaps DzonsonsNo functionality changes: just restructuring. Deprecated
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.
next