| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.h: White space only | Karl Williamson | 2013-08-29 | 1 | -6/+7 |
* | utf8.h, unicode_constants.h: Add some #defines. | Karl Williamson | 2013-08-29 | 1 | -0/+2 |
* | utf8.h: Fix UTF8_IS_SUPER defn for EBCDIC | Karl Williamson | 2013-08-29 | 1 | -1/+1 |
* | utf8.c: Remove wrapper functions. | Karl Williamson | 2013-08-29 | 1 | -4/+7 |
* | utf8.h: Clarify comments | Karl Williamson | 2013-08-29 | 1 | -3/+3 |
* | utf8.h, utfebcdic.h: Add #define | Karl Williamson | 2013-08-29 | 1 | -0/+2 |
* | Fix EBCDIC bugs in UTF8_ACUMULATE and utf8.c | Karl Williamson | 2013-08-29 | 1 | -4/+8 |
* | utf8.h: Clean up and use START_MARK definition | Karl Williamson | 2013-08-29 | 1 | -3/+3 |
* | utf8.h: Move #includes | Karl Williamson | 2013-08-29 | 1 | -3/+3 |
* | utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC | Karl Williamson | 2013-08-29 | 1 | -5/+8 |
* | Add macro OFFUNISKIP | Karl Williamson | 2013-08-29 | 1 | -2/+12 |
* | utf8.c: Stop using two functions | Karl Williamson | 2013-08-29 | 1 | -2/+2 |
* | Convert uvuni_to_utf8() to function | Karl Williamson | 2013-08-29 | 1 | -2/+1 |
* | utf8.c: Swap which fcn wraps the other | Karl Williamson | 2013-08-29 | 1 | -1/+0 |
* | Deprecate NATIVE_TO_NEED and ASCII_TO_NEED | Karl Williamson | 2013-08-29 | 1 | -3/+0 |
* | Use real illegal UTF-8 byte | Karl Williamson | 2013-08-29 | 1 | -0/+4 |
* | Add and use macro to return EBCDIC | Karl Williamson | 2013-08-29 | 1 | -4/+7 |
* | utf8.h: Correct macros for EBCDIC | Karl Williamson | 2013-08-29 | 1 | -5/+10 |
* | Use new clearer named #defines | Karl Williamson | 2013-08-29 | 1 | -5/+5 |
* | utf8.h, utfebcdic.h: Create less confusing #defines | Karl Williamson | 2013-08-29 | 1 | -9/+25 |
* | Use new case changing macros | Karl Williamson | 2013-05-20 | 1 | -2/+2 |
* | Add, fix comments | Karl Williamson | 2013-02-25 | 1 | -2/+5 |
* | utf8.h, utfebcdic.h: Add, fix comments | Karl Williamson | 2013-02-15 | 1 | -0/+6 |
* | utf8.h: Add comments | Karl Williamson | 2013-01-16 | 1 | -8/+41 |
* | Create deprecated fncs to replace to-be-removed macros | Karl Williamson | 2013-01-12 | 1 | -3/+0 |
* | Add isWORDCHAR_lazy_if() macro | Karl Williamson | 2012-12-31 | 1 | -3/+4 |
* | utf8.h: Make sure char* is cast to U8* for unsigned comparison | Karl Williamson | 2012-12-23 | 1 | -4/+5 |
* | utf8.h: Parenthesize macro parameter | Karl Williamson | 2012-12-23 | 1 | -1/+1 |
* | make regcharclass generate submacros if necessary to keep them short | Yves Orton | 2012-12-06 | 1 | -9/+8 |
* | utf8.h: Add macro that handled malformed 2-byte UTF-8 | Karl Williamson | 2012-11-11 | 1 | -1/+9 |
* | utf8.h: Add guard against recursive #include | Karl Williamson | 2012-10-16 | 1 | -0/+5 |
* | utf8.h: Correct some values for EBCDIC | Karl Williamson | 2012-10-14 | 1 | -15/+19 |
* | 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 |