| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.h: Clarify comment | Karl Williamson | 2017-02-11 | 1 | -4/+4 |
* | utf8.h: White-space, parens only | Karl Williamson | 2017-02-11 | 1 | -6/+6 |
* | utf8.h: Add branch prediction | Karl Williamson | 2017-02-11 | 1 | -1/+1 |
* | Deprecate toFOO_utf8() | Karl Williamson | 2016-12-23 | 1 | -4/+4 |
* | Add toFOO_utf8_safe() macros | Karl Williamson | 2016-12-23 | 1 | -4/+9 |
* | utf8.c: Add flag to indicate unsure as to end of string to print | Karl Williamson | 2016-12-23 | 1 | -0/+1 |
* | Deprecate isFOO_utf8() macros | Karl Williamson | 2016-12-23 | 1 | -7/+13 |
* | Allow allowing UTF-8 overflow malformation | Karl Williamson | 2016-12-23 | 1 | -3/+8 |
* | Return REPLACEMENT for UTF-8 overlong malformation | Karl Williamson | 2016-12-23 | 1 | -1/+4 |
* | utf8.h: Don't allow zero length malformation unless requested | Karl Williamson | 2016-12-23 | 1 | -6/+10 |
* | utf8.h: Renumber flag bits | Karl Williamson | 2016-12-23 | 1 | -10/+10 |
* | Add isFOO_utf8_safe() macros | Karl Williamson | 2016-12-23 | 1 | -0/+11 |
* | Fix above-Unicode UTF-8 detection for EBCDIC | Karl Williamson | 2016-12-13 | 1 | -1/+1 |
* | Fix const correctness in utf8.h | Petr Písař | 2016-12-01 | 1 | -57/+57 |
* | utf8.h: Simplify macro | Karl Williamson | 2016-10-13 | 1 | -3/+1 |
* | Add utf8n_to_uvchr_error | Karl Williamson | 2016-10-13 | 1 | -0/+2 |
* | utf8n_to_uvchr(): Note multiple malformations | Karl Williamson | 2016-10-13 | 1 | -8/+13 |
* | utf8.h: Change some flag definition constants | Karl Williamson | 2016-10-13 | 1 | -9/+9 |
* | Add API Unicode handling functions | Karl Williamson | 2016-09-25 | 1 | -0/+9 |
* | Move #define to different header | Karl Williamson | 2016-09-25 | 1 | -3/+0 |
* | perlapi: Clarifications, nits in Unicode support docs | Karl Williamson | 2016-09-25 | 1 | -9/+29 |
* | Add isUTF8_CHAR_flags() macro | Karl Williamson | 2016-09-17 | 1 | -0/+34 |
* | Add macro for Unicode Corregindum #9 strict | Karl Williamson | 2016-09-17 | 1 | -1/+54 |
* | Add macro for determining if UTF-8 is Unicode-strict | Karl Williamson | 2016-09-17 | 1 | -3/+78 |
* | perlapi: Clarify isUTF8_CHAR() | Karl Williamson | 2016-09-17 | 1 | -3/+4 |
* | utf8.h: Add comment, white-space changes | Karl Williamson | 2016-09-17 | 1 | -7/+11 |
* | Enhance and rename is_utf8_char_slow() | Karl Williamson | 2016-09-17 | 1 | -3/+3 |
* | isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCII | Karl Williamson | 2016-09-17 | 1 | -51/+37 |
* | Add IS_UTF8_INVARIANT and IS_UVCHR_INVARIANT to API | Karl Williamson | 2016-09-17 | 1 | -10/+32 |
* | Add #defines for XS code for Unicode Corregindum 9 | Karl Williamson | 2016-09-17 | 1 | -5/+14 |
* | Make 3 UTF-8 macros API | Karl Williamson | 2016-08-31 | 1 | -16/+62 |
* | Move isUTF8_CHAR helper function, and reimplement it | Karl Williamson | 2016-08-31 | 1 | -7/+18 |
* | Add #defines for UTF-8 of highest representable code point | Karl Williamson | 2016-08-31 | 1 | -0/+7 |
* | utf8.h: Add some LIKELY() to help branch prediction | Karl Williamson | 2016-08-31 | 1 | -9/+11 |
* | utf8.h, utfebcdic.h: Add comments, align white space | Karl Williamson | 2016-08-31 | 1 | -19/+27 |
* | Add new synonym 'is_utf8_invariant_string' | Karl Williamson | 2016-08-31 | 1 | -3/+10 |
* | silence MSVC warnings for NATIVE_UTF8_TO_I8/I8_TO_NATIVE_UTF8 | Daniel Dragan | 2016-08-14 | 1 | -2/+2 |
* | utf8.h: Add comment clarification | Karl Williamson | 2016-08-02 | 1 | -2/+5 |
* | utf8.h: Guard some macros against improper calls | Karl Williamson | 2016-02-10 | 1 | -12/+18 |
* | [perl #127426] fixes for 126045 patch, restrict to MSVC, add casts | Tony Cook | 2016-02-01 | 1 | -3/+3 |
* | [perl #126045] part revert e9b19ab7 for vc2003 and earlier | Tony Cook | 2016-02-01 | 1 | -0/+15 |
* | utf8.h: Add 2 assertions | Karl Williamson | 2015-12-22 | 1 | -2/+4 |
* | utf8.h, utfebcdic.h: Add #define | Karl Williamson | 2015-12-09 | 1 | -1/+5 |
* | utf8.h: Fix macro definition | Karl Williamson | 2015-12-09 | 1 | -1/+1 |
* | utf8.h: Remove unused #define | Karl Williamson | 2015-12-09 | 1 | -4/+0 |
* | utf8.h: Split UNICODE_IS_NONCHAR() into smaller macros | Karl Williamson | 2015-12-08 | 1 | -8/+17 |
* | utf8.h, utfebcdic.h: Comments, white-space only | Karl Williamson | 2015-12-06 | 1 | -6/+7 |
* | utf8.h: Remove a branch in macro for Unicode surrogates | Karl Williamson | 2015-12-05 | 1 | -2/+5 |
* | utf8.h: Add some casts in macros, for safety | Karl Williamson | 2015-12-05 | 1 | -7/+7 |
* | utf8.h: Combine EBCDIC and ASCII macros | Karl Williamson | 2015-12-05 | 1 | -18/+25 |