]> git.cameronkatri.com Git - mandoc.git/history - chars.c
first steps toward the 1.14.4 release
[mandoc.git] / chars.c
2017-08-23 Ingo SchwarzeImprove ASCII rendering of a few rare character escape...
2017-08-23 Ingo SchwarzeSwitch ASCII rendering of the same mathematical symbols...
2017-06-14 Ingo Schwarzeadd the \(ru (0.5m baseline ruler) character escape...
2017-06-02 Ingo Schwarzeadd about 15 missing character escape sequences found...
2017-02-17 Ingo SchwarzeMany people have been complaining for a long time that...
2015-10-13 Ingo SchwarzeMajor character table cleanup:
2015-10-06 Ingo Schwarzemodernize style: "return" is not a function
2015-02-17 Ingo SchwarzeRender \(lq and \(rq as '"' in -Tascii mode but leave...
2014-10-29 Ingo SchwarzeIn terminal output, unify handling of Unicode and numbe...
2014-10-28 Ingo SchwarzeMake the character table available to libroff so it...
2014-10-28 Ingo SchwarzeTighten Unicode escape name parsing.
2014-10-27 Ingo SchwarzeFix a regression in term.c rev. 1.229 reported by bentley@:
2014-10-26 Ingo SchwarzeIn -Tascii mode, provide approximations even for some...
2014-10-26 Ingo SchwarzeImprove -Tascii output for Unicode escape sequences...
2014-08-10 Ingo SchwarzeGet rid of HAVE_CONFIG_H, it is always defined; idea...
2014-07-23 Ingo SchwarzeSecurity fix:
2014-04-20 Ingo SchwarzeKNF: case (FOO): -> case FOO:, remove /* LINTED ...
2014-03-23 Ingo SchwarzeThe files mandoc.c and mandoc.h contained both speciali...
2014-01-22 Ingo SchwarzeImplement the \: (optional line break) escape sequence,
2013-06-20 Ingo SchwarzeImprove handling of the roff(7) "\t" escape sequence:
2013-05-18 Ingo SchwarzeEven though the size of a pointer should not depend...
2011-11-08 Kristaps DzonsonsConst-ify some mchars arguments. I think these are...
2011-09-18 Ingo Schwarzeforgotten Copyright bumps; no code change
2011-07-31 Ingo SchwarzeRegression fixes after merging 1.11.3 to OpenBSD (rev...
2011-07-22 Kristaps DzonsonsAdd support for 1/2, 1/4, and 3/4 (needed by eqn).
2011-07-21 Kristaps DzonsonsSupport `size' constructs in eqn.7. Generalise mandoc_...
2011-07-07 Kristaps DzonsonsSimplify chars.c---there's really no need for extra...
2011-05-24 Kristaps DzonsonsRemove all references to ESCAPE_PREDEF, which is now...
2011-05-24 Kristaps DzonsonsRemove predefined strings from the chars.in file, as...
2011-05-17 Kristaps DzonsonsFlip on unicode output (via \[uNNNN]) in -T[x]html...
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-14 Kristaps DzonsonsMake character engine (-Tascii, -Tpdf, -Tps) ready...
2011-05-01 Kristaps DzonsonsFilter all \N'' values with isprint(). Ok schwarze@.
2011-04-30 Kristaps DzonsonsMake mchars_num2char() return a char like it says.
2011-04-30 Kristaps DzonsonsRename mchars_init() -> mchars_alloc() for consistency.
2011-04-30 Kristaps DzonsonsRemove enum mcharst, which hasn't been used in quite...
2011-04-29 Kristaps DzonsonsMove "chars" interface out of out.h and into mandoc...
2011-04-20 Kristaps DzonsonsAdd \*(Ai (ANSI) and \*(Px (POSIX) predefined strings...
2011-03-22 Kristaps DzonsonsStep 4: merge chars.h into out.h. The functions in...
2011-03-17 Kristaps DzonsonsMove mandoc_{realloc,malloc,calloc} out of libmandoc...
2011-01-30 Ingo SchwarzeImplement the \N'number' (numbered character) roff...
2011-01-02 Kristaps DzonsonsChurn to get parts of 'struct tbl' visible from mandoc...
2010-09-15 Kristaps DzonsonsRemove last pod2man escapes. These render ok, although...
2010-09-04 Kristaps DzonsonsChurny commit to quiet lint. No functional changes.
2010-08-29 Kristaps DzonsonsRemove the pod2man table entries. They can now be...
2010-08-20 Ingo SchwarzeImplement a simple, consistent user interface for error...
2010-08-16 Kristaps DzonsonsRemove \*(C+ from the pre-predefined strings. It is...
2010-07-31 Ingo SchwarzeSync to OpenBSD: add missing Copyright years.
2010-07-26 Kristaps DzonsonsRemove asciisz from chars.in. It frees up a nice chunk...
2010-07-18 Kristaps DzonsonsClean up mandoc_special() (in order later to catch...
2010-07-17 Kristaps DzonsonsBy letting strncmp() do its job and not helping it...
2010-07-16 Kristaps DzonsonsChange chars.in HTML encoding to be a Unicode codepoint...
2010-06-19 Kristaps DzonsonsChurn as I finish email address migration kth.se -...
2010-06-01 Kristaps DzonsonsFixed condition of `\}' closing a conditional at the...
2010-05-25 Kristaps DzonsonsModified version of Ingo Schwarze's patch for hyphen...
2010-03-23 Kristaps DzonsonsAdded stupid pod2man reserved strings.
2010-01-28 Kristaps DzonsonsRemoved superfluous lookahead block in chars.c.
2010-01-05 Kristaps DzonsonsRemoved references to `\\' escape (noted by Jason McInt...
2010-01-01 Kristaps DzonsonsBig check-in of compatibility layer. This should work...
2009-11-05 Kristaps DzonsonsAdded functionality of -Tascii non-breaking `\~' space.
2009-11-01 Kristaps DzonsonsReplaced putchar() loop with fwrite() (noted by Joerg...
2009-10-31 Kristaps DzonsonsUsing perror() instead of fprintf for failure from...
2009-10-30 Kristaps DzonsonsContinued safe handling of allocations.
2009-09-23 Kristaps DzonsonsAll special characters sync'd with groff, both -Thtml...
2009-09-23 Kristaps DzonsonsSync'd special letters and ligatures with newest groff.
2009-09-23 Kristaps DzonsonsArrows & brackets sync'd with newest groff.
2009-09-23 Kristaps DzonsonsQuotes sync'd with newest groff.
2009-09-22 Kristaps DzonsonsAccent marks sync'd with current groff.
2009-09-22 Kristaps DzonsonsMany more UTF-8 symbols in place.
2009-09-22 Kristaps DzonsonsMany more characters for HMTL (mostly Greek).
2009-09-17 Kristaps DzonsonsMore html.
2009-09-17 Kristaps Dzonsonsascii_xxx -> chars_xxx (intended to hold more than...