| Commit message (Expand) | Author | Age | Files | Lines |
* | White-space, comments only | Karl Williamson | 2014-01-27 | 1 | -1/+1 |
* | Rename an internal flag | Karl Williamson | 2014-01-27 | 1 | -1/+1 |
* | Taint more operands with case changes | Karl Williamson | 2014-01-27 | 1 | -5/+4 |
* | Change some warnings in utf8n_to_uvchr() | Karl Williamson | 2014-01-01 | 1 | -1/+3 |
* | Move a macro from utf8.h to handy.h for wider use. | Karl Williamson | 2014-01-01 | 1 | -10/+0 |
* | utf8.h: Add parameter checking to some macros in DEBUGGING builds | Karl Williamson | 2013-12-06 | 1 | -23/+51 |
* | utf8.h: Fix grammar in comment | Karl Williamson | 2013-12-04 | 1 | -2/+2 |
* | utf8.h: White-space only | Karl Williamson | 2013-09-30 | 1 | -1/+2 |
* | The choice of 7 or 13 byte extended UTF-8 should be based on UVSIZE. | Nicholas Clark | 2013-09-17 | 1 | -5/+3 |
* | Use separate macros for byte vs uv Unicode | Karl Williamson | 2013-09-10 | 1 | -1/+6 |
* | PATCH: [perl #119601] Bleadperl breaks ETHER/Devel-Declare | Karl Williamson | 2013-09-06 | 1 | -1/+1 |
* | 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 |