| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.h: Add macro to test if UTF8 code point isn't Latin1 | Karl Williamson | 2012-09-16 | 1 | -0/+1 |
* | utf8.h: Use machine generated IS_UTF8_CHAR() | Karl Williamson | 2012-09-13 | 1 | -95/+47 |
* | utf8.h: Remove some EBCDIC dependencies | Karl Williamson | 2012-09-13 | 1 | -82/+11 |
* | utf8.h: Save a branch in a macro | Karl Williamson | 2012-09-13 | 1 | -1/+1 |
* | utf8.h: White-space only | Karl Williamson | 2012-09-13 | 1 | -6/+8 |
* | utf8.h: Correct improper EBCDIC conversion | Karl Williamson | 2012-09-13 | 1 | -4/+8 |
* | Remove some EBCDIC dependencies | Karl Williamson | 2012-09-13 | 1 | -8/+10 |
* | utf8.c: Prefer binsearch over swash hash for small swashes | Karl Williamson | 2012-08-25 | 1 | -0/+1 |
* | utf8.c: collapse a function parameter | Karl Williamson | 2012-08-25 | 1 | -0/+1 |
* | embed.fnc: Turn null wrapper function into macro | Karl Williamson | 2012-08-25 | 1 | -0/+1 |
* | utf8.c: Revise internal API of swash_init() | Karl Williamson | 2012-08-25 | 1 | -0/+3 |
* | utf8.h, regcomp.c: Use mnemonics for Unicode chars | Karl Williamson | 2012-07-24 | 1 | -0/+3 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | utf8.c: Add nomix-ASCII option to to_fold functions | Karl Williamson | 2012-05-22 | 1 | -1/+2 |
* | utf8.h, pp.c: Add UTF8_IS_REPLACEMENT macro, and use it | Karl Williamson | 2012-05-22 | 1 | -0/+10 |
* | utf8.h: Simplify expressions | Karl Williamson | 2012-05-22 | 1 | -28/+8 |
* | utf8.h: Comment improvementes, white-space | Karl Williamson | 2012-05-22 | 1 | -17/+36 |
* | utf8.c: refactor utf8n_to_uvuni() | Karl Williamson | 2012-04-26 | 1 | -0/+6 |
* | utf8.h: Use correct definition of start byte | Karl Williamson | 2012-04-26 | 1 | -3/+1 |
* | utf8.h: Use correct UTF-8 downgradeable definition | Christian Hansen | 2012-04-26 | 1 | -1/+3 |
* | utf8.h: Restore macro defn incorrectly trashed earlier | Karl Williamson | 2012-01-29 | 1 | -1/+3 |
* | Add :not_characters parameter to 'use locale' | Karl Williamson | 2012-01-21 | 1 | -2/+2 |
* | Bump several file copyright dates | Steffen Schwigon | 2012-01-19 | 1 | -1/+2 |
* | utf8.c: Allow Changed behavior of utf8 under locale | Karl Williamson | 2011-12-15 | 1 | -1/+9 |
* | utf8.h: Add missing parens | Karl Williamson | 2011-11-21 | 1 | -1/+1 |
* | utf8.h: define IS_UTF8_CHAR for EBCDIC | Karl Williamson | 2011-11-21 | 1 | -3/+53 |
* | utf8.h: White space only | Karl Williamson | 2011-11-21 | 1 | -16/+16 |
* | utf8.h: clarify comment | Karl Williamson | 2011-11-10 | 1 | -1/+2 |
* | utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags | Karl Williamson | 2011-10-17 | 1 | -0/+2 |
* | utf8.h: Revise formal parameter name for clarity | Karl Williamson | 2011-10-01 | 1 | -7/+7 |
* | utf8.h: Remove redundant checks | Karl Williamson | 2011-10-01 | 1 | -6/+7 |
* | utf8.c: Add _flags version of to_utf8_fold() | Karl Williamson | 2011-05-03 | 1 | -0/+3 |
* | utf8.h: Add #define | Karl Williamson | 2011-03-20 | 1 | -0/+1 |
* | utf8.h: A fold buffer needs to hold any utf8 char | Karl Williamson | 2011-03-19 | 1 | -2/+3 |
* | Add #defines for 2 Latin1 chars | Karl Williamson | 2011-02-27 | 1 | -0/+2 |
* | Move some #defines | Karl Williamson | 2011-02-27 | 1 | -0/+2 |
* | Free up bit in ANYOF flags | Karl Williamson | 2011-02-25 | 1 | -1/+1 |
* | foldEQ_utf8(): Add locale handling | Karl Williamson | 2011-02-19 | 1 | -0/+1 |
* | foldEQ_utf8_flags: Add no-mixing ASCII option | Karl Williamson | 2011-02-14 | 1 | -0/+2 |
* | foldEQ_utf8: Add version with flags parameter | Karl Williamson | 2011-02-14 | 1 | -0/+2 |
* | code points above 0x7fff_ffff problematic | Karl Williamson | 2011-02-02 | 1 | -3/+2 |
* | utf8.h: Add define for max fold expansion in chars | Karl Williamson | 2011-01-13 | 1 | -0/+3 |
* | utf8.h: remove wrong, no-longer used #define | Karl Williamson | 2011-01-09 | 1 | -2/+0 |
* | utf8.c(): Default to allow problematic code points | Karl Williamson | 2011-01-09 | 1 | -15/+55 |
* | utf8.h: white space, add comments | Karl Williamson | 2011-01-09 | 1 | -3/+6 |
* | utf8.h: Add macros for problematic code points | Karl Williamson | 2011-01-05 | 1 | -0/+100 |
* | Fix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6, 0xF7. | Nicholas Clark | 2010-12-21 | 1 | -1/+1 |
* | Change name of regex intrnl macro to new meaning | Karl Williamson | 2010-12-20 | 1 | -1/+1 |
* | utf8.c, .h: Clarify pod and comment | Karl Williamson | 2010-12-19 | 1 | -1/+1 |
* | utf8.h: Need to make sure macro result fits in byte | Karl Williamson | 2010-12-04 | 1 | -1/+1 |