2014-10-29 |
Ingo Schwarze | In terminal output, unify handling of Unicode and numbe... |
blob | commitdiff | raw |
2014-10-28 |
Ingo Schwarze | Make the character table available to libroff so it... |
blob | commitdiff | raw | diff to current |
2014-10-28 |
Ingo Schwarze | Tighten Unicode escape name parsing. |
blob | commitdiff | raw | diff to current |
2014-10-27 |
Ingo Schwarze | Fix a regression in term.c rev. 1.229 reported by bentley@: |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Ingo Schwarze | In -Tascii mode, provide approximations even for some... |
blob | commitdiff | raw | diff to current |
2014-10-26 |
Ingo Schwarze | Improve -Tascii output for Unicode escape sequences... |
blob | commitdiff | raw | diff to current |
2014-08-10 |
Ingo Schwarze | Get rid of HAVE_CONFIG_H, it is always defined; idea... |
blob | commitdiff | raw | diff to current |
2014-07-23 |
Ingo Schwarze | Security fix: |
blob | commitdiff | raw | diff to current |
2014-04-20 |
Ingo Schwarze | KNF: case (FOO): -> case FOO:, remove /* LINTED ... |
blob | commitdiff | raw | diff to current |
2014-03-23 |
Ingo Schwarze | The files mandoc.c and mandoc.h contained both speciali... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Ingo Schwarze | Implement the \: (optional line break) escape sequence, |
blob | commitdiff | raw | diff to current |
2013-06-20 |
Ingo Schwarze | Improve handling of the roff(7) "\t" escape sequence: |
blob | commitdiff | raw | diff to current |
2013-05-18 |
Ingo Schwarze | Even though the size of a pointer should not depend... |
blob | commitdiff | raw | diff to current |
2011-11-08 |
Kristaps Dzonsons | Const-ify some mchars arguments. I think these are... |
blob | commitdiff | raw | diff to current |
2011-09-18 |
Ingo Schwarze | forgotten Copyright bumps; no code change |
blob | commitdiff | raw | diff to current |
2011-07-31 |
Ingo Schwarze | Regression fixes after merging 1.11.3 to OpenBSD (rev... |
blob | commitdiff | raw | diff to current |
2011-07-22 |
Kristaps Dzonsons | Add support for 1/2, 1/4, and 3/4 (needed by eqn). |
blob | commitdiff | raw | diff to current |
2011-07-21 |
Kristaps Dzonsons | Support `size' constructs in eqn.7. Generalise mandoc_... |
blob | commitdiff | raw | diff to current |
2011-07-07 |
Kristaps Dzonsons | Simplify chars.c---there's really no need for extra... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove all references to ESCAPE_PREDEF, which is now... |
blob | commitdiff | raw | diff to current |
2011-05-24 |
Kristaps Dzonsons | Remove predefined strings from the chars.in file, as... |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Kristaps Dzonsons | Flip on unicode output (via \[uNNNN]) in -T[x]html... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Remove function calls to res() and so forth in term_wor... |
blob | commitdiff | raw | diff to current |
2011-05-15 |
Kristaps Dzonsons | Fix missing support for \N'n' when calculating string... |
blob | commitdiff | raw | diff to current |
2011-05-14 |
Kristaps Dzonsons | Make character engine (-Tascii, -Tpdf, -Tps) ready... |
blob | commitdiff | raw | diff to current |
2011-05-01 |
Kristaps Dzonsons | Filter all \N'' values with isprint(). Ok schwarze@. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Make mchars_num2char() return a char like it says. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Rename mchars_init() -> mchars_alloc() for consistency. |
blob | commitdiff | raw | diff to current |
2011-04-30 |
Kristaps Dzonsons | Remove enum mcharst, which hasn't been used in quite... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Kristaps Dzonsons | Move "chars" interface out of out.h and into mandoc... |
blob | commitdiff | raw | diff to current |
2011-04-20 |
Kristaps Dzonsons | Add \*(Ai (ANSI) and \*(Px (POSIX) predefined strings... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Kristaps Dzonsons | Step 4: merge chars.h into out.h. The functions in... |
blob | commitdiff | raw | diff to current |
2011-03-17 |
Kristaps Dzonsons | Move mandoc_{realloc,malloc,calloc} out of libmandoc... |
blob | commitdiff | raw | diff to current |
2011-01-30 |
Ingo Schwarze | Implement the \N'number' (numbered character) roff... |
blob | commitdiff | raw | diff to current |
2011-01-02 |
Kristaps Dzonsons | Churn to get parts of 'struct tbl' visible from mandoc... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Kristaps Dzonsons | Remove last pod2man escapes. These render ok, although... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Kristaps Dzonsons | Churny commit to quiet lint. No functional changes. |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Kristaps Dzonsons | Remove the pod2man table entries. They can now be... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Ingo Schwarze | Implement a simple, consistent user interface for error... |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Kristaps Dzonsons | Remove \*(C+ from the pre-predefined strings. It is... |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Ingo Schwarze | Sync to OpenBSD: add missing Copyright years. |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Kristaps Dzonsons | Remove asciisz from chars.in. It frees up a nice chunk... |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Kristaps Dzonsons | Clean up mandoc_special() (in order later to catch... |
blob | commitdiff | raw | diff to current |
2010-07-17 |
Kristaps Dzonsons | By letting strncmp() do its job and not helping it... |
blob | commitdiff | raw | diff to current |
2010-07-16 |
Kristaps Dzonsons | Change chars.in HTML encoding to be a Unicode codepoint... |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Kristaps Dzonsons | Churn as I finish email address migration kth.se -... |
blob | commitdiff | raw | diff to current |
2010-06-01 |
Kristaps Dzonsons | Fixed condition of `\}' closing a conditional at the... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Kristaps Dzonsons | Modified version of Ingo Schwarze's patch for hyphen... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Kristaps Dzonsons | Added stupid pod2man reserved strings. |
blob | commitdiff | raw | diff to current |
2010-01-28 |
Kristaps Dzonsons | Removed superfluous lookahead block in chars.c. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Kristaps Dzonsons | Removed references to `\\' escape (noted by Jason McInt... |
blob | commitdiff | raw | diff to current |
2010-01-01 |
Kristaps Dzonsons | Big check-in of compatibility layer. This should work... |
blob | commitdiff | raw | diff to current |
2009-11-05 |
Kristaps Dzonsons | Added functionality of -Tascii non-breaking `\~' space. |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Kristaps Dzonsons | Replaced putchar() loop with fwrite() (noted by Joerg... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Kristaps Dzonsons | Using perror() instead of fprintf for failure from... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kristaps Dzonsons | Continued safe handling of allocations. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Kristaps Dzonsons | All special characters sync'd with groff, both -Thtml... |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Kristaps Dzonsons | Sync'd special letters and ligatures with newest groff. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Kristaps Dzonsons | Arrows & brackets sync'd with newest groff. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Kristaps Dzonsons | Quotes sync'd with newest groff. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Kristaps Dzonsons | Accent marks sync'd with current groff. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Kristaps Dzonsons | Many more UTF-8 symbols in place. |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Kristaps Dzonsons | Many more characters for HMTL (mostly Greek). |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Kristaps Dzonsons | More html. |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Kristaps Dzonsons | ascii_xxx -> chars_xxx (intended to hold more than... |
blob | commitdiff | raw | diff to current |
|