]> git.cameronkatri.com Git - mandoc.git/history - term.c
Follow-up: forgot to remove useless regset structs.
[mandoc.git] / term.c
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-20 Kristaps DzonsonsAllow non-ASCII terminal encodings to accept unicode...
2011-05-18 Kristaps DzonsonsMake any un-recognised font be considered a call for...
2011-05-17 Kristaps DzonsonsLocale support. I'm checking this in to clean up fall...
2011-05-17 Kristaps DzonsonsAdd mode for -Tlocale. This mode, with this commit...
2011-05-17 Kristaps DzonsonsFlip on printing `?' at Unicode codepoints in -Tascii...
2011-05-15 Kristaps DzonsonsRemove function calls to res() and so forth in term_wor...
2011-05-15 Kristaps DzonsonsFix missing support for \N'n' when calculating string...
2011-05-15 Kristaps DzonsonsUse strcspn() in term_strlen(). Clarifies the code.
2011-05-14 Kristaps DzonsonsMake some values "int" that were "size_t". These are...
2011-05-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-09 Kristaps DzonsonsRemove a2roffdeco() and mandoc_special() functions...
2011-04-04 Kristaps DzonsonsRemove an unused variable (caught in lint-check)
2011-03-22 Kristaps DzonsonsMove mandoc_isdelim() back into libmdoc.h. This fixes...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-17 Kristaps DzonsonsMove mdoc_isdelim() into mandoc.h as mandoc_isdelim...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-03-15 Kristaps DzonsonsMake lint shut up a little bit.
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-04 Kristaps DzonsonsFix spacing for tables to use term_len(). Also make...
2010-12-06 Kristaps DzonsonsTrack down a bug of empty `de XX' macros causing uncert...
2010-10-02 Ingo Schwarzestyle cleanup, no functional change:
2010-10-01 Ingo Schwarze* need a space before .No even if it starts with a...
2010-09-23 Ingo SchwarzeCount trailing escaped blanks correctly;
2010-09-15 Kristaps DzonsonsAllow string lengths to account for escapes. Now all...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-20 Ingo SchwarzeCentralize handling of literal tabs in term_flushln...
2010-08-20 Ingo SchwarzeWhen a column contains trailing spaces, calculate the...
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...
next